Lines Matching refs:os_strcmp

391 				if (os_strcmp(start, "TTLS-PAP") == 0) {  in hostapd_config_read_eap_user()
395 if (os_strcmp(start, "TTLS-CHAP") == 0) { in hostapd_config_read_eap_user()
399 if (os_strcmp(start, "TTLS-MSCHAP") == 0) { in hostapd_config_read_eap_user()
404 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) { in hostapd_config_read_eap_user()
409 if (os_strcmp(start, "MACACL") == 0) { in hostapd_config_read_eap_user()
656 if (os_strcmp(start, "WPA-PSK") == 0) in hostapd_config_parse_key_mgmt()
658 else if (os_strcmp(start, "WPA-EAP") == 0) in hostapd_config_parse_key_mgmt()
661 else if (os_strcmp(start, "FT-PSK") == 0) in hostapd_config_parse_key_mgmt()
663 else if (os_strcmp(start, "FT-EAP") == 0) in hostapd_config_parse_key_mgmt()
666 else if (os_strcmp(start, "FT-EAP-SHA384") == 0) in hostapd_config_parse_key_mgmt()
671 else if (os_strcmp(start, "WPA-EAP-SHA384") == 0) in hostapd_config_parse_key_mgmt()
674 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0) in hostapd_config_parse_key_mgmt()
676 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0) in hostapd_config_parse_key_mgmt()
679 else if (os_strcmp(start, "SAE") == 0) in hostapd_config_parse_key_mgmt()
681 else if (os_strcmp(start, "SAE-EXT-KEY") == 0) in hostapd_config_parse_key_mgmt()
683 else if (os_strcmp(start, "FT-SAE") == 0) in hostapd_config_parse_key_mgmt()
685 else if (os_strcmp(start, "FT-SAE-EXT-KEY") == 0) in hostapd_config_parse_key_mgmt()
689 else if (os_strcmp(start, "WPA-EAP-SUITE-B") == 0) in hostapd_config_parse_key_mgmt()
693 else if (os_strcmp(start, "WPA-EAP-SUITE-B-192") == 0) in hostapd_config_parse_key_mgmt()
697 else if (os_strcmp(start, "FILS-SHA256") == 0) in hostapd_config_parse_key_mgmt()
699 else if (os_strcmp(start, "FILS-SHA384") == 0) in hostapd_config_parse_key_mgmt()
702 else if (os_strcmp(start, "FT-FILS-SHA256") == 0) in hostapd_config_parse_key_mgmt()
704 else if (os_strcmp(start, "FT-FILS-SHA384") == 0) in hostapd_config_parse_key_mgmt()
709 else if (os_strcmp(start, "OWE") == 0) in hostapd_config_parse_key_mgmt()
713 else if (os_strcmp(start, "DPP") == 0) in hostapd_config_parse_key_mgmt()
717 else if (os_strcmp(start, "OSEN") == 0) in hostapd_config_parse_key_mgmt()
721 else if (os_strcmp(start, "PASN") == 0) in hostapd_config_parse_key_mgmt()
1067 if (os_strcmp(buf, "r0kh") == 0) { in hostapd_config_read_rxkh_file()
1074 } else if (os_strcmp(buf, "r1kh") == 0) { in hostapd_config_read_rxkh_file()
2468 if (os_strcmp(buf, "interface") == 0) { in hostapd_config_fill()
2471 } else if (os_strcmp(buf, "bridge") == 0) { in hostapd_config_fill()
2473 } else if (os_strcmp(buf, "bridge_hairpin") == 0) { in hostapd_config_fill()
2475 } else if (os_strcmp(buf, "vlan_bridge") == 0) { in hostapd_config_fill()
2477 } else if (os_strcmp(buf, "wds_bridge") == 0) { in hostapd_config_fill()
2479 } else if (os_strcmp(buf, "driver") == 0) { in hostapd_config_fill()
2484 if (os_strcmp(pos, wpa_drivers[j]->name) == 0) { in hostapd_config_fill()
2496 } else if (os_strcmp(buf, "driver_params") == 0) { in hostapd_config_fill()
2499 } else if (os_strcmp(buf, "debug") == 0) { in hostapd_config_fill()
2502 } else if (os_strcmp(buf, "logger_syslog_level") == 0) { in hostapd_config_fill()
2504 } else if (os_strcmp(buf, "logger_stdout_level") == 0) { in hostapd_config_fill()
2506 } else if (os_strcmp(buf, "logger_syslog") == 0) { in hostapd_config_fill()
2508 } else if (os_strcmp(buf, "logger_stdout") == 0) { in hostapd_config_fill()
2510 } else if (os_strcmp(buf, "dump_file") == 0) { in hostapd_config_fill()
2513 } else if (os_strcmp(buf, "ssid") == 0) { in hostapd_config_fill()
2525 } else if (os_strcmp(buf, "ssid2") == 0) { in hostapd_config_fill()
2540 } else if (os_strcmp(buf, "utf8_ssid") == 0) { in hostapd_config_fill()
2542 } else if (os_strcmp(buf, "macaddr_acl") == 0) { in hostapd_config_fill()
2553 } else if (os_strcmp(buf, "accept_mac_file") == 0) { in hostapd_config_fill()
2560 } else if (os_strcmp(buf, "deny_mac_file") == 0) { in hostapd_config_fill()
2567 } else if (os_strcmp(buf, "wds_sta") == 0) { in hostapd_config_fill()
2569 } else if (os_strcmp(buf, "start_disabled") == 0) { in hostapd_config_fill()
2571 } else if (os_strcmp(buf, "ap_isolate") == 0) { in hostapd_config_fill()
2573 } else if (os_strcmp(buf, "ap_max_inactivity") == 0) { in hostapd_config_fill()
2575 } else if (os_strcmp(buf, "skip_inactivity_poll") == 0) { in hostapd_config_fill()
2577 } else if (os_strcmp(buf, "bss_max_idle") == 0) { in hostapd_config_fill()
2586 } else if (os_strcmp(buf, "max_acceptable_idle_period") == 0) { in hostapd_config_fill()
2588 } else if (os_strcmp(buf, "no_disconnect_on_group_keyerror") == 0) { in hostapd_config_fill()
2598 } else if (os_strcmp(buf, "config_id") == 0) { in hostapd_config_fill()
2601 } else if (os_strcmp(buf, "country_code") == 0) { in hostapd_config_fill()
2610 } else if (os_strcmp(buf, "country3") == 0) { in hostapd_config_fill()
2612 } else if (os_strcmp(buf, "ieee80211d") == 0) { in hostapd_config_fill()
2614 } else if (os_strcmp(buf, "ieee80211h") == 0) { in hostapd_config_fill()
2616 } else if (os_strcmp(buf, "ieee8021x") == 0) { in hostapd_config_fill()
2618 } else if (os_strcmp(buf, "eapol_version") == 0) { in hostapd_config_fill()
2635 } else if (os_strcmp(buf, "eap_authenticator") == 0) { in hostapd_config_fill()
2638 } else if (os_strcmp(buf, "eap_server") == 0) { in hostapd_config_fill()
2640 } else if (os_strcmp(buf, "eap_user_file") == 0) { in hostapd_config_fill()
2643 } else if (os_strcmp(buf, "ca_cert") == 0) { in hostapd_config_fill()
2646 } else if (os_strcmp(buf, "server_cert") == 0) { in hostapd_config_fill()
2649 } else if (os_strcmp(buf, "server_cert2") == 0) { in hostapd_config_fill()
2652 } else if (os_strcmp(buf, "private_key") == 0) { in hostapd_config_fill()
2655 } else if (os_strcmp(buf, "private_key2") == 0) { in hostapd_config_fill()
2658 } else if (os_strcmp(buf, "private_key_passwd") == 0) { in hostapd_config_fill()
2661 } else if (os_strcmp(buf, "private_key_passwd2") == 0) { in hostapd_config_fill()
2664 } else if (os_strcmp(buf, "check_cert_subject") == 0) { in hostapd_config_fill()
2674 } else if (os_strcmp(buf, "check_crl") == 0) { in hostapd_config_fill()
2676 } else if (os_strcmp(buf, "check_crl_strict") == 0) { in hostapd_config_fill()
2678 } else if (os_strcmp(buf, "crl_reload_interval") == 0) { in hostapd_config_fill()
2680 } else if (os_strcmp(buf, "tls_session_lifetime") == 0) { in hostapd_config_fill()
2682 } else if (os_strcmp(buf, "tls_flags") == 0) { in hostapd_config_fill()
2684 } else if (os_strcmp(buf, "max_auth_rounds") == 0) { in hostapd_config_fill()
2686 } else if (os_strcmp(buf, "max_auth_rounds_short") == 0) { in hostapd_config_fill()
2688 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) { in hostapd_config_fill()
2691 } else if (os_strcmp(buf, "ocsp_stapling_response_multi") == 0) { in hostapd_config_fill()
2694 } else if (os_strcmp(buf, "dh_file") == 0) { in hostapd_config_fill()
2697 } else if (os_strcmp(buf, "openssl_ciphers") == 0) { in hostapd_config_fill()
2700 } else if (os_strcmp(buf, "openssl_ecdh_curves") == 0) { in hostapd_config_fill()
2703 } else if (os_strcmp(buf, "fragment_size") == 0) { in hostapd_config_fill()
2706 } else if (os_strcmp(buf, "pac_opaque_encr_key") == 0) { in hostapd_config_fill()
2719 } else if (os_strcmp(buf, "eap_fast_a_id") == 0) { in hostapd_config_fill()
2738 } else if (os_strcmp(buf, "eap_fast_a_id_info") == 0) { in hostapd_config_fill()
2741 } else if (os_strcmp(buf, "eap_fast_prov") == 0) { in hostapd_config_fill()
2743 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) { in hostapd_config_fill()
2745 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) { in hostapd_config_fill()
2749 } else if (os_strcmp(buf, "eap_teap_auth") == 0) { in hostapd_config_fill()
2759 } else if (os_strcmp(buf, "eap_teap_pac_no_inner") == 0) { in hostapd_config_fill()
2761 } else if (os_strcmp(buf, "eap_teap_separate_result") == 0) { in hostapd_config_fill()
2763 } else if (os_strcmp(buf, "eap_teap_id") == 0) { in hostapd_config_fill()
2765 } else if (os_strcmp(buf, "eap_teap_method_sequence") == 0) { in hostapd_config_fill()
2769 } else if (os_strcmp(buf, "eap_sim_db") == 0) { in hostapd_config_fill()
2772 } else if (os_strcmp(buf, "eap_sim_db_timeout") == 0) { in hostapd_config_fill()
2774 } else if (os_strcmp(buf, "eap_sim_aka_result_ind") == 0) { in hostapd_config_fill()
2776 } else if (os_strcmp(buf, "eap_sim_id") == 0) { in hostapd_config_fill()
2778 } else if (os_strcmp(buf, "imsi_privacy_key") == 0) { in hostapd_config_fill()
2781 } else if (os_strcmp(buf, "eap_sim_aka_fast_reauth_limit") == 0) { in hostapd_config_fill()
2785 } else if (os_strcmp(buf, "tnc") == 0) { in hostapd_config_fill()
2789 } else if (os_strcmp(buf, "pwd_group") == 0) { in hostapd_config_fill()
2793 } else if (os_strcmp(buf, "eap_server_erp") == 0) { in hostapd_config_fill()
2797 } else if (os_strcmp(buf, "eap_message") == 0) { in hostapd_config_fill()
2815 } else if (os_strcmp(buf, "erp_send_reauth_start") == 0) { in hostapd_config_fill()
2817 } else if (os_strcmp(buf, "erp_domain") == 0) { in hostapd_config_fill()
2821 } else if (os_strcmp(buf, "wep_key_len_broadcast") == 0) { in hostapd_config_fill()
2831 } else if (os_strcmp(buf, "wep_key_len_unicast") == 0) { in hostapd_config_fill()
2841 } else if (os_strcmp(buf, "wep_rekey_period") == 0) { in hostapd_config_fill()
2849 } else if (os_strcmp(buf, "eap_reauth_period") == 0) { in hostapd_config_fill()
2856 } else if (os_strcmp(buf, "eapol_key_index_workaround") == 0) { in hostapd_config_fill()
2859 } else if (os_strcmp(buf, "iapp_interface") == 0) { in hostapd_config_fill()
2862 } else if (os_strcmp(buf, "own_ip_addr") == 0) { in hostapd_config_fill()
2869 } else if (os_strcmp(buf, "nas_identifier") == 0) { in hostapd_config_fill()
2873 } else if (os_strcmp(buf, "radius_client_addr") == 0) { in hostapd_config_fill()
2881 } else if (os_strcmp(buf, "radius_client_dev") == 0) { in hostapd_config_fill()
2884 } else if (os_strcmp(buf, "auth_server_addr") == 0) { in hostapd_config_fill()
2895 os_strcmp(buf, "auth_server_addr_replace") == 0) { in hostapd_config_fill()
2904 os_strcmp(buf, "auth_server_port") == 0) { in hostapd_config_fill()
2907 os_strcmp(buf, "auth_server_shared_secret") == 0) { in hostapd_config_fill()
2919 os_strcmp(buf, "auth_server_type") == 0) { in hostapd_config_fill()
2920 if (os_strcmp(pos, "UDP") == 0) { in hostapd_config_fill()
2923 } else if (os_strcmp(pos, "TLS") == 0) { in hostapd_config_fill()
2933 os_strcmp(buf, "auth_server_ca_cert") == 0) { in hostapd_config_fill()
2937 os_strcmp(buf, "auth_server_client_cert") == 0) { in hostapd_config_fill()
2941 os_strcmp(buf, "auth_server_private_key") == 0) { in hostapd_config_fill()
2945 os_strcmp(buf, "auth_server_private_key_passwd") == 0) { in hostapd_config_fill()
2949 } else if (os_strcmp(buf, "acct_server_addr") == 0) { in hostapd_config_fill()
2960 os_strcmp(buf, "acct_server_addr_replace") == 0) { in hostapd_config_fill()
2969 os_strcmp(buf, "acct_server_port") == 0) { in hostapd_config_fill()
2972 os_strcmp(buf, "acct_server_shared_secret") == 0) { in hostapd_config_fill()
2984 os_strcmp(buf, "acct_server_type") == 0) { in hostapd_config_fill()
2985 if (os_strcmp(pos, "UDP") == 0) { in hostapd_config_fill()
2988 } else if (os_strcmp(pos, "TLS") == 0) { in hostapd_config_fill()
2998 os_strcmp(buf, "acct_server_ca_cert") == 0) { in hostapd_config_fill()
3002 os_strcmp(buf, "acct_server_client_cert") == 0) { in hostapd_config_fill()
3006 os_strcmp(buf, "acct_server_private_key") == 0) { in hostapd_config_fill()
3010 os_strcmp(buf, "acct_server_private_key_passwd") == 0) { in hostapd_config_fill()
3014 } else if (os_strcmp(buf, "radius_retry_primary_interval") == 0) { in hostapd_config_fill()
3016 } else if (os_strcmp(buf, in hostapd_config_fill()
3019 } else if (os_strcmp(buf, "radius_acct_interim_interval") == 0) { in hostapd_config_fill()
3021 } else if (os_strcmp(buf, "radius_request_cui") == 0) { in hostapd_config_fill()
3023 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) { in hostapd_config_fill()
3039 } else if (os_strcmp(buf, "radius_acct_req_attr") == 0) { in hostapd_config_fill()
3055 } else if (os_strcmp(buf, "radius_req_attr_sqlite") == 0) { in hostapd_config_fill()
3058 } else if (os_strcmp(buf, "radius_das_port") == 0) { in hostapd_config_fill()
3060 } else if (os_strcmp(buf, "radius_das_client") == 0) { in hostapd_config_fill()
3066 } else if (os_strcmp(buf, "radius_das_time_window") == 0) { in hostapd_config_fill()
3068 } else if (os_strcmp(buf, "radius_das_require_event_timestamp") == 0) { in hostapd_config_fill()
3070 } else if (os_strcmp(buf, "radius_das_require_message_authenticator") == in hostapd_config_fill()
3074 } else if (os_strcmp(buf, "auth_algs") == 0) { in hostapd_config_fill()
3081 } else if (os_strcmp(buf, "max_num_sta") == 0) { in hostapd_config_fill()
3089 } else if (os_strcmp(buf, "wpa") == 0) { in hostapd_config_fill()
3091 } else if (os_strcmp(buf, "extended_key_id") == 0) { in hostapd_config_fill()
3101 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) { in hostapd_config_fill()
3104 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) { in hostapd_config_fill()
3106 } else if (os_strcmp(buf, "wpa_gmk_rekey") == 0) { in hostapd_config_fill()
3108 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) { in hostapd_config_fill()
3110 } else if (os_strcmp(buf, "wpa_deny_ptk0_rekey") == 0) { in hostapd_config_fill()
3119 } else if (os_strcmp(buf, "wpa_group_update_count") == 0) { in hostapd_config_fill()
3130 } else if (os_strcmp(buf, "wpa_pairwise_update_count") == 0) { in hostapd_config_fill()
3141 } else if (os_strcmp(buf, "wpa_disable_eapol_key_retries") == 0) { in hostapd_config_fill()
3143 } else if (os_strcmp(buf, "wpa_passphrase") == 0) { in hostapd_config_fill()
3156 } else if (os_strcmp(buf, "wpa_psk") == 0) { in hostapd_config_fill()
3172 } else if (os_strcmp(buf, "wpa_psk_file") == 0) { in hostapd_config_fill()
3180 } else if (os_strcmp(buf, "wpa_key_mgmt") == 0) { in hostapd_config_fill()
3184 } else if (os_strcmp(buf, "rsn_override_key_mgmt") == 0) { in hostapd_config_fill()
3189 } else if (os_strcmp(buf, "rsn_override_key_mgmt_2") == 0) { in hostapd_config_fill()
3194 } else if (os_strcmp(buf, "wpa_psk_radius") == 0) { in hostapd_config_fill()
3205 } else if (os_strcmp(buf, "wpa_pairwise") == 0) { in hostapd_config_fill()
3215 } else if (os_strcmp(buf, "rsn_pairwise") == 0) { in hostapd_config_fill()
3225 } else if (os_strcmp(buf, "rsn_override_pairwise") == 0) { in hostapd_config_fill()
3238 } else if (os_strcmp(buf, "rsn_override_pairwise_2") == 0) { in hostapd_config_fill()
3251 } else if (os_strcmp(buf, "group_cipher") == 0) { in hostapd_config_fill()
3266 } else if (os_strcmp(buf, "rsn_preauth") == 0) { in hostapd_config_fill()
3268 } else if (os_strcmp(buf, "rsn_preauth_interfaces") == 0) { in hostapd_config_fill()
3272 } else if (os_strcmp(buf, "rsn_override_omit_rsnxe") == 0) { in hostapd_config_fill()
3274 } else if (os_strcmp(buf, "peerkey") == 0) { in hostapd_config_fill()
3278 } else if (os_strcmp(buf, "mobility_domain") == 0) { in hostapd_config_fill()
3287 } else if (os_strcmp(buf, "r1_key_holder") == 0) { in hostapd_config_fill()
3295 } else if (os_strcmp(buf, "r0_key_lifetime") == 0) { in hostapd_config_fill()
3298 } else if (os_strcmp(buf, "ft_r0_key_lifetime") == 0) { in hostapd_config_fill()
3300 } else if (os_strcmp(buf, "r1_max_key_lifetime") == 0) { in hostapd_config_fill()
3302 } else if (os_strcmp(buf, "reassociation_deadline") == 0) { in hostapd_config_fill()
3304 } else if (os_strcmp(buf, "rkh_pos_timeout") == 0) { in hostapd_config_fill()
3306 } else if (os_strcmp(buf, "rkh_neg_timeout") == 0) { in hostapd_config_fill()
3308 } else if (os_strcmp(buf, "rkh_pull_timeout") == 0) { in hostapd_config_fill()
3310 } else if (os_strcmp(buf, "rkh_pull_retries") == 0) { in hostapd_config_fill()
3312 } else if (os_strcmp(buf, "r0kh") == 0) { in hostapd_config_fill()
3318 } else if (os_strcmp(buf, "r1kh") == 0) { in hostapd_config_fill()
3324 } else if (os_strcmp(buf, "rxkh_file") == 0) { in hostapd_config_fill()
3339 } else if (os_strcmp(buf, "pmk_r1_push") == 0) { in hostapd_config_fill()
3341 } else if (os_strcmp(buf, "ft_over_ds") == 0) { in hostapd_config_fill()
3343 } else if (os_strcmp(buf, "ft_psk_generate_local") == 0) { in hostapd_config_fill()
3348 } else if (os_strcmp(buf, "ctrl_interface") == 0) { in hostapd_config_fill()
3351 } else if (os_strcmp(buf, "ctrl_interface_group") == 0) { in hostapd_config_fill()
3380 } else if (os_strcmp(buf, "radius_server_clients") == 0) { in hostapd_config_fill()
3383 } else if (os_strcmp(buf, "radius_server_auth_port") == 0) { in hostapd_config_fill()
3385 } else if (os_strcmp(buf, "radius_server_acct_port") == 0) { in hostapd_config_fill()
3387 } else if (os_strcmp(buf, "radius_server_ipv6") == 0) { in hostapd_config_fill()
3390 } else if (os_strcmp(buf, "use_pae_group_addr") == 0) { in hostapd_config_fill()
3392 } else if (os_strcmp(buf, "hw_mode") == 0) { in hostapd_config_fill()
3393 if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
3395 else if (os_strcmp(pos, "b") == 0) in hostapd_config_fill()
3397 else if (os_strcmp(pos, "g") == 0) in hostapd_config_fill()
3399 else if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
3401 else if (os_strcmp(pos, "any") == 0) in hostapd_config_fill()
3409 } else if (os_strcmp(buf, "wps_rf_bands") == 0) { in hostapd_config_fill()
3410 if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
3412 else if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
3414 else if (os_strcmp(pos, "g") == 0 || in hostapd_config_fill()
3415 os_strcmp(pos, "b") == 0) in hostapd_config_fill()
3417 else if (os_strcmp(pos, "ag") == 0 || in hostapd_config_fill()
3418 os_strcmp(pos, "ga") == 0) in hostapd_config_fill()
3426 } else if (os_strcmp(buf, "acs_exclude_dfs") == 0) { in hostapd_config_fill()
3428 } else if (os_strcmp(buf, "op_class") == 0) { in hostapd_config_fill()
3430 } else if (os_strcmp(buf, "channel") == 0) { in hostapd_config_fill()
3431 if (os_strcmp(pos, "acs_survey") == 0) { in hostapd_config_fill()
3444 } else if (os_strcmp(buf, "edmg_channel") == 0) { in hostapd_config_fill()
3446 } else if (os_strcmp(buf, "enable_edmg") == 0) { in hostapd_config_fill()
3448 } else if (os_strcmp(buf, "chanlist") == 0) { in hostapd_config_fill()
3454 } else if (os_strcmp(buf, "freqlist") == 0) { in hostapd_config_fill()
3461 } else if (os_strcmp(buf, "acs_exclude_6ghz_non_psc") == 0) { in hostapd_config_fill()
3463 } else if (os_strcmp(buf, "enable_background_radar") == 0) { in hostapd_config_fill()
3465 } else if (os_strcmp(buf, "min_tx_power") == 0) { in hostapd_config_fill()
3475 } else if (os_strcmp(buf, "beacon_int") == 0) { in hostapd_config_fill()
3490 } else if (os_strcmp(buf, "acs_num_scans") == 0) { in hostapd_config_fill()
3498 } else if (os_strcmp(buf, "acs_chan_bias") == 0) { in hostapd_config_fill()
3505 } else if (os_strcmp(buf, "dtim_period") == 0) { in hostapd_config_fill()
3514 } else if (os_strcmp(buf, "bss_load_update_period") == 0) { in hostapd_config_fill()
3524 } else if (os_strcmp(buf, "chan_util_avg_period") == 0) { in hostapd_config_fill()
3534 } else if (os_strcmp(buf, "rts_threshold") == 0) { in hostapd_config_fill()
3542 } else if (os_strcmp(buf, "fragm_threshold") == 0) { in hostapd_config_fill()
3553 } else if (os_strcmp(buf, "send_probe_response") == 0) { in hostapd_config_fill()
3561 } else if (os_strcmp(buf, "supported_rates") == 0) { in hostapd_config_fill()
3567 } else if (os_strcmp(buf, "basic_rates") == 0) { in hostapd_config_fill()
3573 } else if (os_strcmp(buf, "beacon_rate") == 0) { in hostapd_config_fill()
3617 } else if (os_strcmp(buf, "preamble") == 0) { in hostapd_config_fill()
3622 } else if (os_strcmp(buf, "ignore_broadcast_ssid") == 0) { in hostapd_config_fill()
3624 } else if (os_strcmp(buf, "no_probe_resp_if_max_sta") == 0) { in hostapd_config_fill()
3627 } else if (os_strcmp(buf, "wep_default_key") == 0) { in hostapd_config_fill()
3635 } else if (os_strcmp(buf, "wep_key0") == 0 || in hostapd_config_fill()
3636 os_strcmp(buf, "wep_key1") == 0 || in hostapd_config_fill()
3637 os_strcmp(buf, "wep_key2") == 0 || in hostapd_config_fill()
3638 os_strcmp(buf, "wep_key3") == 0) { in hostapd_config_fill()
3647 } else if (os_strcmp(buf, "dynamic_vlan") == 0) { in hostapd_config_fill()
3649 } else if (os_strcmp(buf, "per_sta_vif") == 0) { in hostapd_config_fill()
3651 } else if (os_strcmp(buf, "vlan_file") == 0) { in hostapd_config_fill()
3657 } else if (os_strcmp(buf, "vlan_naming") == 0) { in hostapd_config_fill()
3667 } else if (os_strcmp(buf, "vlan_tagged_interface") == 0) { in hostapd_config_fill()
3672 } else if (os_strcmp(buf, "ap_table_max_size") == 0) { in hostapd_config_fill()
3674 } else if (os_strcmp(buf, "ap_table_expiration_time") == 0) { in hostapd_config_fill()
3682 } else if (os_strcmp(buf, "wme_enabled") == 0 || in hostapd_config_fill()
3683 os_strcmp(buf, "wmm_enabled") == 0) { in hostapd_config_fill()
3685 } else if (os_strcmp(buf, "uapsd_advertisement_enabled") == 0) { in hostapd_config_fill()
3694 } else if (os_strcmp(buf, "bss") == 0) { in hostapd_config_fill()
3700 } else if (os_strcmp(buf, "bssid") == 0) { in hostapd_config_fill()
3706 } else if (os_strcmp(buf, "use_driver_iface_addr") == 0) { in hostapd_config_fill()
3708 } else if (os_strcmp(buf, "ieee80211w") == 0) { in hostapd_config_fill()
3710 } else if (os_strcmp(buf, "rsn_override_mfp") == 0) { in hostapd_config_fill()
3712 } else if (os_strcmp(buf, "rsn_override_mfp_2") == 0) { in hostapd_config_fill()
3714 } else if (os_strcmp(buf, "group_mgmt_cipher") == 0) { in hostapd_config_fill()
3715 if (os_strcmp(pos, "AES-128-CMAC") == 0) { in hostapd_config_fill()
3717 } else if (os_strcmp(pos, "BIP-GMAC-128") == 0) { in hostapd_config_fill()
3719 } else if (os_strcmp(pos, "BIP-GMAC-256") == 0) { in hostapd_config_fill()
3721 } else if (os_strcmp(pos, "BIP-CMAC-256") == 0) { in hostapd_config_fill()
3728 } else if (os_strcmp(buf, "beacon_prot") == 0) { in hostapd_config_fill()
3730 } else if (os_strcmp(buf, "assoc_sa_query_max_timeout") == 0) { in hostapd_config_fill()
3737 } else if (os_strcmp(buf, "assoc_sa_query_retry_timeout") == 0) { in hostapd_config_fill()
3745 } else if (os_strcmp(buf, "ocv") == 0) { in hostapd_config_fill()
3750 } else if (os_strcmp(buf, "ieee80211n") == 0) { in hostapd_config_fill()
3752 } else if (os_strcmp(buf, "ht_capab") == 0) { in hostapd_config_fill()
3758 } else if (os_strcmp(buf, "require_ht") == 0) { in hostapd_config_fill()
3760 } else if (os_strcmp(buf, "ht_vht_twt_responder") == 0) { in hostapd_config_fill()
3762 } else if (os_strcmp(buf, "obss_interval") == 0) { in hostapd_config_fill()
3765 } else if (os_strcmp(buf, "ieee80211ac") == 0) { in hostapd_config_fill()
3767 } else if (os_strcmp(buf, "vht_capab") == 0) { in hostapd_config_fill()
3773 } else if (os_strcmp(buf, "require_vht") == 0) { in hostapd_config_fill()
3775 } else if (os_strcmp(buf, "vht_oper_chwidth") == 0) { in hostapd_config_fill()
3777 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
3779 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
3781 } else if (os_strcmp(buf, "vendor_vht") == 0) { in hostapd_config_fill()
3783 } else if (os_strcmp(buf, "use_sta_nsts") == 0) { in hostapd_config_fill()
3787 } else if (os_strcmp(buf, "ieee80211ax") == 0) { in hostapd_config_fill()
3789 } else if (os_strcmp(buf, "require_he") == 0) { in hostapd_config_fill()
3791 } else if (os_strcmp(buf, "he_su_beamformer") == 0) { in hostapd_config_fill()
3793 } else if (os_strcmp(buf, "he_su_beamformee") == 0) { in hostapd_config_fill()
3795 } else if (os_strcmp(buf, "he_mu_beamformer") == 0) { in hostapd_config_fill()
3797 } else if (os_strcmp(buf, "he_bss_color") == 0) { in hostapd_config_fill()
3800 } else if (os_strcmp(buf, "he_bss_color_partial") == 0) { in hostapd_config_fill()
3802 } else if (os_strcmp(buf, "he_default_pe_duration") == 0) { in hostapd_config_fill()
3804 } else if (os_strcmp(buf, "he_twt_required") == 0) { in hostapd_config_fill()
3806 } else if (os_strcmp(buf, "he_twt_responder") == 0) { in hostapd_config_fill()
3808 } else if (os_strcmp(buf, "he_rts_threshold") == 0) { in hostapd_config_fill()
3810 } else if (os_strcmp(buf, "he_er_su_disable") == 0) { in hostapd_config_fill()
3812 } else if (os_strcmp(buf, "he_basic_mcs_nss_set") == 0) { in hostapd_config_fill()
3814 } else if (os_strcmp(buf, "he_mu_edca_qos_info_param_count") == 0) { in hostapd_config_fill()
3817 } else if (os_strcmp(buf, "he_mu_edca_qos_info_q_ack") == 0) { in hostapd_config_fill()
3820 } else if (os_strcmp(buf, "he_mu_edca_qos_info_queue_request") == 0) { in hostapd_config_fill()
3823 } else if (os_strcmp(buf, "he_mu_edca_qos_info_txop_request") == 0) { in hostapd_config_fill()
3826 } else if (os_strcmp(buf, "he_mu_edca_ac_be_aifsn") == 0) { in hostapd_config_fill()
3829 } else if (os_strcmp(buf, "he_mu_edca_ac_be_acm") == 0) { in hostapd_config_fill()
3832 } else if (os_strcmp(buf, "he_mu_edca_ac_be_aci") == 0) { in hostapd_config_fill()
3835 } else if (os_strcmp(buf, "he_mu_edca_ac_be_ecwmin") == 0) { in hostapd_config_fill()
3838 } else if (os_strcmp(buf, "he_mu_edca_ac_be_ecwmax") == 0) { in hostapd_config_fill()
3841 } else if (os_strcmp(buf, "he_mu_edca_ac_be_timer") == 0) { in hostapd_config_fill()
3844 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_aifsn") == 0) { in hostapd_config_fill()
3847 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_acm") == 0) { in hostapd_config_fill()
3850 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_aci") == 0) { in hostapd_config_fill()
3853 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_ecwmin") == 0) { in hostapd_config_fill()
3856 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_ecwmax") == 0) { in hostapd_config_fill()
3859 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_timer") == 0) { in hostapd_config_fill()
3862 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_aifsn") == 0) { in hostapd_config_fill()
3865 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_acm") == 0) { in hostapd_config_fill()
3868 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_aci") == 0) { in hostapd_config_fill()
3871 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_ecwmin") == 0) { in hostapd_config_fill()
3874 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_ecwmax") == 0) { in hostapd_config_fill()
3877 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_timer") == 0) { in hostapd_config_fill()
3880 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_aifsn") == 0) { in hostapd_config_fill()
3883 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_acm") == 0) { in hostapd_config_fill()
3886 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_aci") == 0) { in hostapd_config_fill()
3889 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_ecwmin") == 0) { in hostapd_config_fill()
3892 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_ecwmax") == 0) { in hostapd_config_fill()
3895 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_timer") == 0) { in hostapd_config_fill()
3898 } else if (os_strcmp(buf, "he_spr_sr_control") == 0) { in hostapd_config_fill()
3900 } else if (os_strcmp(buf, "he_spr_non_srg_obss_pd_max_offset") == 0) { in hostapd_config_fill()
3902 } else if (os_strcmp(buf, "he_spr_srg_obss_pd_min_offset") == 0) { in hostapd_config_fill()
3904 } else if (os_strcmp(buf, "he_spr_srg_obss_pd_max_offset") == 0) { in hostapd_config_fill()
3906 } else if (os_strcmp(buf, "he_spr_srg_bss_colors") == 0) { in hostapd_config_fill()
3914 } else if (os_strcmp(buf, "he_spr_srg_partial_bssid") == 0) { in hostapd_config_fill()
3922 } else if (os_strcmp(buf, "he_6ghz_reg_pwr_type") == 0) { in hostapd_config_fill()
3930 } else if (os_strcmp(buf, "reg_def_cli_eirp_psd") == 0) { in hostapd_config_fill()
3932 } else if (os_strcmp(buf, "reg_sub_cli_eirp_psd") == 0) { in hostapd_config_fill()
3934 } else if (os_strcmp(buf, "reg_def_cli_eirp") == 0) { in hostapd_config_fill()
3936 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) { in hostapd_config_fill()
3938 } else if (os_strcmp(buf, "he_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
3940 } else if (os_strcmp(buf, "he_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
3942 } else if (os_strcmp(buf, "he_6ghz_max_mpdu") == 0) { in hostapd_config_fill()
3944 } else if (os_strcmp(buf, "he_6ghz_max_ampdu_len_exp") == 0) { in hostapd_config_fill()
3946 } else if (os_strcmp(buf, "he_6ghz_rx_ant_pat") == 0) { in hostapd_config_fill()
3948 } else if (os_strcmp(buf, "he_6ghz_tx_ant_pat") == 0) { in hostapd_config_fill()
3950 } else if (os_strcmp(buf, "unsol_bcast_probe_resp_interval") == 0) { in hostapd_config_fill()
3960 } else if (os_strcmp(buf, "mbssid") == 0) { in hostapd_config_fill()
3970 } else if (os_strcmp(buf, "max_listen_interval") == 0) { in hostapd_config_fill()
3972 } else if (os_strcmp(buf, "disable_pmksa_caching") == 0) { in hostapd_config_fill()
3974 } else if (os_strcmp(buf, "okc") == 0) { in hostapd_config_fill()
3977 } else if (os_strcmp(buf, "wps_state") == 0) { in hostapd_config_fill()
3984 } else if (os_strcmp(buf, "wps_independent") == 0) { in hostapd_config_fill()
3986 } else if (os_strcmp(buf, "ap_setup_locked") == 0) { in hostapd_config_fill()
3988 } else if (os_strcmp(buf, "uuid") == 0) { in hostapd_config_fill()
3993 } else if (os_strcmp(buf, "wps_pin_requests") == 0) { in hostapd_config_fill()
3996 } else if (os_strcmp(buf, "device_name") == 0) { in hostapd_config_fill()
4004 } else if (os_strcmp(buf, "manufacturer") == 0) { in hostapd_config_fill()
4012 } else if (os_strcmp(buf, "model_name") == 0) { in hostapd_config_fill()
4020 } else if (os_strcmp(buf, "model_number") == 0) { in hostapd_config_fill()
4028 } else if (os_strcmp(buf, "serial_number") == 0) { in hostapd_config_fill()
4036 } else if (os_strcmp(buf, "device_type") == 0) { in hostapd_config_fill()
4039 } else if (os_strcmp(buf, "config_methods") == 0) { in hostapd_config_fill()
4042 } else if (os_strcmp(buf, "os_version") == 0) { in hostapd_config_fill()
4048 } else if (os_strcmp(buf, "ap_pin") == 0) { in hostapd_config_fill()
4054 } else if (os_strcmp(buf, "skip_cred_build") == 0) { in hostapd_config_fill()
4056 } else if (os_strcmp(buf, "extra_cred") == 0) { in hostapd_config_fill()
4064 } else if (os_strcmp(buf, "wps_cred_processing") == 0) { in hostapd_config_fill()
4066 } else if (os_strcmp(buf, "wps_cred_add_sae") == 0) { in hostapd_config_fill()
4068 } else if (os_strcmp(buf, "ap_settings") == 0) { in hostapd_config_fill()
4077 } else if (os_strcmp(buf, "multi_ap_backhaul_ssid") == 0) { in hostapd_config_fill()
4091 } else if (os_strcmp(buf, "multi_ap_backhaul_wpa_passphrase") == 0) { in hostapd_config_fill()
4107 } else if (os_strcmp(buf, "multi_ap_backhaul_wpa_psk") == 0) { in hostapd_config_fill()
4127 } else if (os_strcmp(buf, "upnp_iface") == 0) { in hostapd_config_fill()
4130 } else if (os_strcmp(buf, "friendly_name") == 0) { in hostapd_config_fill()
4133 } else if (os_strcmp(buf, "manufacturer_url") == 0) { in hostapd_config_fill()
4136 } else if (os_strcmp(buf, "model_description") == 0) { in hostapd_config_fill()
4139 } else if (os_strcmp(buf, "model_url") == 0) { in hostapd_config_fill()
4142 } else if (os_strcmp(buf, "upc") == 0) { in hostapd_config_fill()
4145 } else if (os_strcmp(buf, "pbc_in_m1") == 0) { in hostapd_config_fill()
4147 } else if (os_strcmp(buf, "server_id") == 0) { in hostapd_config_fill()
4150 } else if (os_strcmp(buf, "wps_application_ext") == 0) { in hostapd_config_fill()
4154 } else if (os_strcmp(buf, "wps_nfc_dev_pw_id") == 0) { in hostapd_config_fill()
4163 } else if (os_strcmp(buf, "wps_nfc_dh_pubkey") == 0) { in hostapd_config_fill()
4167 } else if (os_strcmp(buf, "wps_nfc_dh_privkey") == 0) { in hostapd_config_fill()
4171 } else if (os_strcmp(buf, "wps_nfc_dev_pw") == 0) { in hostapd_config_fill()
4178 } else if (os_strcmp(buf, "manage_p2p") == 0) { in hostapd_config_fill()
4183 } else if (os_strcmp(buf, "allow_cross_connection") == 0) { in hostapd_config_fill()
4189 } else if (os_strcmp(buf, "disassoc_low_ack") == 0) { in hostapd_config_fill()
4191 } else if (os_strcmp(buf, "tdls_prohibit") == 0) { in hostapd_config_fill()
4196 } else if (os_strcmp(buf, "tdls_prohibit_chan_switch") == 0) { in hostapd_config_fill()
4202 } else if (os_strcmp(buf, "rsn_testing") == 0) { in hostapd_config_fill()
4206 } else if (os_strcmp(buf, "time_advertisement") == 0) { in hostapd_config_fill()
4208 } else if (os_strcmp(buf, "time_zone") == 0) { in hostapd_config_fill()
4220 } else if (os_strcmp(buf, "wnm_sleep_mode") == 0) { in hostapd_config_fill()
4222 } else if (os_strcmp(buf, "wnm_sleep_mode_no_keys") == 0) { in hostapd_config_fill()
4224 } else if (os_strcmp(buf, "bss_transition") == 0) { in hostapd_config_fill()
4228 } else if (os_strcmp(buf, "interworking") == 0) { in hostapd_config_fill()
4230 } else if (os_strcmp(buf, "access_network_type") == 0) { in hostapd_config_fill()
4239 } else if (os_strcmp(buf, "internet") == 0) { in hostapd_config_fill()
4241 } else if (os_strcmp(buf, "asra") == 0) { in hostapd_config_fill()
4243 } else if (os_strcmp(buf, "esr") == 0) { in hostapd_config_fill()
4245 } else if (os_strcmp(buf, "uesa") == 0) { in hostapd_config_fill()
4247 } else if (os_strcmp(buf, "venue_group") == 0) { in hostapd_config_fill()
4250 } else if (os_strcmp(buf, "venue_type") == 0) { in hostapd_config_fill()
4253 } else if (os_strcmp(buf, "hessid") == 0) { in hostapd_config_fill()
4258 } else if (os_strcmp(buf, "roaming_consortium") == 0) { in hostapd_config_fill()
4261 } else if (os_strcmp(buf, "venue_name") == 0) { in hostapd_config_fill()
4264 } else if (os_strcmp(buf, "venue_url") == 0) { in hostapd_config_fill()
4267 } else if (os_strcmp(buf, "network_auth_type") == 0) { in hostapd_config_fill()
4290 } else if (os_strcmp(buf, "ipaddr_type_availability") == 0) { in hostapd_config_fill()
4298 } else if (os_strcmp(buf, "domain_name") == 0) { in hostapd_config_fill()
4335 } else if (os_strcmp(buf, "anqp_3gpp_cell_net") == 0) { in hostapd_config_fill()
4338 } else if (os_strcmp(buf, "nai_realm") == 0) { in hostapd_config_fill()
4341 } else if (os_strcmp(buf, "anqp_elem") == 0) { in hostapd_config_fill()
4344 } else if (os_strcmp(buf, "gas_frag_limit") == 0) { in hostapd_config_fill()
4354 } else if (os_strcmp(buf, "gas_comeback_delay") == 0) { in hostapd_config_fill()
4357 } else if (os_strcmp(buf, "qos_map_set") == 0) { in hostapd_config_fill()
4361 } else if (os_strcmp(buf, "dump_msk_file") == 0) { in hostapd_config_fill()
4366 } else if (os_strcmp(buf, "proxy_arp") == 0) { in hostapd_config_fill()
4370 } else if (os_strcmp(buf, "hs20") == 0) { in hostapd_config_fill()
4372 } else if (os_strcmp(buf, "hs20_release") == 0) { in hostapd_config_fill()
4382 } else if (os_strcmp(buf, "disable_dgaf") == 0) { in hostapd_config_fill()
4384 } else if (os_strcmp(buf, "na_mcast_to_ucast") == 0) { in hostapd_config_fill()
4386 } else if (os_strcmp(buf, "osen") == 0) { in hostapd_config_fill()
4388 } else if (os_strcmp(buf, "anqp_domain_id") == 0) { in hostapd_config_fill()
4390 } else if (os_strcmp(buf, "hs20_deauth_req_timeout") == 0) { in hostapd_config_fill()
4392 } else if (os_strcmp(buf, "hs20_oper_friendly_name") == 0) { in hostapd_config_fill()
4395 } else if (os_strcmp(buf, "hs20_wan_metrics") == 0) { in hostapd_config_fill()
4398 } else if (os_strcmp(buf, "hs20_conn_capab") == 0) { in hostapd_config_fill()
4402 } else if (os_strcmp(buf, "hs20_operating_class") == 0) { in hostapd_config_fill()
4426 } else if (os_strcmp(buf, "hs20_icon") == 0) { in hostapd_config_fill()
4432 } else if (os_strcmp(buf, "osu_ssid") == 0) { in hostapd_config_fill()
4435 } else if (os_strcmp(buf, "osu_server_uri") == 0) { in hostapd_config_fill()
4438 } else if (os_strcmp(buf, "osu_friendly_name") == 0) { in hostapd_config_fill()
4441 } else if (os_strcmp(buf, "osu_nai") == 0) { in hostapd_config_fill()
4444 } else if (os_strcmp(buf, "osu_nai2") == 0) { in hostapd_config_fill()
4447 } else if (os_strcmp(buf, "osu_method_list") == 0) { in hostapd_config_fill()
4450 } else if (os_strcmp(buf, "osu_icon") == 0) { in hostapd_config_fill()
4453 } else if (os_strcmp(buf, "osu_service_desc") == 0) { in hostapd_config_fill()
4456 } else if (os_strcmp(buf, "operator_icon") == 0) { in hostapd_config_fill()
4459 } else if (os_strcmp(buf, "subscr_remediation_url") == 0) { in hostapd_config_fill()
4462 } else if (os_strcmp(buf, "subscr_remediation_method") == 0) { in hostapd_config_fill()
4464 } else if (os_strcmp(buf, "hs20_t_c_filename") == 0) { in hostapd_config_fill()
4467 } else if (os_strcmp(buf, "hs20_t_c_timestamp") == 0) { in hostapd_config_fill()
4469 } else if (os_strcmp(buf, "hs20_t_c_server_url") == 0) { in hostapd_config_fill()
4472 } else if (os_strcmp(buf, "hs20_sim_provisioning_url") == 0) { in hostapd_config_fill()
4477 } else if (os_strcmp(buf, "mbo") == 0) { in hostapd_config_fill()
4479 } else if (os_strcmp(buf, "mbo_cell_data_conn_pref") == 0) { in hostapd_config_fill()
4481 } else if (os_strcmp(buf, "oce") == 0) { in hostapd_config_fill()
4486 } else if (os_strcmp(buf, #_val) == 0) { \ in hostapd_config_fill()
4502 } else if (os_strcmp(buf, "ecsa_ie_only") == 0) { in hostapd_config_fill()
4504 } else if (os_strcmp(buf, "bss_load_test") == 0) { in hostapd_config_fill()
4523 } else if (os_strcmp(buf, "radio_measurements") == 0) { in hostapd_config_fill()
4533 } else if (os_strcmp(buf, "own_ie_override") == 0) { in hostapd_config_fill()
4537 } else if (os_strcmp(buf, "rsne_override") == 0) { in hostapd_config_fill()
4541 } else if (os_strcmp(buf, "rsnoe_override") == 0) { in hostapd_config_fill()
4545 } else if (os_strcmp(buf, "rsno2e_override") == 0) { in hostapd_config_fill()
4549 } else if (os_strcmp(buf, "rsnxe_override") == 0) { in hostapd_config_fill()
4553 } else if (os_strcmp(buf, "rsnxoe_override") == 0) { in hostapd_config_fill()
4557 } else if (os_strcmp(buf, "sae_reflection_attack") == 0) { in hostapd_config_fill()
4559 } else if (os_strcmp(buf, "sae_commit_status") == 0) { in hostapd_config_fill()
4561 } else if (os_strcmp(buf, "sae_pk_omit") == 0) { in hostapd_config_fill()
4563 } else if (os_strcmp(buf, "sae_pk_password_check_skip") == 0) { in hostapd_config_fill()
4565 } else if (os_strcmp(buf, "sae_commit_override") == 0) { in hostapd_config_fill()
4568 } else if (os_strcmp(buf, "rsne_override_eapol") == 0) { in hostapd_config_fill()
4571 } else if (os_strcmp(buf, "rsnxe_override_eapol") == 0) { in hostapd_config_fill()
4574 } else if (os_strcmp(buf, "rsne_override_ft") == 0) { in hostapd_config_fill()
4577 } else if (os_strcmp(buf, "rsnxe_override_ft") == 0) { in hostapd_config_fill()
4580 } else if (os_strcmp(buf, "gtk_rsc_override") == 0) { in hostapd_config_fill()
4583 } else if (os_strcmp(buf, "igtk_rsc_override") == 0) { in hostapd_config_fill()
4586 } else if (os_strcmp(buf, "no_beacon_rsnxe") == 0) { in hostapd_config_fill()
4588 } else if (os_strcmp(buf, "skip_prune_assoc") == 0) { in hostapd_config_fill()
4590 } else if (os_strcmp(buf, "ft_rsnxe_used") == 0) { in hostapd_config_fill()
4592 } else if (os_strcmp(buf, "oci_freq_override_eapol_m3") == 0) { in hostapd_config_fill()
4594 } else if (os_strcmp(buf, "oci_freq_override_eapol_g1") == 0) { in hostapd_config_fill()
4596 } else if (os_strcmp(buf, "oci_freq_override_saquery_req") == 0) { in hostapd_config_fill()
4598 } else if (os_strcmp(buf, "oci_freq_override_saquery_resp") == 0) { in hostapd_config_fill()
4600 } else if (os_strcmp(buf, "oci_freq_override_ft_assoc") == 0) { in hostapd_config_fill()
4602 } else if (os_strcmp(buf, "oci_freq_override_fils_assoc") == 0) { in hostapd_config_fill()
4604 } else if (os_strcmp(buf, "oci_freq_override_wnm_sleep") == 0) { in hostapd_config_fill()
4606 } else if (os_strcmp(buf, "eap_skip_prot_success") == 0) { in hostapd_config_fill()
4608 } else if (os_strcmp(buf, "delay_eapol_tx") == 0) { in hostapd_config_fill()
4610 } else if (os_strcmp(buf, "eapol_m1_elements") == 0) { in hostapd_config_fill()
4613 } else if (os_strcmp(buf, "eapol_m3_elements") == 0) { in hostapd_config_fill()
4616 } else if (os_strcmp(buf, "eapol_m3_no_encrypt") == 0) { in hostapd_config_fill()
4618 } else if (os_strcmp(buf, "test_assoc_comeback_type") == 0) { in hostapd_config_fill()
4620 } else if (os_strcmp(buf, "presp_elements") == 0) { in hostapd_config_fill()
4625 } else if (os_strcmp(buf, "sae_password") == 0) { in hostapd_config_fill()
4631 } else if (os_strcmp(buf, "sae_password_file") == 0) { in hostapd_config_fill()
4639 } else if (os_strcmp(buf, "vendor_elements") == 0) { in hostapd_config_fill()
4642 } else if (os_strcmp(buf, "assocresp_elements") == 0) { in hostapd_config_fill()
4645 } else if (os_strcmp(buf, "sae_anti_clogging_threshold") == 0 || in hostapd_config_fill()
4646 os_strcmp(buf, "anti_clogging_threshold") == 0) { in hostapd_config_fill()
4648 } else if (os_strcmp(buf, "sae_sync") == 0) { in hostapd_config_fill()
4650 } else if (os_strcmp(buf, "sae_groups") == 0) { in hostapd_config_fill()
4657 } else if (os_strcmp(buf, "sae_require_mfp") == 0) { in hostapd_config_fill()
4659 } else if (os_strcmp(buf, "sae_confirm_immediate") == 0) { in hostapd_config_fill()
4661 } else if (os_strcmp(buf, "sae_pwe") == 0) { in hostapd_config_fill()
4663 } else if (os_strcmp(buf, "local_pwr_constraint") == 0) { in hostapd_config_fill()
4671 } else if (os_strcmp(buf, "spectrum_mgmt_required") == 0) { in hostapd_config_fill()
4673 } else if (os_strcmp(buf, "wowlan_triggers") == 0) { in hostapd_config_fill()
4677 } else if (os_strcmp(buf, "fst_group_id") == 0) { in hostapd_config_fill()
4696 } else if (os_strcmp(buf, "fst_priority") == 0) { in hostapd_config_fill()
4715 } else if (os_strcmp(buf, "fst_llt") == 0) { in hostapd_config_fill()
4735 } else if (os_strcmp(buf, "track_sta_max_num") == 0) { in hostapd_config_fill()
4737 } else if (os_strcmp(buf, "track_sta_max_age") == 0) { in hostapd_config_fill()
4739 } else if (os_strcmp(buf, "no_probe_resp_if_seen_on") == 0) { in hostapd_config_fill()
4742 } else if (os_strcmp(buf, "no_auth_if_seen_on") == 0) { in hostapd_config_fill()
4745 } else if (os_strcmp(buf, "lci") == 0) { in hostapd_config_fill()
4752 } else if (os_strcmp(buf, "civic") == 0) { in hostapd_config_fill()
4759 } else if (os_strcmp(buf, "rrm_neighbor_report") == 0) { in hostapd_config_fill()
4763 } else if (os_strcmp(buf, "rrm_beacon_report") == 0) { in hostapd_config_fill()
4769 } else if (os_strcmp(buf, "rrm_link_measurement_report") == 0) { in hostapd_config_fill()
4773 } else if (os_strcmp(buf, "gas_address3") == 0) { in hostapd_config_fill()
4775 } else if (os_strcmp(buf, "stationary_ap") == 0) { in hostapd_config_fill()
4777 } else if (os_strcmp(buf, "ftm_responder") == 0) { in hostapd_config_fill()
4779 } else if (os_strcmp(buf, "ftm_initiator") == 0) { in hostapd_config_fill()
4782 } else if (os_strcmp(buf, "fils_cache_id") == 0) { in hostapd_config_fill()
4790 } else if (os_strcmp(buf, "fils_realm") == 0) { in hostapd_config_fill()
4793 } else if (os_strcmp(buf, "fils_dh_group") == 0) { in hostapd_config_fill()
4795 } else if (os_strcmp(buf, "dhcp_server") == 0) { in hostapd_config_fill()
4802 } else if (os_strcmp(buf, "dhcp_rapid_commit_proxy") == 0) { in hostapd_config_fill()
4804 } else if (os_strcmp(buf, "fils_hlp_wait_time") == 0) { in hostapd_config_fill()
4806 } else if (os_strcmp(buf, "dhcp_server_port") == 0) { in hostapd_config_fill()
4808 } else if (os_strcmp(buf, "dhcp_relay_port") == 0) { in hostapd_config_fill()
4810 } else if (os_strcmp(buf, "fils_discovery_min_interval") == 0) { in hostapd_config_fill()
4812 } else if (os_strcmp(buf, "fils_discovery_max_interval") == 0) { in hostapd_config_fill()
4815 } else if (os_strcmp(buf, "multicast_to_unicast") == 0) { in hostapd_config_fill()
4817 } else if (os_strcmp(buf, "bridge_multicast_to_unicast") == 0) { in hostapd_config_fill()
4819 } else if (os_strcmp(buf, "broadcast_deauth") == 0) { in hostapd_config_fill()
4821 } else if (os_strcmp(buf, "notify_mgmt_frames") == 0) { in hostapd_config_fill()
4824 } else if (os_strcmp(buf, "dpp_name") == 0) { in hostapd_config_fill()
4827 } else if (os_strcmp(buf, "dpp_mud_url") == 0) { in hostapd_config_fill()
4830 } else if (os_strcmp(buf, "dpp_extra_conf_req_name") == 0) { in hostapd_config_fill()
4833 } else if (os_strcmp(buf, "dpp_extra_conf_req_value") == 0) { in hostapd_config_fill()
4836 } else if (os_strcmp(buf, "dpp_connector") == 0) { in hostapd_config_fill()
4839 } else if (os_strcmp(buf, "dpp_netaccesskey") == 0) { in hostapd_config_fill()
4842 } else if (os_strcmp(buf, "dpp_netaccesskey_expiry") == 0) { in hostapd_config_fill()
4844 } else if (os_strcmp(buf, "dpp_csign") == 0) { in hostapd_config_fill()
4848 } else if (os_strcmp(buf, "dpp_controller") == 0) { in hostapd_config_fill()
4851 } else if (os_strcmp(buf, "dpp_relay_port") == 0) { in hostapd_config_fill()
4853 } else if (os_strcmp(buf, "dpp_configurator_connectivity") == 0) { in hostapd_config_fill()
4855 } else if (os_strcmp(buf, "dpp_pfs") == 0) { in hostapd_config_fill()
4868 } else if (os_strcmp(buf, "owe_transition_bssid") == 0) { in hostapd_config_fill()
4875 } else if (os_strcmp(buf, "owe_transition_ssid") == 0) { in hostapd_config_fill()
4888 } else if (os_strcmp(buf, "owe_transition_ifname") == 0) { in hostapd_config_fill()
4891 } else if (os_strcmp(buf, "owe_groups") == 0) { in hostapd_config_fill()
4898 } else if (os_strcmp(buf, "owe_ptk_workaround") == 0) { in hostapd_config_fill()
4901 } else if (os_strcmp(buf, "coloc_intf_reporting") == 0) { in hostapd_config_fill()
4903 } else if (os_strcmp(buf, "multi_ap") == 0) { in hostapd_config_fill()
4913 } else if (os_strcmp(buf, "multi_ap_profile") == 0) { in hostapd_config_fill()
4923 } else if (os_strcmp(buf, "multi_ap_client_disallow") == 0) { in hostapd_config_fill()
4933 } else if (os_strcmp(buf, "multi_ap_vlanid") == 0) { in hostapd_config_fill()
4943 } else if (os_strcmp(buf, "rssi_reject_assoc_rssi") == 0) { in hostapd_config_fill()
4945 } else if (os_strcmp(buf, "rssi_reject_assoc_timeout") == 0) { in hostapd_config_fill()
4947 } else if (os_strcmp(buf, "rssi_ignore_probe_request") == 0) { in hostapd_config_fill()
4949 } else if (os_strcmp(buf, "pbss") == 0) { in hostapd_config_fill()
4951 } else if (os_strcmp(buf, "transition_disable") == 0) { in hostapd_config_fill()
4954 } else if (os_strcmp(buf, "airtime_mode") == 0) { in hostapd_config_fill()
4963 } else if (os_strcmp(buf, "airtime_update_interval") == 0) { in hostapd_config_fill()
4965 } else if (os_strcmp(buf, "airtime_bss_weight") == 0) { in hostapd_config_fill()
4967 } else if (os_strcmp(buf, "airtime_bss_limit") == 0) { in hostapd_config_fill()
4977 } else if (os_strcmp(buf, "airtime_sta_weight") == 0) { in hostapd_config_fill()
4986 } else if (os_strcmp(buf, "macsec_policy") == 0) { in hostapd_config_fill()
4996 } else if (os_strcmp(buf, "macsec_integ_only") == 0) { in hostapd_config_fill()
5006 } else if (os_strcmp(buf, "macsec_replay_protect") == 0) { in hostapd_config_fill()
5016 } else if (os_strcmp(buf, "macsec_replay_window") == 0) { in hostapd_config_fill()
5018 } else if (os_strcmp(buf, "macsec_offload") == 0) { in hostapd_config_fill()
5028 } else if (os_strcmp(buf, "macsec_port") == 0) { in hostapd_config_fill()
5038 } else if (os_strcmp(buf, "mka_priority") == 0) { in hostapd_config_fill()
5048 } else if (os_strcmp(buf, "macsec_csindex") == 0) { in hostapd_config_fill()
5058 } else if (os_strcmp(buf, "mka_cak") == 0) { in hostapd_config_fill()
5070 } else if (os_strcmp(buf, "mka_ckn") == 0) { in hostapd_config_fill()
5088 } else if (os_strcmp(buf, "disable_11n") == 0) { in hostapd_config_fill()
5090 } else if (os_strcmp(buf, "disable_11ac") == 0) { in hostapd_config_fill()
5092 } else if (os_strcmp(buf, "disable_11ax") == 0) { in hostapd_config_fill()
5094 } else if (os_strcmp(buf, "disable_11be") == 0) { in hostapd_config_fill()
5098 } else if (os_strcmp(buf, "force_kdk_derivation") == 0) { in hostapd_config_fill()
5100 } else if (os_strcmp(buf, "pasn_corrupt_mic") == 0) { in hostapd_config_fill()
5103 } else if (os_strcmp(buf, "pasn_groups") == 0) { in hostapd_config_fill()
5110 } else if (os_strcmp(buf, "pasn_comeback_after") == 0) { in hostapd_config_fill()
5112 } else if (os_strcmp(buf, "pasn_noauth") == 0) { in hostapd_config_fill()
5115 } else if (os_strcmp(buf, "ext_capa_mask") == 0) { in hostapd_config_fill()
5119 } else if (os_strcmp(buf, "ext_capa") == 0) { in hostapd_config_fill()
5123 } else if (os_strcmp(buf, "rnr") == 0) { in hostapd_config_fill()
5125 } else if (os_strcmp(buf, "ssid_protection") == 0) { in hostapd_config_fill()
5132 } else if (os_strcmp(buf, "ieee80211be") == 0) { in hostapd_config_fill()
5134 } else if (os_strcmp(buf, "eht_oper_chwidth") == 0) { in hostapd_config_fill()
5136 } else if (os_strcmp(buf, "eht_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
5138 } else if (os_strcmp(buf, "eht_su_beamformer") == 0) { in hostapd_config_fill()
5140 } else if (os_strcmp(buf, "eht_su_beamformee") == 0) { in hostapd_config_fill()
5142 } else if (os_strcmp(buf, "eht_mu_beamformer") == 0) { in hostapd_config_fill()
5144 } else if (os_strcmp(buf, "eht_default_pe_duration") == 0) { in hostapd_config_fill()
5146 } else if (os_strcmp(buf, "punct_bitmap") == 0) { in hostapd_config_fill()
5149 } else if (os_strcmp(buf, "punct_acs_threshold") == 0) { in hostapd_config_fill()
5159 } else if (os_strcmp(buf, "mld_ap") == 0) { in hostapd_config_fill()
5161 } else if (os_strcmp(buf, "mld_addr") == 0) { in hostapd_config_fill()
5167 } else if (os_strcmp(buf, "eht_bw320_offset") == 0) { in hostapd_config_fill()
5170 } else if (os_strcmp(buf, "eht_oper_puncturing_override") == 0) { in hostapd_config_fill()
5173 } else if (os_strcmp(buf, "mld_indicate_disabled") == 0) { in hostapd_config_fill()