Searched refs:hostapd_cli_cmd_v (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/modules/hostap/src/ | 
| D | supp_api.c | 129 #define hostapd_cli_cmd_v(cmd, ...) ({					\  macro 826 	if (!hostapd_cli_cmd_v("set wpa %d", WPA_PROTO_RSN)) {  in hapd_process_enterprise_config() 830 	if (!hostapd_cli_cmd_v("set wpa_key_mgmt %s", cipher_config.key_mgmt)) {  in hapd_process_enterprise_config() 834 	if (!hostapd_cli_cmd_v("set rsn_pairwise %s", cipher_config.pairwise_cipher)) {  in hapd_process_enterprise_config() 838 	if (!hostapd_cli_cmd_v("set wpa_pairwise %s", cipher_config.pairwise_cipher)) {  in hapd_process_enterprise_config() 842 	if (!hostapd_cli_cmd_v("set group_cipher %s", cipher_config.group_cipher)) {  in hapd_process_enterprise_config() 846 	if (!hostapd_cli_cmd_v("set group_mgmt_cipher %s", cipher_config.group_mgmt_cipher)) {  in hapd_process_enterprise_config() 851 		if (!hostapd_cli_cmd_v("set tls_flags %s", cipher_config.tls_flags)) {  in hapd_process_enterprise_config() 856 	if (!hostapd_cli_cmd_v("set ieee8021x %d", 1)) {  in hapd_process_enterprise_config() 860 	if (!hostapd_cli_cmd_v("set eapol_version %d", 2)) {  in hapd_process_enterprise_config() [all …] 
 |