Lines Matching refs:os_strcmp

437 				if (os_strcmp(start, "TTLS-PAP") == 0) {  in hostapd_config_read_eap_user()
441 if (os_strcmp(start, "TTLS-CHAP") == 0) { in hostapd_config_read_eap_user()
445 if (os_strcmp(start, "TTLS-MSCHAP") == 0) { in hostapd_config_read_eap_user()
450 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) { in hostapd_config_read_eap_user()
455 if (os_strcmp(start, "MACACL") == 0) { in hostapd_config_read_eap_user()
702 if (os_strcmp(start, "WPA-PSK") == 0) in hostapd_config_parse_key_mgmt()
704 else if (os_strcmp(start, "WPA-EAP") == 0) in hostapd_config_parse_key_mgmt()
707 else if (os_strcmp(start, "FT-PSK") == 0) in hostapd_config_parse_key_mgmt()
709 else if (os_strcmp(start, "FT-EAP") == 0) in hostapd_config_parse_key_mgmt()
712 else if (os_strcmp(start, "FT-EAP-SHA384") == 0) in hostapd_config_parse_key_mgmt()
716 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0) in hostapd_config_parse_key_mgmt()
718 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0) in hostapd_config_parse_key_mgmt()
721 else if (os_strcmp(start, "SAE") == 0) in hostapd_config_parse_key_mgmt()
723 else if (os_strcmp(start, "FT-SAE") == 0) in hostapd_config_parse_key_mgmt()
727 else if (os_strcmp(start, "WPA-EAP-SUITE-B") == 0) in hostapd_config_parse_key_mgmt()
731 else if (os_strcmp(start, "WPA-EAP-SUITE-B-192") == 0) in hostapd_config_parse_key_mgmt()
735 else if (os_strcmp(start, "FILS-SHA256") == 0) in hostapd_config_parse_key_mgmt()
737 else if (os_strcmp(start, "FILS-SHA384") == 0) in hostapd_config_parse_key_mgmt()
740 else if (os_strcmp(start, "FT-FILS-SHA256") == 0) in hostapd_config_parse_key_mgmt()
742 else if (os_strcmp(start, "FT-FILS-SHA384") == 0) in hostapd_config_parse_key_mgmt()
747 else if (os_strcmp(start, "OWE") == 0) in hostapd_config_parse_key_mgmt()
751 else if (os_strcmp(start, "DPP") == 0) in hostapd_config_parse_key_mgmt()
755 else if (os_strcmp(start, "OSEN") == 0) in hostapd_config_parse_key_mgmt()
759 else if (os_strcmp(start, "PASN") == 0) in hostapd_config_parse_key_mgmt()
2356 if (os_strcmp(buf, "interface") == 0) { in hostapd_config_fill()
2359 } else if (os_strcmp(buf, "bridge") == 0) { in hostapd_config_fill()
2361 } else if (os_strcmp(buf, "vlan_bridge") == 0) { in hostapd_config_fill()
2363 } else if (os_strcmp(buf, "wds_bridge") == 0) { in hostapd_config_fill()
2365 } else if (os_strcmp(buf, "driver") == 0) { in hostapd_config_fill()
2370 if (os_strcmp(pos, wpa_drivers[j]->name) == 0) { in hostapd_config_fill()
2382 } else if (os_strcmp(buf, "driver_params") == 0) { in hostapd_config_fill()
2385 } else if (os_strcmp(buf, "debug") == 0) { in hostapd_config_fill()
2388 } else if (os_strcmp(buf, "logger_syslog_level") == 0) { in hostapd_config_fill()
2390 } else if (os_strcmp(buf, "logger_stdout_level") == 0) { in hostapd_config_fill()
2392 } else if (os_strcmp(buf, "logger_syslog") == 0) { in hostapd_config_fill()
2394 } else if (os_strcmp(buf, "logger_stdout") == 0) { in hostapd_config_fill()
2396 } else if (os_strcmp(buf, "dump_file") == 0) { in hostapd_config_fill()
2399 } else if (os_strcmp(buf, "ssid") == 0) { in hostapd_config_fill()
2411 } else if (os_strcmp(buf, "ssid2") == 0) { in hostapd_config_fill()
2426 } else if (os_strcmp(buf, "utf8_ssid") == 0) { in hostapd_config_fill()
2428 } else if (os_strcmp(buf, "macaddr_acl") == 0) { in hostapd_config_fill()
2439 } else if (os_strcmp(buf, "accept_mac_file") == 0) { in hostapd_config_fill()
2446 } else if (os_strcmp(buf, "deny_mac_file") == 0) { in hostapd_config_fill()
2453 } else if (os_strcmp(buf, "wds_sta") == 0) { in hostapd_config_fill()
2455 } else if (os_strcmp(buf, "start_disabled") == 0) { in hostapd_config_fill()
2457 } else if (os_strcmp(buf, "ap_isolate") == 0) { in hostapd_config_fill()
2459 } else if (os_strcmp(buf, "ap_max_inactivity") == 0) { in hostapd_config_fill()
2461 } else if (os_strcmp(buf, "skip_inactivity_poll") == 0) { in hostapd_config_fill()
2463 } else if (os_strcmp(buf, "country_code") == 0) { in hostapd_config_fill()
2472 } else if (os_strcmp(buf, "country3") == 0) { in hostapd_config_fill()
2474 } else if (os_strcmp(buf, "ieee80211d") == 0) { in hostapd_config_fill()
2476 } else if (os_strcmp(buf, "ieee80211h") == 0) { in hostapd_config_fill()
2478 } else if (os_strcmp(buf, "ieee8021x") == 0) { in hostapd_config_fill()
2480 } else if (os_strcmp(buf, "eapol_version") == 0) { in hostapd_config_fill()
2497 } else if (os_strcmp(buf, "eap_authenticator") == 0) { in hostapd_config_fill()
2500 } else if (os_strcmp(buf, "eap_server") == 0) { in hostapd_config_fill()
2502 } else if (os_strcmp(buf, "eap_user_file") == 0) { in hostapd_config_fill()
2505 } else if (os_strcmp(buf, "ca_cert") == 0) { in hostapd_config_fill()
2508 } else if (os_strcmp(buf, "server_cert") == 0) { in hostapd_config_fill()
2511 } else if (os_strcmp(buf, "server_cert2") == 0) { in hostapd_config_fill()
2514 } else if (os_strcmp(buf, "private_key") == 0) { in hostapd_config_fill()
2517 } else if (os_strcmp(buf, "private_key2") == 0) { in hostapd_config_fill()
2520 } else if (os_strcmp(buf, "private_key_passwd") == 0) { in hostapd_config_fill()
2523 } else if (os_strcmp(buf, "private_key_passwd2") == 0) { in hostapd_config_fill()
2526 } else if (os_strcmp(buf, "check_cert_subject") == 0) { in hostapd_config_fill()
2536 } else if (os_strcmp(buf, "check_crl") == 0) { in hostapd_config_fill()
2538 } else if (os_strcmp(buf, "check_crl_strict") == 0) { in hostapd_config_fill()
2540 } else if (os_strcmp(buf, "crl_reload_interval") == 0) { in hostapd_config_fill()
2542 } else if (os_strcmp(buf, "tls_session_lifetime") == 0) { in hostapd_config_fill()
2544 } else if (os_strcmp(buf, "tls_flags") == 0) { in hostapd_config_fill()
2546 } else if (os_strcmp(buf, "max_auth_rounds") == 0) { in hostapd_config_fill()
2548 } else if (os_strcmp(buf, "max_auth_rounds_short") == 0) { in hostapd_config_fill()
2550 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) { in hostapd_config_fill()
2553 } else if (os_strcmp(buf, "ocsp_stapling_response_multi") == 0) { in hostapd_config_fill()
2556 } else if (os_strcmp(buf, "dh_file") == 0) { in hostapd_config_fill()
2559 } else if (os_strcmp(buf, "openssl_ciphers") == 0) { in hostapd_config_fill()
2562 } else if (os_strcmp(buf, "openssl_ecdh_curves") == 0) { in hostapd_config_fill()
2565 } else if (os_strcmp(buf, "fragment_size") == 0) { in hostapd_config_fill()
2568 } else if (os_strcmp(buf, "pac_opaque_encr_key") == 0) { in hostapd_config_fill()
2581 } else if (os_strcmp(buf, "eap_fast_a_id") == 0) { in hostapd_config_fill()
2600 } else if (os_strcmp(buf, "eap_fast_a_id_info") == 0) { in hostapd_config_fill()
2603 } else if (os_strcmp(buf, "eap_fast_prov") == 0) { in hostapd_config_fill()
2605 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) { in hostapd_config_fill()
2607 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) { in hostapd_config_fill()
2611 } else if (os_strcmp(buf, "eap_teap_auth") == 0) { in hostapd_config_fill()
2621 } else if (os_strcmp(buf, "eap_teap_pac_no_inner") == 0) { in hostapd_config_fill()
2623 } else if (os_strcmp(buf, "eap_teap_separate_result") == 0) { in hostapd_config_fill()
2625 } else if (os_strcmp(buf, "eap_teap_id") == 0) { in hostapd_config_fill()
2629 } else if (os_strcmp(buf, "eap_sim_db") == 0) { in hostapd_config_fill()
2632 } else if (os_strcmp(buf, "eap_sim_db_timeout") == 0) { in hostapd_config_fill()
2634 } else if (os_strcmp(buf, "eap_sim_aka_result_ind") == 0) { in hostapd_config_fill()
2636 } else if (os_strcmp(buf, "eap_sim_id") == 0) { in hostapd_config_fill()
2640 } else if (os_strcmp(buf, "tnc") == 0) { in hostapd_config_fill()
2644 } else if (os_strcmp(buf, "pwd_group") == 0) { in hostapd_config_fill()
2648 } else if (os_strcmp(buf, "eap_server_erp") == 0) { in hostapd_config_fill()
2652 } else if (os_strcmp(buf, "eap_message") == 0) { in hostapd_config_fill()
2670 } else if (os_strcmp(buf, "erp_send_reauth_start") == 0) { in hostapd_config_fill()
2672 } else if (os_strcmp(buf, "erp_domain") == 0) { in hostapd_config_fill()
2676 } else if (os_strcmp(buf, "wep_key_len_broadcast") == 0) { in hostapd_config_fill()
2686 } else if (os_strcmp(buf, "wep_key_len_unicast") == 0) { in hostapd_config_fill()
2696 } else if (os_strcmp(buf, "wep_rekey_period") == 0) { in hostapd_config_fill()
2704 } else if (os_strcmp(buf, "eap_reauth_period") == 0) { in hostapd_config_fill()
2711 } else if (os_strcmp(buf, "eapol_key_index_workaround") == 0) { in hostapd_config_fill()
2714 } else if (os_strcmp(buf, "iapp_interface") == 0) { in hostapd_config_fill()
2717 } else if (os_strcmp(buf, "own_ip_addr") == 0) { in hostapd_config_fill()
2724 } else if (os_strcmp(buf, "nas_identifier") == 0) { in hostapd_config_fill()
2728 } else if (os_strcmp(buf, "radius_client_addr") == 0) { in hostapd_config_fill()
2736 } else if (os_strcmp(buf, "radius_client_dev") == 0) { in hostapd_config_fill()
2739 } else if (os_strcmp(buf, "auth_server_addr") == 0) { in hostapd_config_fill()
2750 os_strcmp(buf, "auth_server_addr_replace") == 0) { in hostapd_config_fill()
2759 os_strcmp(buf, "auth_server_port") == 0) { in hostapd_config_fill()
2762 os_strcmp(buf, "auth_server_shared_secret") == 0) { in hostapd_config_fill()
2773 } else if (os_strcmp(buf, "acct_server_addr") == 0) { in hostapd_config_fill()
2784 os_strcmp(buf, "acct_server_addr_replace") == 0) { in hostapd_config_fill()
2793 os_strcmp(buf, "acct_server_port") == 0) { in hostapd_config_fill()
2796 os_strcmp(buf, "acct_server_shared_secret") == 0) { in hostapd_config_fill()
2807 } else if (os_strcmp(buf, "radius_retry_primary_interval") == 0) { in hostapd_config_fill()
2809 } else if (os_strcmp(buf, "radius_acct_interim_interval") == 0) { in hostapd_config_fill()
2811 } else if (os_strcmp(buf, "radius_request_cui") == 0) { in hostapd_config_fill()
2813 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) { in hostapd_config_fill()
2829 } else if (os_strcmp(buf, "radius_acct_req_attr") == 0) { in hostapd_config_fill()
2845 } else if (os_strcmp(buf, "radius_req_attr_sqlite") == 0) { in hostapd_config_fill()
2848 } else if (os_strcmp(buf, "radius_das_port") == 0) { in hostapd_config_fill()
2850 } else if (os_strcmp(buf, "radius_das_client") == 0) { in hostapd_config_fill()
2856 } else if (os_strcmp(buf, "radius_das_time_window") == 0) { in hostapd_config_fill()
2858 } else if (os_strcmp(buf, "radius_das_require_event_timestamp") == 0) { in hostapd_config_fill()
2860 } else if (os_strcmp(buf, "radius_das_require_message_authenticator") == in hostapd_config_fill()
2864 } else if (os_strcmp(buf, "auth_algs") == 0) { in hostapd_config_fill()
2871 } else if (os_strcmp(buf, "max_num_sta") == 0) { in hostapd_config_fill()
2879 } else if (os_strcmp(buf, "wpa") == 0) { in hostapd_config_fill()
2881 } else if (os_strcmp(buf, "extended_key_id") == 0) { in hostapd_config_fill()
2891 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) { in hostapd_config_fill()
2894 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) { in hostapd_config_fill()
2896 } else if (os_strcmp(buf, "wpa_gmk_rekey") == 0) { in hostapd_config_fill()
2898 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) { in hostapd_config_fill()
2900 } else if (os_strcmp(buf, "wpa_deny_ptk0_rekey") == 0) { in hostapd_config_fill()
2909 } else if (os_strcmp(buf, "wpa_group_update_count") == 0) { in hostapd_config_fill()
2920 } else if (os_strcmp(buf, "wpa_pairwise_update_count") == 0) { in hostapd_config_fill()
2931 } else if (os_strcmp(buf, "wpa_disable_eapol_key_retries") == 0) { in hostapd_config_fill()
2933 } else if (os_strcmp(buf, "wpa_passphrase") == 0) { in hostapd_config_fill()
2946 } else if (os_strcmp(buf, "wpa_psk") == 0) { in hostapd_config_fill()
2962 } else if (os_strcmp(buf, "wpa_psk_file") == 0) { in hostapd_config_fill()
2970 } else if (os_strcmp(buf, "wpa_key_mgmt") == 0) { in hostapd_config_fill()
2974 } else if (os_strcmp(buf, "wpa_psk_radius") == 0) { in hostapd_config_fill()
2984 } else if (os_strcmp(buf, "wpa_pairwise") == 0) { in hostapd_config_fill()
2994 } else if (os_strcmp(buf, "rsn_pairwise") == 0) { in hostapd_config_fill()
3004 } else if (os_strcmp(buf, "group_cipher") == 0) { in hostapd_config_fill()
3019 } else if (os_strcmp(buf, "rsn_preauth") == 0) { in hostapd_config_fill()
3021 } else if (os_strcmp(buf, "rsn_preauth_interfaces") == 0) { in hostapd_config_fill()
3025 } else if (os_strcmp(buf, "peerkey") == 0) { in hostapd_config_fill()
3029 } else if (os_strcmp(buf, "mobility_domain") == 0) { in hostapd_config_fill()
3038 } else if (os_strcmp(buf, "r1_key_holder") == 0) { in hostapd_config_fill()
3046 } else if (os_strcmp(buf, "r0_key_lifetime") == 0) { in hostapd_config_fill()
3049 } else if (os_strcmp(buf, "ft_r0_key_lifetime") == 0) { in hostapd_config_fill()
3051 } else if (os_strcmp(buf, "r1_max_key_lifetime") == 0) { in hostapd_config_fill()
3053 } else if (os_strcmp(buf, "reassociation_deadline") == 0) { in hostapd_config_fill()
3055 } else if (os_strcmp(buf, "rkh_pos_timeout") == 0) { in hostapd_config_fill()
3057 } else if (os_strcmp(buf, "rkh_neg_timeout") == 0) { in hostapd_config_fill()
3059 } else if (os_strcmp(buf, "rkh_pull_timeout") == 0) { in hostapd_config_fill()
3061 } else if (os_strcmp(buf, "rkh_pull_retries") == 0) { in hostapd_config_fill()
3063 } else if (os_strcmp(buf, "r0kh") == 0) { in hostapd_config_fill()
3069 } else if (os_strcmp(buf, "r1kh") == 0) { in hostapd_config_fill()
3075 } else if (os_strcmp(buf, "pmk_r1_push") == 0) { in hostapd_config_fill()
3077 } else if (os_strcmp(buf, "ft_over_ds") == 0) { in hostapd_config_fill()
3079 } else if (os_strcmp(buf, "ft_psk_generate_local") == 0) { in hostapd_config_fill()
3083 } else if (os_strcmp(buf, "ctrl_interface") == 0) { in hostapd_config_fill()
3086 } else if (os_strcmp(buf, "ctrl_interface_group") == 0) { in hostapd_config_fill()
3114 } else if (os_strcmp(buf, "radius_server_clients") == 0) { in hostapd_config_fill()
3117 } else if (os_strcmp(buf, "radius_server_auth_port") == 0) { in hostapd_config_fill()
3119 } else if (os_strcmp(buf, "radius_server_acct_port") == 0) { in hostapd_config_fill()
3121 } else if (os_strcmp(buf, "radius_server_ipv6") == 0) { in hostapd_config_fill()
3124 } else if (os_strcmp(buf, "use_pae_group_addr") == 0) { in hostapd_config_fill()
3126 } else if (os_strcmp(buf, "hw_mode") == 0) { in hostapd_config_fill()
3127 if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
3129 else if (os_strcmp(pos, "b") == 0) in hostapd_config_fill()
3131 else if (os_strcmp(pos, "g") == 0) in hostapd_config_fill()
3133 else if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
3135 else if (os_strcmp(pos, "any") == 0) in hostapd_config_fill()
3142 } else if (os_strcmp(buf, "wps_rf_bands") == 0) { in hostapd_config_fill()
3143 if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
3145 else if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
3147 else if (os_strcmp(pos, "g") == 0 || in hostapd_config_fill()
3148 os_strcmp(pos, "b") == 0) in hostapd_config_fill()
3150 else if (os_strcmp(pos, "ag") == 0 || in hostapd_config_fill()
3151 os_strcmp(pos, "ga") == 0) in hostapd_config_fill()
3159 } else if (os_strcmp(buf, "acs_exclude_dfs") == 0) { in hostapd_config_fill()
3161 } else if (os_strcmp(buf, "op_class") == 0) { in hostapd_config_fill()
3163 } else if (os_strcmp(buf, "channel") == 0) { in hostapd_config_fill()
3164 if (os_strcmp(pos, "acs_survey") == 0) { in hostapd_config_fill()
3177 } else if (os_strcmp(buf, "edmg_channel") == 0) { in hostapd_config_fill()
3179 } else if (os_strcmp(buf, "enable_edmg") == 0) { in hostapd_config_fill()
3181 } else if (os_strcmp(buf, "chanlist") == 0) { in hostapd_config_fill()
3187 } else if (os_strcmp(buf, "freqlist") == 0) { in hostapd_config_fill()
3194 } else if (os_strcmp(buf, "acs_exclude_6ghz_non_psc") == 0) { in hostapd_config_fill()
3196 } else if (os_strcmp(buf, "beacon_int") == 0) { in hostapd_config_fill()
3211 } else if (os_strcmp(buf, "acs_num_scans") == 0) { in hostapd_config_fill()
3219 } else if (os_strcmp(buf, "acs_chan_bias") == 0) { in hostapd_config_fill()
3226 } else if (os_strcmp(buf, "dtim_period") == 0) { in hostapd_config_fill()
3235 } else if (os_strcmp(buf, "bss_load_update_period") == 0) { in hostapd_config_fill()
3245 } else if (os_strcmp(buf, "chan_util_avg_period") == 0) { in hostapd_config_fill()
3255 } else if (os_strcmp(buf, "rts_threshold") == 0) { in hostapd_config_fill()
3263 } else if (os_strcmp(buf, "fragm_threshold") == 0) { in hostapd_config_fill()
3274 } else if (os_strcmp(buf, "send_probe_response") == 0) { in hostapd_config_fill()
3282 } else if (os_strcmp(buf, "supported_rates") == 0) { in hostapd_config_fill()
3288 } else if (os_strcmp(buf, "basic_rates") == 0) { in hostapd_config_fill()
3294 } else if (os_strcmp(buf, "beacon_rate") == 0) { in hostapd_config_fill()
3338 } else if (os_strcmp(buf, "preamble") == 0) { in hostapd_config_fill()
3343 } else if (os_strcmp(buf, "ignore_broadcast_ssid") == 0) { in hostapd_config_fill()
3345 } else if (os_strcmp(buf, "no_probe_resp_if_max_sta") == 0) { in hostapd_config_fill()
3348 } else if (os_strcmp(buf, "wep_default_key") == 0) { in hostapd_config_fill()
3356 } else if (os_strcmp(buf, "wep_key0") == 0 || in hostapd_config_fill()
3357 os_strcmp(buf, "wep_key1") == 0 || in hostapd_config_fill()
3358 os_strcmp(buf, "wep_key2") == 0 || in hostapd_config_fill()
3359 os_strcmp(buf, "wep_key3") == 0) { in hostapd_config_fill()
3368 } else if (os_strcmp(buf, "dynamic_vlan") == 0) { in hostapd_config_fill()
3370 } else if (os_strcmp(buf, "per_sta_vif") == 0) { in hostapd_config_fill()
3372 } else if (os_strcmp(buf, "vlan_file") == 0) { in hostapd_config_fill()
3378 } else if (os_strcmp(buf, "vlan_naming") == 0) { in hostapd_config_fill()
3388 } else if (os_strcmp(buf, "vlan_tagged_interface") == 0) { in hostapd_config_fill()
3393 } else if (os_strcmp(buf, "ap_table_max_size") == 0) { in hostapd_config_fill()
3395 } else if (os_strcmp(buf, "ap_table_expiration_time") == 0) { in hostapd_config_fill()
3403 } else if (os_strcmp(buf, "wme_enabled") == 0 || in hostapd_config_fill()
3404 os_strcmp(buf, "wmm_enabled") == 0) { in hostapd_config_fill()
3406 } else if (os_strcmp(buf, "uapsd_advertisement_enabled") == 0) { in hostapd_config_fill()
3415 } else if (os_strcmp(buf, "bss") == 0) { in hostapd_config_fill()
3421 } else if (os_strcmp(buf, "bssid") == 0) { in hostapd_config_fill()
3427 } else if (os_strcmp(buf, "use_driver_iface_addr") == 0) { in hostapd_config_fill()
3429 } else if (os_strcmp(buf, "ieee80211w") == 0) { in hostapd_config_fill()
3431 } else if (os_strcmp(buf, "group_mgmt_cipher") == 0) { in hostapd_config_fill()
3432 if (os_strcmp(pos, "AES-128-CMAC") == 0) { in hostapd_config_fill()
3434 } else if (os_strcmp(pos, "BIP-GMAC-128") == 0) { in hostapd_config_fill()
3436 } else if (os_strcmp(pos, "BIP-GMAC-256") == 0) { in hostapd_config_fill()
3438 } else if (os_strcmp(pos, "BIP-CMAC-256") == 0) { in hostapd_config_fill()
3445 } else if (os_strcmp(buf, "beacon_prot") == 0) { in hostapd_config_fill()
3447 } else if (os_strcmp(buf, "assoc_sa_query_max_timeout") == 0) { in hostapd_config_fill()
3454 } else if (os_strcmp(buf, "assoc_sa_query_retry_timeout") == 0) { in hostapd_config_fill()
3462 } else if (os_strcmp(buf, "ocv") == 0) { in hostapd_config_fill()
3467 } else if (os_strcmp(buf, "ieee80211n") == 0) { in hostapd_config_fill()
3469 } else if (os_strcmp(buf, "ht_capab") == 0) { in hostapd_config_fill()
3475 } else if (os_strcmp(buf, "require_ht") == 0) { in hostapd_config_fill()
3477 } else if (os_strcmp(buf, "obss_interval") == 0) { in hostapd_config_fill()
3480 } else if (os_strcmp(buf, "ieee80211ac") == 0) { in hostapd_config_fill()
3482 } else if (os_strcmp(buf, "vht_capab") == 0) { in hostapd_config_fill()
3488 } else if (os_strcmp(buf, "require_vht") == 0) { in hostapd_config_fill()
3490 } else if (os_strcmp(buf, "vht_oper_chwidth") == 0) { in hostapd_config_fill()
3492 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
3494 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
3496 } else if (os_strcmp(buf, "vendor_vht") == 0) { in hostapd_config_fill()
3498 } else if (os_strcmp(buf, "use_sta_nsts") == 0) { in hostapd_config_fill()
3502 } else if (os_strcmp(buf, "ieee80211ax") == 0) { in hostapd_config_fill()
3504 } else if (os_strcmp(buf, "he_su_beamformer") == 0) { in hostapd_config_fill()
3506 } else if (os_strcmp(buf, "he_su_beamformee") == 0) { in hostapd_config_fill()
3508 } else if (os_strcmp(buf, "he_mu_beamformer") == 0) { in hostapd_config_fill()
3510 } else if (os_strcmp(buf, "he_bss_color") == 0) { in hostapd_config_fill()
3513 } else if (os_strcmp(buf, "he_bss_color_partial") == 0) { in hostapd_config_fill()
3515 } else if (os_strcmp(buf, "he_default_pe_duration") == 0) { in hostapd_config_fill()
3517 } else if (os_strcmp(buf, "he_twt_required") == 0) { in hostapd_config_fill()
3519 } else if (os_strcmp(buf, "he_twt_responder") == 0) { in hostapd_config_fill()
3521 } else if (os_strcmp(buf, "he_rts_threshold") == 0) { in hostapd_config_fill()
3523 } else if (os_strcmp(buf, "he_er_su_disable") == 0) { in hostapd_config_fill()
3525 } else if (os_strcmp(buf, "he_basic_mcs_nss_set") == 0) { in hostapd_config_fill()
3527 } else if (os_strcmp(buf, "he_mu_edca_qos_info_param_count") == 0) { in hostapd_config_fill()
3530 } else if (os_strcmp(buf, "he_mu_edca_qos_info_q_ack") == 0) { in hostapd_config_fill()
3533 } else if (os_strcmp(buf, "he_mu_edca_qos_info_queue_request") == 0) { in hostapd_config_fill()
3536 } else if (os_strcmp(buf, "he_mu_edca_qos_info_txop_request") == 0) { in hostapd_config_fill()
3539 } else if (os_strcmp(buf, "he_mu_edca_ac_be_aifsn") == 0) { in hostapd_config_fill()
3542 } else if (os_strcmp(buf, "he_mu_edca_ac_be_acm") == 0) { in hostapd_config_fill()
3545 } else if (os_strcmp(buf, "he_mu_edca_ac_be_aci") == 0) { in hostapd_config_fill()
3548 } else if (os_strcmp(buf, "he_mu_edca_ac_be_ecwmin") == 0) { in hostapd_config_fill()
3551 } else if (os_strcmp(buf, "he_mu_edca_ac_be_ecwmax") == 0) { in hostapd_config_fill()
3554 } else if (os_strcmp(buf, "he_mu_edca_ac_be_timer") == 0) { in hostapd_config_fill()
3557 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_aifsn") == 0) { in hostapd_config_fill()
3560 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_acm") == 0) { in hostapd_config_fill()
3563 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_aci") == 0) { in hostapd_config_fill()
3566 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_ecwmin") == 0) { in hostapd_config_fill()
3569 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_ecwmax") == 0) { in hostapd_config_fill()
3572 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_timer") == 0) { in hostapd_config_fill()
3575 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_aifsn") == 0) { in hostapd_config_fill()
3578 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_acm") == 0) { in hostapd_config_fill()
3581 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_aci") == 0) { in hostapd_config_fill()
3584 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_ecwmin") == 0) { in hostapd_config_fill()
3587 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_ecwmax") == 0) { in hostapd_config_fill()
3590 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_timer") == 0) { in hostapd_config_fill()
3593 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_aifsn") == 0) { in hostapd_config_fill()
3596 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_acm") == 0) { in hostapd_config_fill()
3599 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_aci") == 0) { in hostapd_config_fill()
3602 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_ecwmin") == 0) { in hostapd_config_fill()
3605 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_ecwmax") == 0) { in hostapd_config_fill()
3608 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_timer") == 0) { in hostapd_config_fill()
3611 } else if (os_strcmp(buf, "he_spr_sr_control") == 0) { in hostapd_config_fill()
3613 } else if (os_strcmp(buf, "he_spr_non_srg_obss_pd_max_offset") == 0) { in hostapd_config_fill()
3615 } else if (os_strcmp(buf, "he_spr_srg_obss_pd_min_offset") == 0) { in hostapd_config_fill()
3617 } else if (os_strcmp(buf, "he_spr_srg_obss_pd_max_offset") == 0) { in hostapd_config_fill()
3619 } else if (os_strcmp(buf, "he_spr_srg_bss_colors") == 0) { in hostapd_config_fill()
3627 } else if (os_strcmp(buf, "he_spr_srg_partial_bssid") == 0) { in hostapd_config_fill()
3635 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) { in hostapd_config_fill()
3637 } else if (os_strcmp(buf, "he_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
3639 } else if (os_strcmp(buf, "he_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
3641 } else if (os_strcmp(buf, "he_6ghz_max_mpdu") == 0) { in hostapd_config_fill()
3643 } else if (os_strcmp(buf, "he_6ghz_max_ampdu_len_exp") == 0) { in hostapd_config_fill()
3645 } else if (os_strcmp(buf, "he_6ghz_rx_ant_pat") == 0) { in hostapd_config_fill()
3647 } else if (os_strcmp(buf, "he_6ghz_tx_ant_pat") == 0) { in hostapd_config_fill()
3649 } else if (os_strcmp(buf, "unsol_bcast_probe_resp_interval") == 0) { in hostapd_config_fill()
3660 } else if (os_strcmp(buf, "max_listen_interval") == 0) { in hostapd_config_fill()
3662 } else if (os_strcmp(buf, "disable_pmksa_caching") == 0) { in hostapd_config_fill()
3664 } else if (os_strcmp(buf, "okc") == 0) { in hostapd_config_fill()
3667 } else if (os_strcmp(buf, "wps_state") == 0) { in hostapd_config_fill()
3674 } else if (os_strcmp(buf, "wps_independent") == 0) { in hostapd_config_fill()
3676 } else if (os_strcmp(buf, "ap_setup_locked") == 0) { in hostapd_config_fill()
3678 } else if (os_strcmp(buf, "uuid") == 0) { in hostapd_config_fill()
3683 } else if (os_strcmp(buf, "wps_pin_requests") == 0) { in hostapd_config_fill()
3686 } else if (os_strcmp(buf, "device_name") == 0) { in hostapd_config_fill()
3694 } else if (os_strcmp(buf, "manufacturer") == 0) { in hostapd_config_fill()
3702 } else if (os_strcmp(buf, "model_name") == 0) { in hostapd_config_fill()
3710 } else if (os_strcmp(buf, "model_number") == 0) { in hostapd_config_fill()
3718 } else if (os_strcmp(buf, "serial_number") == 0) { in hostapd_config_fill()
3726 } else if (os_strcmp(buf, "device_type") == 0) { in hostapd_config_fill()
3729 } else if (os_strcmp(buf, "config_methods") == 0) { in hostapd_config_fill()
3732 } else if (os_strcmp(buf, "os_version") == 0) { in hostapd_config_fill()
3738 } else if (os_strcmp(buf, "ap_pin") == 0) { in hostapd_config_fill()
3744 } else if (os_strcmp(buf, "skip_cred_build") == 0) { in hostapd_config_fill()
3746 } else if (os_strcmp(buf, "extra_cred") == 0) { in hostapd_config_fill()
3754 } else if (os_strcmp(buf, "wps_cred_processing") == 0) { in hostapd_config_fill()
3756 } else if (os_strcmp(buf, "wps_cred_add_sae") == 0) { in hostapd_config_fill()
3758 } else if (os_strcmp(buf, "ap_settings") == 0) { in hostapd_config_fill()
3767 } else if (os_strcmp(buf, "multi_ap_backhaul_ssid") == 0) { in hostapd_config_fill()
3781 } else if (os_strcmp(buf, "multi_ap_backhaul_wpa_passphrase") == 0) { in hostapd_config_fill()
3797 } else if (os_strcmp(buf, "multi_ap_backhaul_wpa_psk") == 0) { in hostapd_config_fill()
3817 } else if (os_strcmp(buf, "upnp_iface") == 0) { in hostapd_config_fill()
3820 } else if (os_strcmp(buf, "friendly_name") == 0) { in hostapd_config_fill()
3823 } else if (os_strcmp(buf, "manufacturer_url") == 0) { in hostapd_config_fill()
3826 } else if (os_strcmp(buf, "model_description") == 0) { in hostapd_config_fill()
3829 } else if (os_strcmp(buf, "model_url") == 0) { in hostapd_config_fill()
3832 } else if (os_strcmp(buf, "upc") == 0) { in hostapd_config_fill()
3835 } else if (os_strcmp(buf, "pbc_in_m1") == 0) { in hostapd_config_fill()
3837 } else if (os_strcmp(buf, "server_id") == 0) { in hostapd_config_fill()
3840 } else if (os_strcmp(buf, "wps_application_ext") == 0) { in hostapd_config_fill()
3844 } else if (os_strcmp(buf, "wps_nfc_dev_pw_id") == 0) { in hostapd_config_fill()
3853 } else if (os_strcmp(buf, "wps_nfc_dh_pubkey") == 0) { in hostapd_config_fill()
3857 } else if (os_strcmp(buf, "wps_nfc_dh_privkey") == 0) { in hostapd_config_fill()
3861 } else if (os_strcmp(buf, "wps_nfc_dev_pw") == 0) { in hostapd_config_fill()
3868 } else if (os_strcmp(buf, "manage_p2p") == 0) { in hostapd_config_fill()
3873 } else if (os_strcmp(buf, "allow_cross_connection") == 0) { in hostapd_config_fill()
3879 } else if (os_strcmp(buf, "disassoc_low_ack") == 0) { in hostapd_config_fill()
3881 } else if (os_strcmp(buf, "tdls_prohibit") == 0) { in hostapd_config_fill()
3886 } else if (os_strcmp(buf, "tdls_prohibit_chan_switch") == 0) { in hostapd_config_fill()
3892 } else if (os_strcmp(buf, "rsn_testing") == 0) { in hostapd_config_fill()
3896 } else if (os_strcmp(buf, "time_advertisement") == 0) { in hostapd_config_fill()
3898 } else if (os_strcmp(buf, "time_zone") == 0) { in hostapd_config_fill()
3910 } else if (os_strcmp(buf, "wnm_sleep_mode") == 0) { in hostapd_config_fill()
3912 } else if (os_strcmp(buf, "wnm_sleep_mode_no_keys") == 0) { in hostapd_config_fill()
3914 } else if (os_strcmp(buf, "bss_transition") == 0) { in hostapd_config_fill()
3918 } else if (os_strcmp(buf, "interworking") == 0) { in hostapd_config_fill()
3920 } else if (os_strcmp(buf, "access_network_type") == 0) { in hostapd_config_fill()
3929 } else if (os_strcmp(buf, "internet") == 0) { in hostapd_config_fill()
3931 } else if (os_strcmp(buf, "asra") == 0) { in hostapd_config_fill()
3933 } else if (os_strcmp(buf, "esr") == 0) { in hostapd_config_fill()
3935 } else if (os_strcmp(buf, "uesa") == 0) { in hostapd_config_fill()
3937 } else if (os_strcmp(buf, "venue_group") == 0) { in hostapd_config_fill()
3940 } else if (os_strcmp(buf, "venue_type") == 0) { in hostapd_config_fill()
3943 } else if (os_strcmp(buf, "hessid") == 0) { in hostapd_config_fill()
3948 } else if (os_strcmp(buf, "roaming_consortium") == 0) { in hostapd_config_fill()
3951 } else if (os_strcmp(buf, "venue_name") == 0) { in hostapd_config_fill()
3954 } else if (os_strcmp(buf, "venue_url") == 0) { in hostapd_config_fill()
3957 } else if (os_strcmp(buf, "network_auth_type") == 0) { in hostapd_config_fill()
3980 } else if (os_strcmp(buf, "ipaddr_type_availability") == 0) { in hostapd_config_fill()
3988 } else if (os_strcmp(buf, "domain_name") == 0) { in hostapd_config_fill()
4025 } else if (os_strcmp(buf, "anqp_3gpp_cell_net") == 0) { in hostapd_config_fill()
4028 } else if (os_strcmp(buf, "nai_realm") == 0) { in hostapd_config_fill()
4031 } else if (os_strcmp(buf, "anqp_elem") == 0) { in hostapd_config_fill()
4034 } else if (os_strcmp(buf, "gas_frag_limit") == 0) { in hostapd_config_fill()
4044 } else if (os_strcmp(buf, "gas_comeback_delay") == 0) { in hostapd_config_fill()
4046 } else if (os_strcmp(buf, "qos_map_set") == 0) { in hostapd_config_fill()
4051 } else if (os_strcmp(buf, "dump_msk_file") == 0) { in hostapd_config_fill()
4056 } else if (os_strcmp(buf, "proxy_arp") == 0) { in hostapd_config_fill()
4060 } else if (os_strcmp(buf, "hs20") == 0) { in hostapd_config_fill()
4062 } else if (os_strcmp(buf, "hs20_release") == 0) { in hostapd_config_fill()
4072 } else if (os_strcmp(buf, "disable_dgaf") == 0) { in hostapd_config_fill()
4074 } else if (os_strcmp(buf, "na_mcast_to_ucast") == 0) { in hostapd_config_fill()
4076 } else if (os_strcmp(buf, "osen") == 0) { in hostapd_config_fill()
4078 } else if (os_strcmp(buf, "anqp_domain_id") == 0) { in hostapd_config_fill()
4080 } else if (os_strcmp(buf, "hs20_deauth_req_timeout") == 0) { in hostapd_config_fill()
4082 } else if (os_strcmp(buf, "hs20_oper_friendly_name") == 0) { in hostapd_config_fill()
4085 } else if (os_strcmp(buf, "hs20_wan_metrics") == 0) { in hostapd_config_fill()
4088 } else if (os_strcmp(buf, "hs20_conn_capab") == 0) { in hostapd_config_fill()
4092 } else if (os_strcmp(buf, "hs20_operating_class") == 0) { in hostapd_config_fill()
4116 } else if (os_strcmp(buf, "hs20_icon") == 0) { in hostapd_config_fill()
4122 } else if (os_strcmp(buf, "osu_ssid") == 0) { in hostapd_config_fill()
4125 } else if (os_strcmp(buf, "osu_server_uri") == 0) { in hostapd_config_fill()
4128 } else if (os_strcmp(buf, "osu_friendly_name") == 0) { in hostapd_config_fill()
4131 } else if (os_strcmp(buf, "osu_nai") == 0) { in hostapd_config_fill()
4134 } else if (os_strcmp(buf, "osu_nai2") == 0) { in hostapd_config_fill()
4137 } else if (os_strcmp(buf, "osu_method_list") == 0) { in hostapd_config_fill()
4140 } else if (os_strcmp(buf, "osu_icon") == 0) { in hostapd_config_fill()
4143 } else if (os_strcmp(buf, "osu_service_desc") == 0) { in hostapd_config_fill()
4146 } else if (os_strcmp(buf, "operator_icon") == 0) { in hostapd_config_fill()
4149 } else if (os_strcmp(buf, "subscr_remediation_url") == 0) { in hostapd_config_fill()
4152 } else if (os_strcmp(buf, "subscr_remediation_method") == 0) { in hostapd_config_fill()
4154 } else if (os_strcmp(buf, "hs20_t_c_filename") == 0) { in hostapd_config_fill()
4157 } else if (os_strcmp(buf, "hs20_t_c_timestamp") == 0) { in hostapd_config_fill()
4159 } else if (os_strcmp(buf, "hs20_t_c_server_url") == 0) { in hostapd_config_fill()
4162 } else if (os_strcmp(buf, "hs20_sim_provisioning_url") == 0) { in hostapd_config_fill()
4167 } else if (os_strcmp(buf, "mbo") == 0) { in hostapd_config_fill()
4169 } else if (os_strcmp(buf, "mbo_cell_data_conn_pref") == 0) { in hostapd_config_fill()
4171 } else if (os_strcmp(buf, "oce") == 0) { in hostapd_config_fill()
4176 } else if (os_strcmp(buf, #_val) == 0) { \ in hostapd_config_fill()
4192 } else if (os_strcmp(buf, "ecsa_ie_only") == 0) { in hostapd_config_fill()
4194 } else if (os_strcmp(buf, "bss_load_test") == 0) { in hostapd_config_fill()
4213 } else if (os_strcmp(buf, "radio_measurements") == 0) { in hostapd_config_fill()
4223 } else if (os_strcmp(buf, "own_ie_override") == 0) { in hostapd_config_fill()
4241 } else if (os_strcmp(buf, "sae_reflection_attack") == 0) { in hostapd_config_fill()
4243 } else if (os_strcmp(buf, "sae_commit_status") == 0) { in hostapd_config_fill()
4245 } else if (os_strcmp(buf, "sae_pk_omit") == 0) { in hostapd_config_fill()
4247 } else if (os_strcmp(buf, "sae_pk_password_check_skip") == 0) { in hostapd_config_fill()
4249 } else if (os_strcmp(buf, "sae_commit_override") == 0) { in hostapd_config_fill()
4252 } else if (os_strcmp(buf, "rsne_override_eapol") == 0) { in hostapd_config_fill()
4255 } else if (os_strcmp(buf, "rsnxe_override_eapol") == 0) { in hostapd_config_fill()
4258 } else if (os_strcmp(buf, "rsne_override_ft") == 0) { in hostapd_config_fill()
4261 } else if (os_strcmp(buf, "rsnxe_override_ft") == 0) { in hostapd_config_fill()
4264 } else if (os_strcmp(buf, "gtk_rsc_override") == 0) { in hostapd_config_fill()
4267 } else if (os_strcmp(buf, "igtk_rsc_override") == 0) { in hostapd_config_fill()
4270 } else if (os_strcmp(buf, "no_beacon_rsnxe") == 0) { in hostapd_config_fill()
4272 } else if (os_strcmp(buf, "skip_prune_assoc") == 0) { in hostapd_config_fill()
4274 } else if (os_strcmp(buf, "ft_rsnxe_used") == 0) { in hostapd_config_fill()
4276 } else if (os_strcmp(buf, "oci_freq_override_eapol_m3") == 0) { in hostapd_config_fill()
4278 } else if (os_strcmp(buf, "oci_freq_override_eapol_g1") == 0) { in hostapd_config_fill()
4280 } else if (os_strcmp(buf, "oci_freq_override_saquery_req") == 0) { in hostapd_config_fill()
4282 } else if (os_strcmp(buf, "oci_freq_override_saquery_resp") == 0) { in hostapd_config_fill()
4284 } else if (os_strcmp(buf, "oci_freq_override_ft_assoc") == 0) { in hostapd_config_fill()
4286 } else if (os_strcmp(buf, "oci_freq_override_fils_assoc") == 0) { in hostapd_config_fill()
4288 } else if (os_strcmp(buf, "oci_freq_override_wnm_sleep") == 0) { in hostapd_config_fill()
4292 } else if (os_strcmp(buf, "sae_password") == 0) { in hostapd_config_fill()
4299 } else if (os_strcmp(buf, "vendor_elements") == 0) { in hostapd_config_fill()
4302 } else if (os_strcmp(buf, "assocresp_elements") == 0) { in hostapd_config_fill()
4305 } else if (os_strcmp(buf, "sae_anti_clogging_threshold") == 0 || in hostapd_config_fill()
4306 os_strcmp(buf, "anti_clogging_threshold") == 0) { in hostapd_config_fill()
4308 } else if (os_strcmp(buf, "sae_sync") == 0) { in hostapd_config_fill()
4310 } else if (os_strcmp(buf, "sae_groups") == 0) { in hostapd_config_fill()
4317 } else if (os_strcmp(buf, "sae_require_mfp") == 0) { in hostapd_config_fill()
4319 } else if (os_strcmp(buf, "sae_confirm_immediate") == 0) { in hostapd_config_fill()
4321 } else if (os_strcmp(buf, "sae_pwe") == 0) { in hostapd_config_fill()
4323 } else if (os_strcmp(buf, "local_pwr_constraint") == 0) { in hostapd_config_fill()
4331 } else if (os_strcmp(buf, "spectrum_mgmt_required") == 0) { in hostapd_config_fill()
4333 } else if (os_strcmp(buf, "wowlan_triggers") == 0) { in hostapd_config_fill()
4337 } else if (os_strcmp(buf, "fst_group_id") == 0) { in hostapd_config_fill()
4356 } else if (os_strcmp(buf, "fst_priority") == 0) { in hostapd_config_fill()
4375 } else if (os_strcmp(buf, "fst_llt") == 0) { in hostapd_config_fill()
4395 } else if (os_strcmp(buf, "track_sta_max_num") == 0) { in hostapd_config_fill()
4397 } else if (os_strcmp(buf, "track_sta_max_age") == 0) { in hostapd_config_fill()
4399 } else if (os_strcmp(buf, "no_probe_resp_if_seen_on") == 0) { in hostapd_config_fill()
4402 } else if (os_strcmp(buf, "no_auth_if_seen_on") == 0) { in hostapd_config_fill()
4405 } else if (os_strcmp(buf, "lci") == 0) { in hostapd_config_fill()
4412 } else if (os_strcmp(buf, "civic") == 0) { in hostapd_config_fill()
4419 } else if (os_strcmp(buf, "rrm_neighbor_report") == 0) { in hostapd_config_fill()
4423 } else if (os_strcmp(buf, "rrm_beacon_report") == 0) { in hostapd_config_fill()
4429 } else if (os_strcmp(buf, "gas_address3") == 0) { in hostapd_config_fill()
4431 } else if (os_strcmp(buf, "stationary_ap") == 0) { in hostapd_config_fill()
4433 } else if (os_strcmp(buf, "ftm_responder") == 0) { in hostapd_config_fill()
4435 } else if (os_strcmp(buf, "ftm_initiator") == 0) { in hostapd_config_fill()
4438 } else if (os_strcmp(buf, "fils_cache_id") == 0) { in hostapd_config_fill()
4446 } else if (os_strcmp(buf, "fils_realm") == 0) { in hostapd_config_fill()
4449 } else if (os_strcmp(buf, "fils_dh_group") == 0) { in hostapd_config_fill()
4451 } else if (os_strcmp(buf, "dhcp_server") == 0) { in hostapd_config_fill()
4458 } else if (os_strcmp(buf, "dhcp_rapid_commit_proxy") == 0) { in hostapd_config_fill()
4460 } else if (os_strcmp(buf, "fils_hlp_wait_time") == 0) { in hostapd_config_fill()
4462 } else if (os_strcmp(buf, "dhcp_server_port") == 0) { in hostapd_config_fill()
4464 } else if (os_strcmp(buf, "dhcp_relay_port") == 0) { in hostapd_config_fill()
4466 } else if (os_strcmp(buf, "fils_discovery_min_interval") == 0) { in hostapd_config_fill()
4468 } else if (os_strcmp(buf, "fils_discovery_max_interval") == 0) { in hostapd_config_fill()
4471 } else if (os_strcmp(buf, "multicast_to_unicast") == 0) { in hostapd_config_fill()
4473 } else if (os_strcmp(buf, "broadcast_deauth") == 0) { in hostapd_config_fill()
4475 } else if (os_strcmp(buf, "notify_mgmt_frames") == 0) { in hostapd_config_fill()
4478 } else if (os_strcmp(buf, "dpp_name") == 0) { in hostapd_config_fill()
4481 } else if (os_strcmp(buf, "dpp_mud_url") == 0) { in hostapd_config_fill()
4484 } else if (os_strcmp(buf, "dpp_connector") == 0) { in hostapd_config_fill()
4487 } else if (os_strcmp(buf, "dpp_netaccesskey") == 0) { in hostapd_config_fill()
4490 } else if (os_strcmp(buf, "dpp_netaccesskey_expiry") == 0) { in hostapd_config_fill()
4492 } else if (os_strcmp(buf, "dpp_csign") == 0) { in hostapd_config_fill()
4496 } else if (os_strcmp(buf, "dpp_controller") == 0) { in hostapd_config_fill()
4499 } else if (os_strcmp(buf, "dpp_configurator_connectivity") == 0) { in hostapd_config_fill()
4501 } else if (os_strcmp(buf, "dpp_pfs") == 0) { in hostapd_config_fill()
4514 } else if (os_strcmp(buf, "owe_transition_bssid") == 0) { in hostapd_config_fill()
4521 } else if (os_strcmp(buf, "owe_transition_ssid") == 0) { in hostapd_config_fill()
4534 } else if (os_strcmp(buf, "owe_transition_ifname") == 0) { in hostapd_config_fill()
4537 } else if (os_strcmp(buf, "owe_groups") == 0) { in hostapd_config_fill()
4544 } else if (os_strcmp(buf, "owe_ptk_workaround") == 0) { in hostapd_config_fill()
4547 } else if (os_strcmp(buf, "coloc_intf_reporting") == 0) { in hostapd_config_fill()
4549 } else if (os_strcmp(buf, "multi_ap") == 0) { in hostapd_config_fill()
4559 } else if (os_strcmp(buf, "rssi_reject_assoc_rssi") == 0) { in hostapd_config_fill()
4561 } else if (os_strcmp(buf, "rssi_reject_assoc_timeout") == 0) { in hostapd_config_fill()
4563 } else if (os_strcmp(buf, "rssi_ignore_probe_request") == 0) { in hostapd_config_fill()
4565 } else if (os_strcmp(buf, "pbss") == 0) { in hostapd_config_fill()
4567 } else if (os_strcmp(buf, "transition_disable") == 0) { in hostapd_config_fill()
4570 } else if (os_strcmp(buf, "airtime_mode") == 0) { in hostapd_config_fill()
4579 } else if (os_strcmp(buf, "airtime_update_interval") == 0) { in hostapd_config_fill()
4581 } else if (os_strcmp(buf, "airtime_bss_weight") == 0) { in hostapd_config_fill()
4583 } else if (os_strcmp(buf, "airtime_bss_limit") == 0) { in hostapd_config_fill()
4593 } else if (os_strcmp(buf, "airtime_sta_weight") == 0) { in hostapd_config_fill()
4602 } else if (os_strcmp(buf, "macsec_policy") == 0) { in hostapd_config_fill()
4612 } else if (os_strcmp(buf, "macsec_integ_only") == 0) { in hostapd_config_fill()
4622 } else if (os_strcmp(buf, "macsec_replay_protect") == 0) { in hostapd_config_fill()
4632 } else if (os_strcmp(buf, "macsec_replay_window") == 0) { in hostapd_config_fill()
4634 } else if (os_strcmp(buf, "macsec_port") == 0) { in hostapd_config_fill()
4644 } else if (os_strcmp(buf, "mka_priority") == 0) { in hostapd_config_fill()
4654 } else if (os_strcmp(buf, "mka_cak") == 0) { in hostapd_config_fill()
4666 } else if (os_strcmp(buf, "mka_ckn") == 0) { in hostapd_config_fill()
4684 } else if (os_strcmp(buf, "disable_11n") == 0) { in hostapd_config_fill()
4686 } else if (os_strcmp(buf, "disable_11ac") == 0) { in hostapd_config_fill()
4688 } else if (os_strcmp(buf, "disable_11ax") == 0) { in hostapd_config_fill()
4692 } else if (os_strcmp(buf, "force_kdk_derivation") == 0) { in hostapd_config_fill()
4694 } else if (os_strcmp(buf, "pasn_corrupt_mic") == 0) { in hostapd_config_fill()
4697 } else if (os_strcmp(buf, "pasn_groups") == 0) { in hostapd_config_fill()
4704 } else if (os_strcmp(buf, "pasn_comeback_after") == 0) { in hostapd_config_fill()
4707 } else if (os_strcmp(buf, "ext_capa_mask") == 0) { in hostapd_config_fill()
4711 } else if (os_strcmp(buf, "ext_capa") == 0) { in hostapd_config_fill()
4715 } else if (os_strcmp(buf, "rnr") == 0) { in hostapd_config_fill()