Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h864 struct ipw_associate { struct
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;
873 __le16 policy_support;
874 u8 preamble_length;
875 u8 ieee_mode;
876 u8 bssid[ETH_ALEN];
[all …]
Dipw2200.c7480 static int ipw_associate(void *data) in ipw_associate() function