Home
last modified time | relevance | path

Searched refs:wpa_ucstCipher (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h532 _Cipher_t *wpa_ucstCipher,
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h302 _Cipher_t wpa_ucstCipher; /*!< WPA unicast cipher */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1411 if (res->wpa_ucstCipher.tkip != 0U) in security_profile_matches()
1421 return (int)!res->wpa_ucstCipher.tkip; in security_profile_matches()
2499 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
2501 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
2523 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
2528 if (!res->wpa_ucstCipher.ccmp) in update_network_params()
2530 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c6675 _Cipher_t *wpa_ucstCipher, in wrapper_bssdesc_first_set() argument
6723 … process_wpa_ie(d->wpa_ie_buff, wpa_mcstCipher, wpa_ucstCipher, ap_mfpc, ap_mfpr, WPA_WPA2_WEP); in wrapper_bssdesc_first_set()
Dwifi.c1619 … &common_desc.wpa_ucstCipher, &common_desc.rsn_mcstCipher, &common_desc.rsn_ucstCipher, in wifi_get_scan_result()