Home
last modified time | relevance | path

Searched refs:ccmp (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2500 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()
2501 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
2509 network->security.mcstCipher.ccmp = res->rsn_mcstCipher.ccmp; in update_network_params()
2510 network->security.ucstCipher.ccmp = res->rsn_ucstCipher.ccmp; in update_network_params()
2511 if (!res->rsn_mcstCipher.ccmp) in update_network_params()
2515 if (!res->rsn_ucstCipher.ccmp) 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()
2522 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()
2523 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h214 uint16_t ccmp : 1; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1048 uint16_t ccmp : 1; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c6404 mcstCipher->ccmp = true; in process_rsn_ie()
6435 ucstCipher->ccmp = true; in process_rsn_ie()
6589 mcstCipher->ccmp = true; in process_wpa_ie()
6622 ucstCipher->ccmp = true; in process_wpa_ie()