Searched defs:wlandevice (Results 1 – 1 of 1) sorted by relevance
161 typedef struct wlandevice { struct162 struct wlandevice *next; /* link for list of devices */ argument183 int (*open)(struct wlandevice *wlandev); argument184 int (*close)(struct wlandevice *wlandev); argument185 void (*reset)(struct wlandevice *wlandev); argument186 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument189 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument190 int (*set_multicast_list)(struct wlandevice *wlandev, argument192 void (*tx_timeout)(struct wlandevice *wlandev); argument195 u8 bssid[WLAN_BSSID_LEN];[all …]