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