Searched defs:mlme_ext_info (Results 1 – 2 of 2) sorted by relevance
306 struct mlme_ext_info { struct307 u32 state;308 u32 reauth_count;309 u32 reassoc_count;310 u32 link_count;311 u32 auth_seq;312 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */313 u32 authModeToggle;314 u32 enc_algo;/* encrypt algorithm; */315 u32 key_index; /* this is only valid for legacy wep,[all …]
385 struct mlme_ext_info struct387 u32 state;388 u32 reauth_count;389 u32 reassoc_count;390 u32 link_count;391 u32 auth_seq;392 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */393 u32 authModeToggle;394 u32 enc_algo;/* encrypt algorithm; */395 u32 key_index; /* this is only valid for legendary wep, 0~3 for key id. */[all …]