D | p80211netdev.h | 158 struct wlandevice { struct 179 int (*open)(struct wlandevice *wlandev); argument 180 int (*close)(struct wlandevice *wlandev); argument 181 void (*reset)(struct wlandevice *wlandev); argument 182 int (*txframe)(struct wlandevice *wlandev, struct sk_buff *skb, argument 185 int (*mlmerequest)(struct wlandevice *wlandev, struct p80211msg *msg); argument 186 int (*set_multicast_list)(struct wlandevice *wlandev, argument 188 void (*tx_timeout)(struct wlandevice *wlandev); argument 226 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen); argument 227 int wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, [all …]
|