Definition at line 250 of file wlandrv.h.
Data Fields | |
int | InterruptInitDone |
HANDLE volatile | InterruptEvent |
u_int16_t | EventStatus |
ieee80211com | sc_ic |
int | PromiscuousMode |
int | wi_gone |
int | sc_enabled |
int | sc_reset |
int | sc_firmware_type |
u_int32_t | sc_pri_firmware_ver |
u_int32_t | sc_sta_firmware_ver |
int | wi_cmd_count |
int | sc_flags |
int | sc_bap_id |
int | sc_bap_off |
u_int16_t | sc_portnum |
u_int16_t | sc_min_rssi |
u_int16_t | sc_max_rssi |
u_int16_t | sc_dbm_offset |
u_int16_t | sc_max_datalen |
u_int16_t | sc_system_scale |
u_int16_t | sc_cnfauthmode |
u_int16_t | sc_roaming_mode |
u_int16_t | sc_microwave_oven |
u_int16_t | sc_authtype |
int | sc_buflen |
int | sc_ntxbuf |
struct { | |
int d_fid | |
int d_len | |
} | sc_txd [WI_NTXBUF] |
int | sc_txnext |
int | sc_txcur |
int | sc_tx_timer |
int | sc_scan_timer |
u_int16_t | sc_ibss_port |
HANDLE volatile wi_softc::InterruptEvent |
struct ieee80211com wi_softc::sc_ic |
Definition at line 261 of file wlandrv.h.
Referenced by wi_stop(), wlandrv_Attach(), wlandrv_Init(), and wlandrv_IOCTL().
Definition at line 265 of file wlandrv.h.
Referenced by RxThread(), wi_stop(), wlandrv_Init(), wlandrv_IOCTL(), and wlandrv_PutPacket().
Definition at line 278 of file wlandrv.h.
Referenced by wi_stop(), wlandrv_Attach(), and wlandrv_Init().
Definition at line 295 of file wlandrv.h.
Referenced by wlandrv_Attach(), wlandrv_Init(), and wlandrv_PutPacket().
int wi_softc::d_fid |
int wi_softc::d_len |
struct { ... } wi_softc::sc_txd[WI_NTXBUF] |
Referenced by wlandrv_Init(), and wlandrv_PutPacket().