Home
last modified time | relevance | path

Searched defs:mlme_ext_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h309 struct mlme_ext_info { struct
310 u32 state;
311 u32 reauth_count;
312 u32 reassoc_count;
313 u32 link_count;
314 u32 auth_seq;
315 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */
316 u32 authModeToggle;
317 u32 enc_algo;/* encrypt algorithm; */
318 u32 key_index; /* this is only valid for legacy wep,
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h320 struct mlme_ext_info { struct
321 u32 state;
322 u32 reauth_count;
323 u32 reassoc_count;
324 u32 link_count;
325 u32 auth_seq;
326 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */
327 u32 authModeToggle;
328 u32 enc_algo;/* encrypt algorithm; */
329 u32 key_index; /* this is only valid for legendary wep, 0~3 for key id. */
[all …]