Searched defs:wlandevice (Results 1 – 1 of 1) sorted by relevance
158 struct wlandevice { struct179 int (*open)(struct wlandevice *wlandev); argument180 int (*close)(struct wlandevice *wlandev); argument181 void (*reset)(struct wlandevice *wlandev); argument182 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument185 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument186 int (*set_multicast_list)(struct wlandevice *wlandev, argument188 void (*tx_timeout)(struct wlandevice *wlandev); argument191 u8 bssid[WLAN_BSSID_LEN];192 struct p80211pstr32 ssid;[all …]