Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h534 _Cipher_t *rsn_ucstCipher,
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h304 _Cipher_t rsn_ucstCipher; /*!< No security unicast cipher */ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2510 network->security.ucstCipher.ccmp = res->rsn_ucstCipher.ccmp; in update_network_params()
2515 if (!res->rsn_ucstCipher.ccmp) in update_network_params()
2517 network->security.ucstCipher.tkip = res->rsn_ucstCipher.tkip; in update_network_params()
2519 … if (!res->rsn_mcstCipher.tkip && !res->rsn_ucstCipher.tkip && !res->rsn_mcstCipher.ccmp && in update_network_params()
2520 !res->rsn_ucstCipher.ccmp) in update_network_params()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c6677 _Cipher_t *rsn_ucstCipher, in wrapper_bssdesc_first_set() argument
6728 … process_rsn_ie(d->rsn_ie_buff, rsn_mcstCipher, rsn_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()