Lines Matching defs:ipw_associate
866 struct ipw_associate { struct
867 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;
875 __le16 policy_support;
876 u8 preamble_length;
877 u8 ieee_mode;
878 u8 bssid[ETH_ALEN];
879 __le32 assoc_tsf_msw;
880 __le32 assoc_tsf_lsw;
881 __le16 capability;
882 __le16 listen_interval;
883 __le16 beacon_interval;
884 u8 dest[ETH_ALEN];
885 __le16 atim_window;
886 u8 smr;
887 u8 reserved1;
888 __le16 reserved2;