#include <wlandrv.h>
Data Fields | |
u_int8_t | ic_myaddr [IEEE80211_ADDR_LEN] |
struct ieee80211_rateset | ic_sup_rates [IEEE80211_MODE_MAX] |
u_int16_t | ChannelList |
u_int32_t | ic_flags |
u_int32_t | ic_caps |
enum ieee80211_opmode | ic_opmode |
enum ieee80211_state | ic_state |
u_int16_t | ic_ibss_chan |
int | ic_fixed_rate |
int | ic_des_esslen |
u_int8_t | ic_des_essid [IEEE80211_NWID_LEN] |
struct ieee80211_wepkey | ic_nw_keys [IEEE80211_WEP_NKID] |
int | ic_wep_txkey |
u_int8_t ieee80211com::ic_myaddr[IEEE80211_ADDR_LEN] |
Definition at line 225 of file wlandrv.h.
Referenced by wlandrv_Attach(), wlandrv_Init(), and wlandrv_IOCTL().
struct ieee80211_rateset ieee80211com::ic_sup_rates[IEEE80211_MODE_MAX] |
Definition at line 227 of file wlandrv.h.
Referenced by wlandrv_Attach().
Definition at line 228 of file wlandrv.h.
Referenced by wlandrv_Attach().
Definition at line 230 of file wlandrv.h.
Referenced by wlandrv_Init(), and wlandrv_IOCTL().
Definition at line 231 of file wlandrv.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
Definition at line 233 of file wlandrv.h.
Referenced by wlandrv_Attach(), wlandrv_Init(), and wlandrv_IOCTL().
Definition at line 234 of file wlandrv.h.
Referenced by wlandrv_Attach().
Definition at line 236 of file wlandrv.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
Definition at line 237 of file wlandrv.h.
Referenced by wlandrv_Attach().
Definition at line 239 of file wlandrv.h.
Referenced by wlandrv_Init(), and wlandrv_IOCTL().
u_int8_t ieee80211com::ic_des_essid[IEEE80211_NWID_LEN] |
Definition at line 240 of file wlandrv.h.
Referenced by wlandrv_Init(), and wlandrv_IOCTL().
struct ieee80211_wepkey ieee80211com::ic_nw_keys[IEEE80211_WEP_NKID] |
Definition at line 242 of file wlandrv.h.
Referenced by wlandrv_IOCTL().
Definition at line 243 of file wlandrv.h.
Referenced by wlandrv_IOCTL().