Searched refs:wlandevice (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/wlan-ng/ |
D | p80211netdev.h | 144 int p80211wext_event_associated(struct wlandevice *wlandev, int assoc); 161 typedef struct wlandevice { struct 162 struct wlandevice *next; /* link for list of devices */ argument 183 int (*open)(struct wlandevice *wlandev); argument 184 int (*close)(struct wlandevice *wlandev); argument 185 void (*reset)(struct wlandevice *wlandev); argument 186 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument 189 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument 190 int (*set_multicast_list)(struct wlandevice *wlandev, argument 192 void (*tx_timeout)(struct wlandevice *wlandev); argument
|
D | p80211conv.h | 76 struct wlandevice *wlandev; 96 void p80211skb_free(struct wlandevice *wlandev, struct sk_buff *skb); 97 int p80211skb_rxmeta_attach(struct wlandevice *wlandev, struct sk_buff *skb); 150 struct wlandevice; 152 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv, 154 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv,
|
D | p80211conv.c | 599 int p80211skb_rxmeta_attach(struct wlandevice *wlandev, struct sk_buff *skb) in p80211skb_rxmeta_attach() 652 void p80211skb_free(struct wlandevice *wlandev, struct sk_buff *skb) in p80211skb_free()
|