Home
last modified time | relevance | path

Searched defs:wlandevice (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211netdev.h135 struct wlandevice { struct
156 int (*open)(struct wlandevice *wlandev); argument
157 int (*close)(struct wlandevice *wlandev); argument
158 void (*reset)(struct wlandevice *wlandev); argument
159 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument
162 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument
163 int (*set_multicast_list)(struct wlandevice *wlandev, argument
165 void (*tx_timeout)(struct wlandevice *wlandev); argument
168 u8 bssid[WLAN_BSSID_LEN];
169 struct p80211pstr32 ssid;
[all …]