#include <p80211netdev.h>
Collaboration diagram for wlandevice:
Data Fields | |
wlandevice * | next |
void * | priv |
char | name [WLAN_DEVNAMELEN_MAX] |
char * | nsdname |
UINT32 | state |
UINT32 | msdstate |
UINT32 | hwremoved |
UINT | irq |
UINT | iobase |
UINT | membase |
UINT32 | nsdcaps |
UINT | ethconv |
int(* | open )(struct wlandevice *wlandev) |
int(* | close )(struct wlandevice *wlandev) |
void(* | reset )(struct wlandevice *wlandev) |
int(* | txframe )(struct wlandevice *wlandev, struct sk_buff *skb, p80211_hdr_t *p80211_hdr, p80211_metawep_t *p80211_wep) |
int(* | mlmerequest )(struct wlandevice *wlandev, p80211msg_t *msg) |
int(* | set_multicast_list )(struct wlandevice *wlandev, netdevice_t *dev) |
void(* | tx_timeout )(struct wlandevice *wlandev) |
UINT8 | bssid [WLAN_BSSID_LEN] |
p80211pstr32_t | ssid |
UINT32 | macmode |
UINT | shortpreamble |
UINT8 | wep_keys [4][32] |
UINT8 | wep_keylens [4] |
int | hostwep |
UINT32 | request_pending |
netdevice_t * | netdev |
net_device_stats | linux_stats |
work_struct | rx_bh |
sk_buff_head | nsd_rxq |
p80211_frmrx_t | rx |
|
Definition at line 175 of file p80211netdev.h. |
|
Definition at line 176 of file p80211netdev.h. |
|
Definition at line 179 of file p80211netdev.h. |
|
Definition at line 180 of file p80211netdev.h. |
|
Definition at line 182 of file p80211netdev.h. |
|
Definition at line 183 of file p80211netdev.h. |
|
Definition at line 184 of file p80211netdev.h. |
|
Definition at line 187 of file p80211netdev.h. |
|
Definition at line 188 of file p80211netdev.h. |
|
Definition at line 189 of file p80211netdev.h. |
|
Definition at line 190 of file p80211netdev.h. |
|
Definition at line 193 of file p80211netdev.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 210 of file p80211netdev.h. |
|
Definition at line 211 of file p80211netdev.h. |
|
Definition at line 212 of file p80211netdev.h. |
|
Definition at line 213 of file p80211netdev.h. |
|
Definition at line 216 of file p80211netdev.h. |
|
Definition at line 217 of file p80211netdev.h. |
|
Definition at line 218 of file p80211netdev.h. |
|
Definition at line 221 of file p80211netdev.h. |
|
Definition at line 226 of file p80211netdev.h. |
|
Definition at line 227 of file p80211netdev.h. |
|
Definition at line 243 of file p80211netdev.h. |
|
Definition at line 245 of file p80211netdev.h. |
|
Definition at line 248 of file p80211netdev.h. |