Lines Matching defs:ipw_associate
880 struct ipw_associate { struct
881 u8 channel;
883 u8 auth_type:4, auth_key:4;
885 u8 auth_key:4, auth_type:4;
887 u8 assoc_type;
888 u8 reserved;
889 __le16 policy_support;
890 u8 preamble_length;
891 u8 ieee_mode;
892 u8 bssid[ETH_ALEN];
893 __le32 assoc_tsf_msw;
894 __le32 assoc_tsf_lsw;
895 __le16 capability;
896 __le16 listen_interval;
897 __le16 beacon_interval;
898 u8 dest[ETH_ALEN];
899 __le16 atim_window;
900 u8 smr;
901 u8 reserved1;
902 __le16 reserved2;