Searched defs:mlme_ext_info (Results 1 – 2 of 2) sorted by relevance
299 struct mlme_ext_info { struct300 u32 state;301 u32 reauth_count;302 u32 reassoc_count;303 u32 link_count;304 u32 auth_seq;305 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */306 u32 authModeToggle;307 u32 enc_algo;/* encrypt algorithm; */308 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 …]