Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c6341 _Cipher_t *ucstCipher, in process_rsn_ie() argument
6435 ucstCipher->ccmp = true; in process_rsn_ie()
6439 ucstCipher->tkip = true; in process_rsn_ie()
6533 _Cipher_t *ucstCipher, in process_wpa_ie() argument
6622 ucstCipher->ccmp = true; in process_wpa_ie()
6626 ucstCipher->tkip = true; in process_wpa_ie()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2066 … wlan.networks[wlan.cur_network_idx].security.ucstCipher.tkip, 0, false); in do_connect()
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()
2510 network->security.ucstCipher.ccmp = res->rsn_ucstCipher.ccmp; in update_network_params()
2517 network->security.ucstCipher.tkip = res->rsn_ucstCipher.tkip; in update_network_params()
2523 network->security.ucstCipher.ccmp = res->wpa_ucstCipher.ccmp; in update_network_params()
2530 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
2565 …rapper_wifi_assoc(res->bssid, (int)network->security.type, (bool)network->security.ucstCipher.tkip, in start_association()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1211 struct wlan_cipher ucstCipher; member