Home
last modified time | relevance | path

Searched refs:group_suite (Results 1 – 25 of 26) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dprivsep_commands.h68 int group_suite; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dprivsep_commands.h68 int group_suite; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_privsep.c303 params->group_suite, params->key_mgmt_suite, in wpa_driver_privsep_associate()
319 data->group_suite = params->group_suite; in wpa_driver_privsep_associate()
Ddriver_bsd.c1074 , params->group_suite in wpa_driver_bsd_associate()
1117 params->group_suite == WPA_CIPHER_NONE && in wpa_driver_bsd_associate()
Ddriver_wext.c2173 value = wpa_driver_wext_cipher2wext(params->group_suite); in wpa_driver_wext_associate()
2183 params->group_suite != WPA_CIPHER_NONE || in wpa_driver_wext_associate()
Dwpa_hal.c777 if (params->group_suite != WPA_CIPHER_NONE) { in WifiWpaAssocParamCryptoSet()
778 assocParams->crypto->cipherGroup = WifiCipherToCipherSuite(params->group_suite); in WifiWpaAssocParamCryptoSet()
Ddriver_ndis.c1146 if (params->group_suite == WPA_CIPHER_CCMP) in wpa_driver_ndis_associate()
1148 else if (params->group_suite == WPA_CIPHER_TKIP) in wpa_driver_ndis_associate()
Ddriver.h911 unsigned int group_suite; member
Ddriver_nl80211.c5536 if (params->group_suite == WPA_CIPHER_GTK_NOT_USED && in nl80211_connect_common()
5543 } else if (params->group_suite != WPA_CIPHER_NONE) { in nl80211_connect_common()
5544 u32 cipher = wpa_cipher_to_cipher_suite(params->group_suite); in nl80211_connect_common()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_privsep.c309 params->group_suite, params->key_mgmt_suite, in wpa_driver_privsep_associate()
325 data->group_suite = params->group_suite; in wpa_driver_privsep_associate()
Ddriver_bsd.c1214 , params->group_suite in wpa_driver_bsd_associate()
1257 params->group_suite == WPA_CIPHER_NONE && in wpa_driver_bsd_associate()
Ddriver_wext.c2168 value = wpa_driver_wext_cipher2wext(params->group_suite); in wpa_driver_wext_associate()
2178 params->group_suite != WPA_CIPHER_NONE || in wpa_driver_wext_associate()
Dwpa_hal.c780 if (params->group_suite != WPA_CIPHER_NONE) { in WifiWpaAssocParamCryptoSet()
781 assocParams->crypto->cipherGroup = WifiCipherToCipherSuite(params->group_suite); in WifiWpaAssocParamCryptoSet()
Ddriver_ndis.c1158 if (params->group_suite == WPA_CIPHER_CCMP) in wpa_driver_ndis_associate()
1160 else if (params->group_suite == WPA_CIPHER_TKIP) in wpa_driver_ndis_associate()
Ddriver.h949 unsigned int group_suite; member
Ddriver_nl80211.c6192 if (params->group_suite == WPA_CIPHER_GTK_NOT_USED && in nl80211_connect_common()
6199 } else if (params->group_suite != WPA_CIPHER_NONE) { in nl80211_connect_common()
6200 u32 cipher = wpa_cipher_to_cipher_suite(params->group_suite); in nl80211_connect_common()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_priv.c331 params.group_suite = assoc->group_suite; in wpa_priv_cmd_associate()
Dap.c987 params.group_suite = params.pairwise_suite; in wpa_supplicant_create_ap()
Dsme.c1972 params.group_suite = wpa_s->group_cipher; in sme_associate()
Dwpa_supplicant.c3896 params.group_suite = cipher_group; in wpas_start_assoc_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_priv.c331 params.group_suite = assoc->group_suite; in wpa_priv_cmd_associate()
Dap.c765 params.group_suite = params.pairwise_suite; in wpa_supplicant_create_ap()
Dsme.c1648 params.group_suite = wpa_s->group_cipher; in sme_associate()
Dwpa_supplicant.c3232 params.group_suite = cipher_group; in wpas_start_assoc_cb()
Dctrl_iface.c9339 params.group_suite = wpa_s->group_cipher; in wpas_ctrl_resend_assoc()

12