Home
last modified time | relevance | path

Searched refs:tkip (Results 1 – 7 of 7) sorted by relevance

/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()
2066 … wlan.networks[wlan.cur_network_idx].security.ucstCipher.tkip, 0, false); in do_connect()
2498 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
2499 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
2513 network->security.mcstCipher.tkip = res->rsn_mcstCipher.tkip; 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()
2526 network->security.mcstCipher.tkip = res->wpa_mcstCipher.tkip; in update_network_params()
2530 network->security.ucstCipher.tkip = res->wpa_ucstCipher.tkip; in update_network_params()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c907 …memcpy_ext(pmpriv->adapter, pkey_material->key_param_set.key_params.tkip.pn, pkey->pn, SEQ_MAX_SIZ…
910 pkey_material->key_param_set.key_params.tkip.key_len = wlan_cpu_to_le16(pkey->key_len);
911 …memcpy_ext(pmpriv->adapter, pkey_material->key_param_set.key_params.tkip.key, pkey->key_material, …
Dmlan_sta_cmd.c1060 …memcpy_ext(pmpriv->adapter, pkey_material->key_param_set.key_params.tkip.pn, pkey->pn, SEQ_MAX_SIZ…
1063 pkey_material->key_param_set.key_params.tkip.key_len = wlan_cpu_to_le16(pkey->key_len);
1064 …memcpy_ext(pmpriv->adapter, pkey_material->key_param_set.key_params.tkip.key, pkey->key_material, …
Dmlan_glue.c6408 mcstCipher->tkip = true; in process_rsn_ie()
6439 ucstCipher->tkip = true; in process_rsn_ie()
6593 mcstCipher->tkip = true; in process_wpa_ie()
6626 ucstCipher->tkip = true; in process_wpa_ie()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h212 uint16_t tkip : 1; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h1046 uint16_t tkip : 1; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h2917 tkip_param tkip;