Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h867 u8 channel;
869 u8 auth_type:4, auth_key:4;
871 u8 auth_key:4, auth_type:4;
873 u8 assoc_type;
874 u8 reserved;
877 u8 ieee_mode;
881 __le16 capability;
884 u8 dest[ETH_ALEN];
886 u8 smr;
887 u8 reserved1;
[all …]
H A Dipw2200.c7472 static int ipw_associate(void *data) in ipw_associate() function