Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h250 struct mlme_ext_info { struct
251 u32 state;
252 u32 reauth_count;
253 u32 reassoc_count;
254 u32 link_count;
255 u32 auth_seq;
256 u32 auth_algo; /* 802.11 auth, could be open, shared, auto */
257 u32 authModeToggle;
258 u32 enc_algo;/* encrypt algorithm; */
259 u32 key_index; /* this is only valid for legacy wep,
[all …]
/linux-5.19.10/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 …]