Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c6340 _Cipher_t *mcstCipher, in process_rsn_ie() argument
6404 mcstCipher->ccmp = true; in process_rsn_ie()
6408 mcstCipher->tkip = true; in process_rsn_ie()
6412 mcstCipher->wep104 = true; in process_rsn_ie()
6416 mcstCipher->wep40 = true; in process_rsn_ie()
6532 _Cipher_t *mcstCipher, in process_wpa_ie() argument
6589 mcstCipher->ccmp = true; in process_wpa_ie()
6593 mcstCipher->tkip = true; in process_wpa_ie()
6597 mcstCipher->wep104 = true; in process_wpa_ie()
6601 mcstCipher->wep40 = true; in process_wpa_ie()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2498 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
2500 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()
2509 network->security.mcstCipher.ccmp = res->rsn_mcstCipher.ccmp; in update_network_params()
2513 network->security.mcstCipher.tkip = res->rsn_mcstCipher.tkip; in update_network_params()
2522 network->security.mcstCipher.ccmp = res->wpa_mcstCipher.ccmp; in update_network_params()
2526 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1209 struct wlan_cipher mcstCipher; member