FreeBSD kernel WPI device code
wpi_vap Struct Reference

#include <if_wpivar.h>

Collaboration diagram for wpi_vap:

Data Fields

struct ieee80211vap wv_vap
 
struct wpi_buf wv_bcbuf
 
struct mtx wv_mtx
 
uint8_t wv_gtk
 
int(* wv_newstate )(struct ieee80211vap *, enum ieee80211_state, int)
 
void(* wv_recv_mgmt )(struct ieee80211_node *, struct mbuf *, int, const struct ieee80211_rx_stats *, int, int)
 

Detailed Description

Definition at line 125 of file if_wpivar.h.

Field Documentation

◆ wv_bcbuf

struct wpi_buf wpi_vap::wv_bcbuf

◆ wv_gtk

uint8_t wpi_vap::wv_gtk

Definition at line 131 of file if_wpivar.h.

Referenced by wpi_add_node(), wpi_process_key(), and wpi_restore_node_table().

◆ wv_mtx

struct mtx wpi_vap::wv_mtx

Definition at line 129 of file if_wpivar.h.

◆ wv_newstate

int(* wpi_vap::wv_newstate) (struct ieee80211vap *, enum ieee80211_state, int)

Definition at line 134 of file if_wpivar.h.

Referenced by wpi_newstate(), and wpi_vap_create().

◆ wv_recv_mgmt

void(* wpi_vap::wv_recv_mgmt) (struct ieee80211_node *, struct mbuf *, int, const struct ieee80211_rx_stats *, int, int)

Definition at line 136 of file if_wpivar.h.

Referenced by wpi_ibss_recv_mgmt(), and wpi_vap_create().

◆ wv_vap

struct ieee80211vap wpi_vap::wv_vap

Definition at line 126 of file if_wpivar.h.

Referenced by wpi_config_beacon(), and wpi_vap_create().


The documentation for this struct was generated from the following file: