D | p80211netdev.h | 156 struct wlandevice { struct 177 int (*open)(struct wlandevice *wlandev); argument 178 int (*close)(struct wlandevice *wlandev); argument 179 void (*reset)(struct wlandevice *wlandev); argument 180 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument 183 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument 184 int (*set_multicast_list)(struct wlandevice *wlandev, argument 186 void (*tx_timeout)(struct wlandevice *wlandev); argument 224 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen); argument 225 int wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, [all …]
|