Searched refs:cipher_config (Results 1 – 3 of 3) sorted by relevance
522 cipher_config->key_mgmt = "WPA-EAP-SUITE-B"; in process_cipher_config()524 cipher_config->tls_flags = "[SUITEB]"; in process_cipher_config()534 cipher_config->tls_flags = "[SUITEB]"; in process_cipher_config()538 cipher_config->key_mgmt = "WPA-EAP-SHA256"; in process_cipher_config()545 cipher_config->key_mgmt = "WPA-EAP"; in process_cipher_config()870 cipher_config.openssl_ciphers)) { in wpas_add_and_config_network()883 cipher_config.key_mgmt)) { in wpas_add_and_config_network()888 cipher_config.openssl_ciphers)) { in wpas_add_and_config_network()893 cipher_config.group_cipher)) { in wpas_add_and_config_network()898 cipher_config.pairwise_cipher)) { in wpas_add_and_config_network()[all …]
266 struct wifi_eap_cipher_config cipher_config = { in hapd_process_enterprise_config() local270 if (process_cipher_config(params, &cipher_config)) { in hapd_process_enterprise_config()278 if (!hostapd_cli_cmd_v("set wpa_key_mgmt %s", cipher_config.key_mgmt)) { in hapd_process_enterprise_config()282 if (!hostapd_cli_cmd_v("set rsn_pairwise %s", cipher_config.pairwise_cipher)) { in hapd_process_enterprise_config()286 if (!hostapd_cli_cmd_v("set wpa_pairwise %s", cipher_config.pairwise_cipher)) { in hapd_process_enterprise_config()290 if (!hostapd_cli_cmd_v("set group_cipher %s", cipher_config.group_cipher)) { in hapd_process_enterprise_config()294 if (!hostapd_cli_cmd_v("set group_mgmt_cipher %s", cipher_config.group_mgmt_cipher)) { in hapd_process_enterprise_config()298 if (cipher_config.tls_flags != NULL) { in hapd_process_enterprise_config()299 if (!hostapd_cli_cmd_v("set tls_flags %s", cipher_config.tls_flags)) { in hapd_process_enterprise_config()
212 struct wifi_eap_cipher_config *cipher_config);
Completed in 10 milliseconds