Searched refs:hostapd_cli_cmd_v (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 126 #define hostapd_cli_cmd_v(cmd, ...) ({ \ macro 759 if (!hostapd_cli_cmd_v("set wpa %d", WPA_PROTO_RSN)) { in hapd_process_enterprise_config() 763 if (!hostapd_cli_cmd_v("set wpa_key_mgmt %s", cipher_config.key_mgmt)) { in hapd_process_enterprise_config() 767 if (!hostapd_cli_cmd_v("set rsn_pairwise %s", cipher_config.pairwise_cipher)) { in hapd_process_enterprise_config() 771 if (!hostapd_cli_cmd_v("set wpa_pairwise %s", cipher_config.pairwise_cipher)) { in hapd_process_enterprise_config() 775 if (!hostapd_cli_cmd_v("set group_cipher %s", cipher_config.group_cipher)) { in hapd_process_enterprise_config() 779 if (!hostapd_cli_cmd_v("set group_mgmt_cipher %s", cipher_config.group_mgmt_cipher)) { in hapd_process_enterprise_config() 784 if (!hostapd_cli_cmd_v("set tls_flags %s", cipher_config.tls_flags)) { in hapd_process_enterprise_config() 789 if (!hostapd_cli_cmd_v("set ieee8021x %d", 1)) { in hapd_process_enterprise_config() 793 if (!hostapd_cli_cmd_v("set eapol_version %d", 2)) { in hapd_process_enterprise_config() [all …]
|