Lines Matching defs:ipw_associate
864 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];
877 __le32 assoc_tsf_msw;
878 __le32 assoc_tsf_lsw;
879 __le16 capability;
880 __le16 listen_interval;
881 __le16 beacon_interval;
882 u8 dest[ETH_ALEN];
883 __le16 atim_window;
884 u8 smr;
885 u8 reserved1;
886 __le16 reserved2;