Home
last modified time | relevance | path

Searched refs:wepStatic (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h245 uint32_t wepStatic : 1; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1317 if (res->WPA_WPA2_WEP.wepStatic || res->WPA_WPA2_WEP.wpa2 || res->WPA_WPA2_WEP.wpa) in security_profile_matches()
1336 return (int)res->WPA_WPA2_WEP.wepStatic; in security_profile_matches()
1495 …if (!(res->WPA_WPA2_WEP.wepStatic || res->WPA_WPA2_WEP.wpa3_sae || res->WPA_WPA2_WEP.wpa2 || res->… in network_matches_scan_result()
2339 else if (res->WPA_WPA2_WEP.wepStatic != 0U) in update_network_params()
10661 if ((desc->WPA_WPA2_WEP.wepStatic != 0U) || (desc->WPA_WPA2_WEP.wepDynamic != 0U)) in wlan_get_scan_result()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c6678 WPA_WPA2_WEP->wepStatic = 1; in wrapper_bssdesc_first_set()