| D | p80211netdev.h | 135 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 203 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen); argument 204 int wep_decrypt(struct wlandevice *wlandev, u8 *buf, u32 len, int key_override, [all …]
|