Searched defs:ipw_associate (Results 1 – 2 of 2) sorted by relevance
880 struct ipw_associate { struct881 u8 channel;883 u8 auth_type:4, auth_key:4;885 u8 auth_key:4, auth_type:4;887 u8 assoc_type;888 u8 reserved;889 __le16 policy_support;890 u8 preamble_length;891 u8 ieee_mode;892 u8 bssid[ETH_ALEN];[all …]
7547 static int ipw_associate(void *data) in ipw_associate() function