Searched defs:ipw_associate (Results 1 – 2 of 2) sorted by relevance
865 u8 channel;867 u8 auth_type:4, auth_key:4;869 u8 auth_key:4, auth_type:4;871 u8 assoc_type;872 u8 reserved;875 u8 ieee_mode;879 __le16 capability;882 u8 dest[ETH_ALEN];884 u8 smr;885 u8 reserved1;[all …]
7480 static int ipw_associate(void *data) in ipw_associate() function