Searched defs:wlandevice (Results 1 – 1 of 1) sorted by relevance
156 struct wlandevice { struct177 int (*open)(struct wlandevice *wlandev); argument178 int (*close)(struct wlandevice *wlandev); argument179 void (*reset)(struct wlandevice *wlandev); argument180 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument183 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument184 int (*set_multicast_list)(struct wlandevice *wlandev, argument186 void (*tx_timeout)(struct wlandevice *wlandev); argument189 u8 bssid[WLAN_BSSID_LEN];190 struct p80211pstr32 ssid;[all …]