Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h289 struct mlme_ext_info { struct
290 u32 state;
291 u32 reauth_count;
292 u32 reassoc_count;
293 u32 link_count;
294 u32 auth_seq;
295 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */
296 u32 authModeToggle;
297 u32 enc_algo;/* encrypt algorithm; */
298 u32 key_index; /* this is only valid for legacy wep,
[all …]
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h314 struct mlme_ext_info { struct
315 u32 state;
316 u32 reauth_count;
317 u32 reassoc_count;
318 u32 link_count;
319 u32 auth_seq;
320 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */
321 u32 authModeToggle;
322 u32 enc_algo;/* encrypt algorithm; */
323 u32 key_index; /* this is only valid for legendary wep, 0~3 for key id. */
[all …]