Searched defs:ipw_associate (Results 1 – 2 of 2) sorted by relevance
883 struct ipw_associate { struct884 u8 channel;886 u8 auth_type:4, auth_key:4;888 u8 auth_key:4, auth_type:4;890 u8 assoc_type;891 u8 reserved;892 __le16 policy_support;893 u8 preamble_length;894 u8 ieee_mode;895 u8 bssid[ETH_ALEN];[all …]
7625 static int ipw_associate(void *data) in ipw_associate() function