Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dipw2200.h881 struct ipw_associate { struct
882 u8 channel;
884 u8 auth_type:4, auth_key:4;
886 u8 auth_key:4, auth_type:4;
888 u8 assoc_type;
889 u8 reserved;
890 __le16 policy_support;
891 u8 preamble_length;
892 u8 ieee_mode;
893 u8 bssid[ETH_ALEN];
[all …]
Dipw2200.c7637 static int ipw_associate(void *data) in ipw_associate() function