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()
2443 if (os_strcmp(buf, "interface") == 0) { in hostapd_config_fill()
2446 } else if (os_strcmp(buf, "bridge") == 0) { in hostapd_config_fill()
2448 } else if (os_strcmp(buf, "bridge_hairpin") == 0) { in hostapd_config_fill()
2450 } else if (os_strcmp(buf, "vlan_bridge") == 0) { in hostapd_config_fill()
2452 } else if (os_strcmp(buf, "wds_bridge") == 0) { in hostapd_config_fill()
2454 } else if (os_strcmp(buf, "driver") == 0) { in hostapd_config_fill()
2459 if (os_strcmp(pos, wpa_drivers[j]->name) == 0) { in hostapd_config_fill()
2471 } else if (os_strcmp(buf, "driver_params") == 0) { in hostapd_config_fill()
2474 } else if (os_strcmp(buf, "debug") == 0) { in hostapd_config_fill()
2477 } else if (os_strcmp(buf, "logger_syslog_level") == 0) { in hostapd_config_fill()
2479 } else if (os_strcmp(buf, "logger_stdout_level") == 0) { in hostapd_config_fill()
2481 } else if (os_strcmp(buf, "logger_syslog") == 0) { in hostapd_config_fill()
2483 } else if (os_strcmp(buf, "logger_stdout") == 0) { in hostapd_config_fill()
2485 } else if (os_strcmp(buf, "dump_file") == 0) { in hostapd_config_fill()
2488 } else if (os_strcmp(buf, "ssid") == 0) { in hostapd_config_fill()
2500 } else if (os_strcmp(buf, "ssid2") == 0) { in hostapd_config_fill()
2515 } else if (os_strcmp(buf, "utf8_ssid") == 0) { in hostapd_config_fill()
2517 } else if (os_strcmp(buf, "macaddr_acl") == 0) { in hostapd_config_fill()
2528 } else if (os_strcmp(buf, "accept_mac_file") == 0) { in hostapd_config_fill()
2535 } else if (os_strcmp(buf, "deny_mac_file") == 0) { in hostapd_config_fill()
2542 } else if (os_strcmp(buf, "wds_sta") == 0) { in hostapd_config_fill()
2544 } else if (os_strcmp(buf, "start_disabled") == 0) { in hostapd_config_fill()
2546 } else if (os_strcmp(buf, "ap_isolate") == 0) { in hostapd_config_fill()
2548 } else if (os_strcmp(buf, "ap_max_inactivity") == 0) { in hostapd_config_fill()
2550 } else if (os_strcmp(buf, "skip_inactivity_poll") == 0) { in hostapd_config_fill()
2552 } else if (os_strcmp(buf, "bss_max_idle") == 0) { in hostapd_config_fill()
2561 } else if (os_strcmp(buf, "max_acceptable_idle_period") == 0) { in hostapd_config_fill()
2563 } else if (os_strcmp(buf, "no_disconnect_on_group_keyerror") == 0) { in hostapd_config_fill()
2573 } else if (os_strcmp(buf, "config_id") == 0) { in hostapd_config_fill()
2576 } else if (os_strcmp(buf, "country_code") == 0) { in hostapd_config_fill()
2585 } else if (os_strcmp(buf, "country3") == 0) { in hostapd_config_fill()
2587 } else if (os_strcmp(buf, "ieee80211d") == 0) { in hostapd_config_fill()
2589 } else if (os_strcmp(buf, "ieee80211h") == 0) { in hostapd_config_fill()
2591 } else if (os_strcmp(buf, "ieee8021x") == 0) { in hostapd_config_fill()
2593 } else if (os_strcmp(buf, "eapol_version") == 0) { in hostapd_config_fill()
2610 } else if (os_strcmp(buf, "eap_authenticator") == 0) { in hostapd_config_fill()
2613 } else if (os_strcmp(buf, "eap_server") == 0) { in hostapd_config_fill()
2615 } else if (os_strcmp(buf, "eap_user_file") == 0) { in hostapd_config_fill()
2618 } else if (os_strcmp(buf, "ca_cert") == 0) { in hostapd_config_fill()
2621 } else if (os_strcmp(buf, "server_cert") == 0) { in hostapd_config_fill()
2624 } else if (os_strcmp(buf, "server_cert2") == 0) { in hostapd_config_fill()
2627 } else if (os_strcmp(buf, "private_key") == 0) { in hostapd_config_fill()
2630 } else if (os_strcmp(buf, "private_key2") == 0) { in hostapd_config_fill()
2633 } else if (os_strcmp(buf, "private_key_passwd") == 0) { in hostapd_config_fill()
2636 } else if (os_strcmp(buf, "private_key_passwd2") == 0) { in hostapd_config_fill()
2639 } else if (os_strcmp(buf, "check_cert_subject") == 0) { in hostapd_config_fill()
2649 } else if (os_strcmp(buf, "check_crl") == 0) { in hostapd_config_fill()
2651 } else if (os_strcmp(buf, "check_crl_strict") == 0) { in hostapd_config_fill()
2653 } else if (os_strcmp(buf, "crl_reload_interval") == 0) { in hostapd_config_fill()
2655 } else if (os_strcmp(buf, "tls_session_lifetime") == 0) { in hostapd_config_fill()
2657 } else if (os_strcmp(buf, "tls_flags") == 0) { in hostapd_config_fill()
2659 } else if (os_strcmp(buf, "max_auth_rounds") == 0) { in hostapd_config_fill()
2661 } else if (os_strcmp(buf, "max_auth_rounds_short") == 0) { in hostapd_config_fill()
2663 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) { in hostapd_config_fill()
2666 } else if (os_strcmp(buf, "ocsp_stapling_response_multi") == 0) { in hostapd_config_fill()
2669 } else if (os_strcmp(buf, "dh_file") == 0) { in hostapd_config_fill()
2672 } else if (os_strcmp(buf, "openssl_ciphers") == 0) { in hostapd_config_fill()
2675 } else if (os_strcmp(buf, "openssl_ecdh_curves") == 0) { in hostapd_config_fill()
2678 } else if (os_strcmp(buf, "fragment_size") == 0) { in hostapd_config_fill()
2681 } else if (os_strcmp(buf, "pac_opaque_encr_key") == 0) { in hostapd_config_fill()
2694 } else if (os_strcmp(buf, "eap_fast_a_id") == 0) { in hostapd_config_fill()
2713 } else if (os_strcmp(buf, "eap_fast_a_id_info") == 0) { in hostapd_config_fill()
2716 } else if (os_strcmp(buf, "eap_fast_prov") == 0) { in hostapd_config_fill()
2718 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) { in hostapd_config_fill()
2720 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) { in hostapd_config_fill()
2724 } else if (os_strcmp(buf, "eap_teap_auth") == 0) { in hostapd_config_fill()
2734 } else if (os_strcmp(buf, "eap_teap_pac_no_inner") == 0) { in hostapd_config_fill()
2736 } else if (os_strcmp(buf, "eap_teap_separate_result") == 0) { in hostapd_config_fill()
2738 } else if (os_strcmp(buf, "eap_teap_id") == 0) { in hostapd_config_fill()
2740 } else if (os_strcmp(buf, "eap_teap_method_sequence") == 0) { in hostapd_config_fill()
2744 } else if (os_strcmp(buf, "eap_sim_db") == 0) { in hostapd_config_fill()
2747 } else if (os_strcmp(buf, "eap_sim_db_timeout") == 0) { in hostapd_config_fill()
2749 } else if (os_strcmp(buf, "eap_sim_aka_result_ind") == 0) { in hostapd_config_fill()
2751 } else if (os_strcmp(buf, "eap_sim_id") == 0) { in hostapd_config_fill()
2753 } else if (os_strcmp(buf, "imsi_privacy_key") == 0) { in hostapd_config_fill()
2756 } else if (os_strcmp(buf, "eap_sim_aka_fast_reauth_limit") == 0) { in hostapd_config_fill()
2760 } else if (os_strcmp(buf, "tnc") == 0) { in hostapd_config_fill()
2764 } else if (os_strcmp(buf, "pwd_group") == 0) { in hostapd_config_fill()
2768 } else if (os_strcmp(buf, "eap_server_erp") == 0) { in hostapd_config_fill()
2772 } else if (os_strcmp(buf, "eap_message") == 0) { in hostapd_config_fill()
2790 } else if (os_strcmp(buf, "erp_send_reauth_start") == 0) { in hostapd_config_fill()
2792 } else if (os_strcmp(buf, "erp_domain") == 0) { in hostapd_config_fill()
2796 } else if (os_strcmp(buf, "wep_key_len_broadcast") == 0) { in hostapd_config_fill()
2806 } else if (os_strcmp(buf, "wep_key_len_unicast") == 0) { in hostapd_config_fill()
2816 } else if (os_strcmp(buf, "wep_rekey_period") == 0) { in hostapd_config_fill()
2824 } else if (os_strcmp(buf, "eap_reauth_period") == 0) { in hostapd_config_fill()
2831 } else if (os_strcmp(buf, "eapol_key_index_workaround") == 0) { in hostapd_config_fill()
2834 } else if (os_strcmp(buf, "iapp_interface") == 0) { in hostapd_config_fill()
2837 } else if (os_strcmp(buf, "own_ip_addr") == 0) { in hostapd_config_fill()
2844 } else if (os_strcmp(buf, "nas_identifier") == 0) { in hostapd_config_fill()
2848 } else if (os_strcmp(buf, "radius_client_addr") == 0) { in hostapd_config_fill()
2856 } else if (os_strcmp(buf, "radius_client_dev") == 0) { in hostapd_config_fill()
2859 } else if (os_strcmp(buf, "auth_server_addr") == 0) { in hostapd_config_fill()
2870 os_strcmp(buf, "auth_server_addr_replace") == 0) { in hostapd_config_fill()
2879 os_strcmp(buf, "auth_server_port") == 0) { in hostapd_config_fill()
2882 os_strcmp(buf, "auth_server_shared_secret") == 0) { in hostapd_config_fill()
2894 os_strcmp(buf, "auth_server_type") == 0) { in hostapd_config_fill()
2895 if (os_strcmp(pos, "UDP") == 0) { in hostapd_config_fill()
2898 } else if (os_strcmp(pos, "TLS") == 0) { in hostapd_config_fill()
2908 os_strcmp(buf, "auth_server_ca_cert") == 0) { in hostapd_config_fill()
2912 os_strcmp(buf, "auth_server_client_cert") == 0) { in hostapd_config_fill()
2916 os_strcmp(buf, "auth_server_private_key") == 0) { in hostapd_config_fill()
2920 os_strcmp(buf, "auth_server_private_key_passwd") == 0) { in hostapd_config_fill()
2924 } else if (os_strcmp(buf, "acct_server_addr") == 0) { in hostapd_config_fill()
2935 os_strcmp(buf, "acct_server_addr_replace") == 0) { in hostapd_config_fill()
2944 os_strcmp(buf, "acct_server_port") == 0) { in hostapd_config_fill()
2947 os_strcmp(buf, "acct_server_shared_secret") == 0) { in hostapd_config_fill()
2959 os_strcmp(buf, "acct_server_type") == 0) { in hostapd_config_fill()
2960 if (os_strcmp(pos, "UDP") == 0) { in hostapd_config_fill()
2963 } else if (os_strcmp(pos, "TLS") == 0) { in hostapd_config_fill()
2973 os_strcmp(buf, "acct_server_ca_cert") == 0) { in hostapd_config_fill()
2977 os_strcmp(buf, "acct_server_client_cert") == 0) { in hostapd_config_fill()
2981 os_strcmp(buf, "acct_server_private_key") == 0) { in hostapd_config_fill()
2985 os_strcmp(buf, "acct_server_private_key_passwd") == 0) { in hostapd_config_fill()
2989 } else if (os_strcmp(buf, "radius_retry_primary_interval") == 0) { in hostapd_config_fill()
2991 } else if (os_strcmp(buf, in hostapd_config_fill()
2994 } else if (os_strcmp(buf, "radius_acct_interim_interval") == 0) { in hostapd_config_fill()
2996 } else if (os_strcmp(buf, "radius_request_cui") == 0) { in hostapd_config_fill()
2998 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) { in hostapd_config_fill()
3014 } else if (os_strcmp(buf, "radius_acct_req_attr") == 0) { in hostapd_config_fill()
3030 } else if (os_strcmp(buf, "radius_req_attr_sqlite") == 0) { in hostapd_config_fill()
3033 } else if (os_strcmp(buf, "radius_das_port") == 0) { in hostapd_config_fill()
3035 } else if (os_strcmp(buf, "radius_das_client") == 0) { in hostapd_config_fill()
3041 } else if (os_strcmp(buf, "radius_das_time_window") == 0) { in hostapd_config_fill()
3043 } else if (os_strcmp(buf, "radius_das_require_event_timestamp") == 0) { in hostapd_config_fill()
3045 } else if (os_strcmp(buf, "radius_das_require_message_authenticator") == in hostapd_config_fill()
3049 } else if (os_strcmp(buf, "auth_algs") == 0) { in hostapd_config_fill()
3056 } else if (os_strcmp(buf, "max_num_sta") == 0) { in hostapd_config_fill()
3064 } else if (os_strcmp(buf, "wpa") == 0) { in hostapd_config_fill()
3066 } else if (os_strcmp(buf, "extended_key_id") == 0) { in hostapd_config_fill()
3076 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) { in hostapd_config_fill()
3079 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) { in hostapd_config_fill()
3081 } else if (os_strcmp(buf, "wpa_gmk_rekey") == 0) { in hostapd_config_fill()
3083 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) { in hostapd_config_fill()
3085 } else if (os_strcmp(buf, "wpa_deny_ptk0_rekey") == 0) { in hostapd_config_fill()
3094 } else if (os_strcmp(buf, "wpa_group_update_count") == 0) { in hostapd_config_fill()
3105 } else if (os_strcmp(buf, "wpa_pairwise_update_count") == 0) { in hostapd_config_fill()
3116 } else if (os_strcmp(buf, "wpa_disable_eapol_key_retries") == 0) { in hostapd_config_fill()
3118 } else if (os_strcmp(buf, "wpa_passphrase") == 0) { in hostapd_config_fill()
3131 } else if (os_strcmp(buf, "wpa_psk") == 0) { in hostapd_config_fill()
3147 } else if (os_strcmp(buf, "wpa_psk_file") == 0) { in hostapd_config_fill()
3155 } else if (os_strcmp(buf, "wpa_key_mgmt") == 0) { in hostapd_config_fill()
3159 } else if (os_strcmp(buf, "wpa_psk_radius") == 0) { in hostapd_config_fill()
3170 } else if (os_strcmp(buf, "wpa_pairwise") == 0) { in hostapd_config_fill()
3180 } else if (os_strcmp(buf, "rsn_pairwise") == 0) { in hostapd_config_fill()
3190 } else if (os_strcmp(buf, "group_cipher") == 0) { in hostapd_config_fill()
3205 } else if (os_strcmp(buf, "rsn_preauth") == 0) { in hostapd_config_fill()
3207 } else if (os_strcmp(buf, "rsn_preauth_interfaces") == 0) { in hostapd_config_fill()
3211 } else if (os_strcmp(buf, "peerkey") == 0) { in hostapd_config_fill()
3215 } else if (os_strcmp(buf, "mobility_domain") == 0) { in hostapd_config_fill()
3224 } else if (os_strcmp(buf, "r1_key_holder") == 0) { in hostapd_config_fill()
3232 } else if (os_strcmp(buf, "r0_key_lifetime") == 0) { in hostapd_config_fill()
3235 } else if (os_strcmp(buf, "ft_r0_key_lifetime") == 0) { in hostapd_config_fill()
3237 } else if (os_strcmp(buf, "r1_max_key_lifetime") == 0) { in hostapd_config_fill()
3239 } else if (os_strcmp(buf, "reassociation_deadline") == 0) { in hostapd_config_fill()
3241 } else if (os_strcmp(buf, "rkh_pos_timeout") == 0) { in hostapd_config_fill()
3243 } else if (os_strcmp(buf, "rkh_neg_timeout") == 0) { in hostapd_config_fill()
3245 } else if (os_strcmp(buf, "rkh_pull_timeout") == 0) { in hostapd_config_fill()
3247 } else if (os_strcmp(buf, "rkh_pull_retries") == 0) { in hostapd_config_fill()
3249 } else if (os_strcmp(buf, "r0kh") == 0) { in hostapd_config_fill()
3255 } else if (os_strcmp(buf, "r1kh") == 0) { in hostapd_config_fill()
3261 } else if (os_strcmp(buf, "rxkh_file") == 0) { in hostapd_config_fill()
3276 } else if (os_strcmp(buf, "pmk_r1_push") == 0) { in hostapd_config_fill()
3278 } else if (os_strcmp(buf, "ft_over_ds") == 0) { in hostapd_config_fill()
3280 } else if (os_strcmp(buf, "ft_psk_generate_local") == 0) { in hostapd_config_fill()
3284 } else if (os_strcmp(buf, "ctrl_interface") == 0) { in hostapd_config_fill()
3287 } else if (os_strcmp(buf, "ctrl_interface_group") == 0) { in hostapd_config_fill()
3315 } else if (os_strcmp(buf, "radius_server_clients") == 0) { in hostapd_config_fill()
3318 } else if (os_strcmp(buf, "radius_server_auth_port") == 0) { in hostapd_config_fill()
3320 } else if (os_strcmp(buf, "radius_server_acct_port") == 0) { in hostapd_config_fill()
3322 } else if (os_strcmp(buf, "radius_server_ipv6") == 0) { in hostapd_config_fill()
3325 } else if (os_strcmp(buf, "use_pae_group_addr") == 0) { in hostapd_config_fill()
3327 } else if (os_strcmp(buf, "hw_mode") == 0) { in hostapd_config_fill()
3328 if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
3330 else if (os_strcmp(pos, "b") == 0) in hostapd_config_fill()
3332 else if (os_strcmp(pos, "g") == 0) in hostapd_config_fill()
3334 else if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
3336 else if (os_strcmp(pos, "any") == 0) in hostapd_config_fill()
3344 } else if (os_strcmp(buf, "wps_rf_bands") == 0) { in hostapd_config_fill()
3345 if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
3347 else if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
3349 else if (os_strcmp(pos, "g") == 0 || in hostapd_config_fill()
3350 os_strcmp(pos, "b") == 0) in hostapd_config_fill()
3352 else if (os_strcmp(pos, "ag") == 0 || in hostapd_config_fill()
3353 os_strcmp(pos, "ga") == 0) in hostapd_config_fill()
3361 } else if (os_strcmp(buf, "acs_exclude_dfs") == 0) { in hostapd_config_fill()
3363 } else if (os_strcmp(buf, "op_class") == 0) { in hostapd_config_fill()
3365 } else if (os_strcmp(buf, "channel") == 0) { in hostapd_config_fill()
3366 if (os_strcmp(pos, "acs_survey") == 0) { in hostapd_config_fill()
3379 } else if (os_strcmp(buf, "edmg_channel") == 0) { in hostapd_config_fill()
3381 } else if (os_strcmp(buf, "enable_edmg") == 0) { in hostapd_config_fill()
3383 } else if (os_strcmp(buf, "chanlist") == 0) { in hostapd_config_fill()
3389 } else if (os_strcmp(buf, "freqlist") == 0) { in hostapd_config_fill()
3396 } else if (os_strcmp(buf, "acs_exclude_6ghz_non_psc") == 0) { in hostapd_config_fill()
3398 } else if (os_strcmp(buf, "enable_background_radar") == 0) { in hostapd_config_fill()
3400 } else if (os_strcmp(buf, "min_tx_power") == 0) { in hostapd_config_fill()
3410 } else if (os_strcmp(buf, "beacon_int") == 0) { in hostapd_config_fill()
3425 } else if (os_strcmp(buf, "acs_num_scans") == 0) { in hostapd_config_fill()
3433 } else if (os_strcmp(buf, "acs_chan_bias") == 0) { in hostapd_config_fill()
3440 } else if (os_strcmp(buf, "dtim_period") == 0) { in hostapd_config_fill()
3449 } else if (os_strcmp(buf, "bss_load_update_period") == 0) { in hostapd_config_fill()
3459 } else if (os_strcmp(buf, "chan_util_avg_period") == 0) { in hostapd_config_fill()
3469 } else if (os_strcmp(buf, "rts_threshold") == 0) { in hostapd_config_fill()
3477 } else if (os_strcmp(buf, "fragm_threshold") == 0) { in hostapd_config_fill()
3488 } else if (os_strcmp(buf, "send_probe_response") == 0) { in hostapd_config_fill()
3496 } else if (os_strcmp(buf, "supported_rates") == 0) { in hostapd_config_fill()
3502 } else if (os_strcmp(buf, "basic_rates") == 0) { in hostapd_config_fill()
3508 } else if (os_strcmp(buf, "beacon_rate") == 0) { in hostapd_config_fill()
3552 } else if (os_strcmp(buf, "preamble") == 0) { in hostapd_config_fill()
3557 } else if (os_strcmp(buf, "ignore_broadcast_ssid") == 0) { in hostapd_config_fill()
3559 } else if (os_strcmp(buf, "no_probe_resp_if_max_sta") == 0) { in hostapd_config_fill()
3562 } else if (os_strcmp(buf, "wep_default_key") == 0) { in hostapd_config_fill()
3570 } else if (os_strcmp(buf, "wep_key0") == 0 || in hostapd_config_fill()
3571 os_strcmp(buf, "wep_key1") == 0 || in hostapd_config_fill()
3572 os_strcmp(buf, "wep_key2") == 0 || in hostapd_config_fill()
3573 os_strcmp(buf, "wep_key3") == 0) { in hostapd_config_fill()
3582 } else if (os_strcmp(buf, "dynamic_vlan") == 0) { in hostapd_config_fill()
3584 } else if (os_strcmp(buf, "per_sta_vif") == 0) { in hostapd_config_fill()
3586 } else if (os_strcmp(buf, "vlan_file") == 0) { in hostapd_config_fill()
3592 } else if (os_strcmp(buf, "vlan_naming") == 0) { in hostapd_config_fill()
3602 } else if (os_strcmp(buf, "vlan_tagged_interface") == 0) { in hostapd_config_fill()
3607 } else if (os_strcmp(buf, "ap_table_max_size") == 0) { in hostapd_config_fill()
3609 } else if (os_strcmp(buf, "ap_table_expiration_time") == 0) { in hostapd_config_fill()
3617 } else if (os_strcmp(buf, "wme_enabled") == 0 || in hostapd_config_fill()
3618 os_strcmp(buf, "wmm_enabled") == 0) { in hostapd_config_fill()
3620 } else if (os_strcmp(buf, "uapsd_advertisement_enabled") == 0) { in hostapd_config_fill()
3629 } else if (os_strcmp(buf, "bss") == 0) { in hostapd_config_fill()
3635 } else if (os_strcmp(buf, "bssid") == 0) { in hostapd_config_fill()
3641 } else if (os_strcmp(buf, "use_driver_iface_addr") == 0) { in hostapd_config_fill()
3643 } else if (os_strcmp(buf, "ieee80211w") == 0) { in hostapd_config_fill()
3645 } else if (os_strcmp(buf, "group_mgmt_cipher") == 0) { in hostapd_config_fill()
3646 if (os_strcmp(pos, "AES-128-CMAC") == 0) { in hostapd_config_fill()
3648 } else if (os_strcmp(pos, "BIP-GMAC-128") == 0) { in hostapd_config_fill()
3650 } else if (os_strcmp(pos, "BIP-GMAC-256") == 0) { in hostapd_config_fill()
3652 } else if (os_strcmp(pos, "BIP-CMAC-256") == 0) { in hostapd_config_fill()
3659 } else if (os_strcmp(buf, "beacon_prot") == 0) { in hostapd_config_fill()
3661 } else if (os_strcmp(buf, "assoc_sa_query_max_timeout") == 0) { in hostapd_config_fill()
3668 } else if (os_strcmp(buf, "assoc_sa_query_retry_timeout") == 0) { in hostapd_config_fill()
3676 } else if (os_strcmp(buf, "ocv") == 0) { in hostapd_config_fill()
3681 } else if (os_strcmp(buf, "ieee80211n") == 0) { in hostapd_config_fill()
3683 } else if (os_strcmp(buf, "ht_capab") == 0) { in hostapd_config_fill()
3689 } else if (os_strcmp(buf, "require_ht") == 0) { in hostapd_config_fill()
3691 } else if (os_strcmp(buf, "ht_vht_twt_responder") == 0) { in hostapd_config_fill()
3693 } else if (os_strcmp(buf, "obss_interval") == 0) { in hostapd_config_fill()
3696 } else if (os_strcmp(buf, "ieee80211ac") == 0) { in hostapd_config_fill()
3698 } else if (os_strcmp(buf, "vht_capab") == 0) { in hostapd_config_fill()
3704 } else if (os_strcmp(buf, "require_vht") == 0) { in hostapd_config_fill()
3706 } else if (os_strcmp(buf, "vht_oper_chwidth") == 0) { in hostapd_config_fill()
3708 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
3710 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
3712 } else if (os_strcmp(buf, "vendor_vht") == 0) { in hostapd_config_fill()
3714 } else if (os_strcmp(buf, "use_sta_nsts") == 0) { in hostapd_config_fill()
3718 } else if (os_strcmp(buf, "ieee80211ax") == 0) { in hostapd_config_fill()
3720 } else if (os_strcmp(buf, "require_he") == 0) { in hostapd_config_fill()
3722 } else if (os_strcmp(buf, "he_su_beamformer") == 0) { in hostapd_config_fill()
3724 } else if (os_strcmp(buf, "he_su_beamformee") == 0) { in hostapd_config_fill()
3726 } else if (os_strcmp(buf, "he_mu_beamformer") == 0) { in hostapd_config_fill()
3728 } else if (os_strcmp(buf, "he_bss_color") == 0) { in hostapd_config_fill()
3731 } else if (os_strcmp(buf, "he_bss_color_partial") == 0) { in hostapd_config_fill()
3733 } else if (os_strcmp(buf, "he_default_pe_duration") == 0) { in hostapd_config_fill()
3735 } else if (os_strcmp(buf, "he_twt_required") == 0) { in hostapd_config_fill()
3737 } else if (os_strcmp(buf, "he_twt_responder") == 0) { in hostapd_config_fill()
3739 } else if (os_strcmp(buf, "he_rts_threshold") == 0) { in hostapd_config_fill()
3741 } else if (os_strcmp(buf, "he_er_su_disable") == 0) { in hostapd_config_fill()
3743 } else if (os_strcmp(buf, "he_basic_mcs_nss_set") == 0) { in hostapd_config_fill()
3745 } else if (os_strcmp(buf, "he_mu_edca_qos_info_param_count") == 0) { in hostapd_config_fill()
3748 } else if (os_strcmp(buf, "he_mu_edca_qos_info_q_ack") == 0) { in hostapd_config_fill()
3751 } else if (os_strcmp(buf, "he_mu_edca_qos_info_queue_request") == 0) { in hostapd_config_fill()
3754 } else if (os_strcmp(buf, "he_mu_edca_qos_info_txop_request") == 0) { in hostapd_config_fill()
3757 } else if (os_strcmp(buf, "he_mu_edca_ac_be_aifsn") == 0) { in hostapd_config_fill()
3760 } else if (os_strcmp(buf, "he_mu_edca_ac_be_acm") == 0) { in hostapd_config_fill()
3763 } else if (os_strcmp(buf, "he_mu_edca_ac_be_aci") == 0) { in hostapd_config_fill()
3766 } else if (os_strcmp(buf, "he_mu_edca_ac_be_ecwmin") == 0) { in hostapd_config_fill()
3769 } else if (os_strcmp(buf, "he_mu_edca_ac_be_ecwmax") == 0) { in hostapd_config_fill()
3772 } else if (os_strcmp(buf, "he_mu_edca_ac_be_timer") == 0) { in hostapd_config_fill()
3775 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_aifsn") == 0) { in hostapd_config_fill()
3778 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_acm") == 0) { in hostapd_config_fill()
3781 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_aci") == 0) { in hostapd_config_fill()
3784 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_ecwmin") == 0) { in hostapd_config_fill()
3787 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_ecwmax") == 0) { in hostapd_config_fill()
3790 } else if (os_strcmp(buf, "he_mu_edca_ac_bk_timer") == 0) { in hostapd_config_fill()
3793 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_aifsn") == 0) { in hostapd_config_fill()
3796 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_acm") == 0) { in hostapd_config_fill()
3799 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_aci") == 0) { in hostapd_config_fill()
3802 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_ecwmin") == 0) { in hostapd_config_fill()
3805 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_ecwmax") == 0) { in hostapd_config_fill()
3808 } else if (os_strcmp(buf, "he_mu_edca_ac_vi_timer") == 0) { in hostapd_config_fill()
3811 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_aifsn") == 0) { in hostapd_config_fill()
3814 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_acm") == 0) { in hostapd_config_fill()
3817 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_aci") == 0) { in hostapd_config_fill()
3820 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_ecwmin") == 0) { in hostapd_config_fill()
3823 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_ecwmax") == 0) { in hostapd_config_fill()
3826 } else if (os_strcmp(buf, "he_mu_edca_ac_vo_timer") == 0) { in hostapd_config_fill()
3829 } else if (os_strcmp(buf, "he_spr_sr_control") == 0) { in hostapd_config_fill()
3831 } else if (os_strcmp(buf, "he_spr_non_srg_obss_pd_max_offset") == 0) { in hostapd_config_fill()
3833 } else if (os_strcmp(buf, "he_spr_srg_obss_pd_min_offset") == 0) { in hostapd_config_fill()
3835 } else if (os_strcmp(buf, "he_spr_srg_obss_pd_max_offset") == 0) { in hostapd_config_fill()
3837 } else if (os_strcmp(buf, "he_spr_srg_bss_colors") == 0) { in hostapd_config_fill()
3845 } else if (os_strcmp(buf, "he_spr_srg_partial_bssid") == 0) { in hostapd_config_fill()
3853 } else if (os_strcmp(buf, "he_6ghz_reg_pwr_type") == 0) { in hostapd_config_fill()
3861 } else if (os_strcmp(buf, "reg_def_cli_eirp_psd") == 0) { in hostapd_config_fill()
3863 } else if (os_strcmp(buf, "reg_sub_cli_eirp_psd") == 0) { in hostapd_config_fill()
3865 } else if (os_strcmp(buf, "reg_def_cli_eirp") == 0) { in hostapd_config_fill()
3867 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) { in hostapd_config_fill()
3869 } else if (os_strcmp(buf, "he_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
3871 } else if (os_strcmp(buf, "he_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
3873 } else if (os_strcmp(buf, "he_6ghz_max_mpdu") == 0) { in hostapd_config_fill()
3875 } else if (os_strcmp(buf, "he_6ghz_max_ampdu_len_exp") == 0) { in hostapd_config_fill()
3877 } else if (os_strcmp(buf, "he_6ghz_rx_ant_pat") == 0) { in hostapd_config_fill()
3879 } else if (os_strcmp(buf, "he_6ghz_tx_ant_pat") == 0) { in hostapd_config_fill()
3881 } else if (os_strcmp(buf, "unsol_bcast_probe_resp_interval") == 0) { in hostapd_config_fill()
3891 } else if (os_strcmp(buf, "mbssid") == 0) { in hostapd_config_fill()
3901 } else if (os_strcmp(buf, "max_listen_interval") == 0) { in hostapd_config_fill()
3903 } else if (os_strcmp(buf, "disable_pmksa_caching") == 0) { in hostapd_config_fill()
3905 } else if (os_strcmp(buf, "okc") == 0) { in hostapd_config_fill()
3908 } else if (os_strcmp(buf, "wps_state") == 0) { in hostapd_config_fill()
3915 } else if (os_strcmp(buf, "wps_independent") == 0) { in hostapd_config_fill()
3917 } else if (os_strcmp(buf, "ap_setup_locked") == 0) { in hostapd_config_fill()
3919 } else if (os_strcmp(buf, "uuid") == 0) { in hostapd_config_fill()
3924 } else if (os_strcmp(buf, "wps_pin_requests") == 0) { in hostapd_config_fill()
3927 } else if (os_strcmp(buf, "device_name") == 0) { in hostapd_config_fill()
3935 } else if (os_strcmp(buf, "manufacturer") == 0) { in hostapd_config_fill()
3943 } else if (os_strcmp(buf, "model_name") == 0) { in hostapd_config_fill()
3951 } else if (os_strcmp(buf, "model_number") == 0) { in hostapd_config_fill()
3959 } else if (os_strcmp(buf, "serial_number") == 0) { in hostapd_config_fill()
3967 } else if (os_strcmp(buf, "device_type") == 0) { in hostapd_config_fill()
3970 } else if (os_strcmp(buf, "config_methods") == 0) { in hostapd_config_fill()
3973 } else if (os_strcmp(buf, "os_version") == 0) { in hostapd_config_fill()
3979 } else if (os_strcmp(buf, "ap_pin") == 0) { in hostapd_config_fill()
3985 } else if (os_strcmp(buf, "skip_cred_build") == 0) { in hostapd_config_fill()
3987 } else if (os_strcmp(buf, "extra_cred") == 0) { in hostapd_config_fill()
3995 } else if (os_strcmp(buf, "wps_cred_processing") == 0) { in hostapd_config_fill()
3997 } else if (os_strcmp(buf, "wps_cred_add_sae") == 0) { in hostapd_config_fill()
3999 } else if (os_strcmp(buf, "ap_settings") == 0) { in hostapd_config_fill()
4008 } else if (os_strcmp(buf, "multi_ap_backhaul_ssid") == 0) { in hostapd_config_fill()
4022 } else if (os_strcmp(buf, "multi_ap_backhaul_wpa_passphrase") == 0) { in hostapd_config_fill()
4038 } else if (os_strcmp(buf, "multi_ap_backhaul_wpa_psk") == 0) { in hostapd_config_fill()
4058 } else if (os_strcmp(buf, "upnp_iface") == 0) { in hostapd_config_fill()
4061 } else if (os_strcmp(buf, "friendly_name") == 0) { in hostapd_config_fill()
4064 } else if (os_strcmp(buf, "manufacturer_url") == 0) { in hostapd_config_fill()
4067 } else if (os_strcmp(buf, "model_description") == 0) { in hostapd_config_fill()
4070 } else if (os_strcmp(buf, "model_url") == 0) { in hostapd_config_fill()
4073 } else if (os_strcmp(buf, "upc") == 0) { in hostapd_config_fill()
4076 } else if (os_strcmp(buf, "pbc_in_m1") == 0) { in hostapd_config_fill()
4078 } else if (os_strcmp(buf, "server_id") == 0) { in hostapd_config_fill()
4081 } else if (os_strcmp(buf, "wps_application_ext") == 0) { in hostapd_config_fill()
4085 } else if (os_strcmp(buf, "wps_nfc_dev_pw_id") == 0) { in hostapd_config_fill()
4094 } else if (os_strcmp(buf, "wps_nfc_dh_pubkey") == 0) { in hostapd_config_fill()
4098 } else if (os_strcmp(buf, "wps_nfc_dh_privkey") == 0) { in hostapd_config_fill()
4102 } else if (os_strcmp(buf, "wps_nfc_dev_pw") == 0) { in hostapd_config_fill()
4109 } else if (os_strcmp(buf, "manage_p2p") == 0) { in hostapd_config_fill()
4114 } else if (os_strcmp(buf, "allow_cross_connection") == 0) { in hostapd_config_fill()
4120 } else if (os_strcmp(buf, "disassoc_low_ack") == 0) { in hostapd_config_fill()
4122 } else if (os_strcmp(buf, "tdls_prohibit") == 0) { in hostapd_config_fill()
4127 } else if (os_strcmp(buf, "tdls_prohibit_chan_switch") == 0) { in hostapd_config_fill()
4133 } else if (os_strcmp(buf, "rsn_testing") == 0) { in hostapd_config_fill()
4137 } else if (os_strcmp(buf, "time_advertisement") == 0) { in hostapd_config_fill()
4139 } else if (os_strcmp(buf, "time_zone") == 0) { in hostapd_config_fill()
4151 } else if (os_strcmp(buf, "wnm_sleep_mode") == 0) { in hostapd_config_fill()
4153 } else if (os_strcmp(buf, "wnm_sleep_mode_no_keys") == 0) { in hostapd_config_fill()
4155 } else if (os_strcmp(buf, "bss_transition") == 0) { in hostapd_config_fill()
4159 } else if (os_strcmp(buf, "interworking") == 0) { in hostapd_config_fill()
4161 } else if (os_strcmp(buf, "access_network_type") == 0) { in hostapd_config_fill()
4170 } else if (os_strcmp(buf, "internet") == 0) { in hostapd_config_fill()
4172 } else if (os_strcmp(buf, "asra") == 0) { in hostapd_config_fill()
4174 } else if (os_strcmp(buf, "esr") == 0) { in hostapd_config_fill()
4176 } else if (os_strcmp(buf, "uesa") == 0) { in hostapd_config_fill()
4178 } else if (os_strcmp(buf, "venue_group") == 0) { in hostapd_config_fill()
4181 } else if (os_strcmp(buf, "venue_type") == 0) { in hostapd_config_fill()
4184 } else if (os_strcmp(buf, "hessid") == 0) { in hostapd_config_fill()
4189 } else if (os_strcmp(buf, "roaming_consortium") == 0) { in hostapd_config_fill()
4192 } else if (os_strcmp(buf, "venue_name") == 0) { in hostapd_config_fill()
4195 } else if (os_strcmp(buf, "venue_url") == 0) { in hostapd_config_fill()
4198 } else if (os_strcmp(buf, "network_auth_type") == 0) { in hostapd_config_fill()
4221 } else if (os_strcmp(buf, "ipaddr_type_availability") == 0) { in hostapd_config_fill()
4229 } else if (os_strcmp(buf, "domain_name") == 0) { in hostapd_config_fill()
4266 } else if (os_strcmp(buf, "anqp_3gpp_cell_net") == 0) { in hostapd_config_fill()
4269 } else if (os_strcmp(buf, "nai_realm") == 0) { in hostapd_config_fill()
4272 } else if (os_strcmp(buf, "anqp_elem") == 0) { in hostapd_config_fill()
4275 } else if (os_strcmp(buf, "gas_frag_limit") == 0) { in hostapd_config_fill()
4285 } else if (os_strcmp(buf, "gas_comeback_delay") == 0) { in hostapd_config_fill()
4288 } else if (os_strcmp(buf, "qos_map_set") == 0) { in hostapd_config_fill()
4292 } else if (os_strcmp(buf, "dump_msk_file") == 0) { in hostapd_config_fill()
4297 } else if (os_strcmp(buf, "proxy_arp") == 0) { in hostapd_config_fill()
4301 } else if (os_strcmp(buf, "hs20") == 0) { in hostapd_config_fill()
4303 } else if (os_strcmp(buf, "hs20_release") == 0) { in hostapd_config_fill()
4313 } else if (os_strcmp(buf, "disable_dgaf") == 0) { in hostapd_config_fill()
4315 } else if (os_strcmp(buf, "na_mcast_to_ucast") == 0) { in hostapd_config_fill()
4317 } else if (os_strcmp(buf, "osen") == 0) { in hostapd_config_fill()
4319 } else if (os_strcmp(buf, "anqp_domain_id") == 0) { in hostapd_config_fill()
4321 } else if (os_strcmp(buf, "hs20_deauth_req_timeout") == 0) { in hostapd_config_fill()
4323 } else if (os_strcmp(buf, "hs20_oper_friendly_name") == 0) { in hostapd_config_fill()
4326 } else if (os_strcmp(buf, "hs20_wan_metrics") == 0) { in hostapd_config_fill()
4329 } else if (os_strcmp(buf, "hs20_conn_capab") == 0) { in hostapd_config_fill()
4333 } else if (os_strcmp(buf, "hs20_operating_class") == 0) { in hostapd_config_fill()
4357 } else if (os_strcmp(buf, "hs20_icon") == 0) { in hostapd_config_fill()
4363 } else if (os_strcmp(buf, "osu_ssid") == 0) { in hostapd_config_fill()
4366 } else if (os_strcmp(buf, "osu_server_uri") == 0) { in hostapd_config_fill()
4369 } else if (os_strcmp(buf, "osu_friendly_name") == 0) { in hostapd_config_fill()
4372 } else if (os_strcmp(buf, "osu_nai") == 0) { in hostapd_config_fill()
4375 } else if (os_strcmp(buf, "osu_nai2") == 0) { in hostapd_config_fill()
4378 } else if (os_strcmp(buf, "osu_method_list") == 0) { in hostapd_config_fill()
4381 } else if (os_strcmp(buf, "osu_icon") == 0) { in hostapd_config_fill()
4384 } else if (os_strcmp(buf, "osu_service_desc") == 0) { in hostapd_config_fill()
4387 } else if (os_strcmp(buf, "operator_icon") == 0) { in hostapd_config_fill()
4390 } else if (os_strcmp(buf, "subscr_remediation_url") == 0) { in hostapd_config_fill()
4393 } else if (os_strcmp(buf, "subscr_remediation_method") == 0) { in hostapd_config_fill()
4395 } else if (os_strcmp(buf, "hs20_t_c_filename") == 0) { in hostapd_config_fill()
4398 } else if (os_strcmp(buf, "hs20_t_c_timestamp") == 0) { in hostapd_config_fill()
4400 } else if (os_strcmp(buf, "hs20_t_c_server_url") == 0) { in hostapd_config_fill()
4403 } else if (os_strcmp(buf, "hs20_sim_provisioning_url") == 0) { in hostapd_config_fill()
4408 } else if (os_strcmp(buf, "mbo") == 0) { in hostapd_config_fill()
4410 } else if (os_strcmp(buf, "mbo_cell_data_conn_pref") == 0) { in hostapd_config_fill()
4412 } else if (os_strcmp(buf, "oce") == 0) { in hostapd_config_fill()
4417 } else if (os_strcmp(buf, #_val) == 0) { \ in hostapd_config_fill()
4433 } else if (os_strcmp(buf, "ecsa_ie_only") == 0) { in hostapd_config_fill()
4435 } else if (os_strcmp(buf, "bss_load_test") == 0) { in hostapd_config_fill()
4454 } else if (os_strcmp(buf, "radio_measurements") == 0) { in hostapd_config_fill()
4464 } else if (os_strcmp(buf, "own_ie_override") == 0) { in hostapd_config_fill()
4482 } else if (os_strcmp(buf, "sae_reflection_attack") == 0) { in hostapd_config_fill()
4484 } else if (os_strcmp(buf, "sae_commit_status") == 0) { in hostapd_config_fill()
4486 } else if (os_strcmp(buf, "sae_pk_omit") == 0) { in hostapd_config_fill()
4488 } else if (os_strcmp(buf, "sae_pk_password_check_skip") == 0) { in hostapd_config_fill()
4490 } else if (os_strcmp(buf, "sae_commit_override") == 0) { in hostapd_config_fill()
4493 } else if (os_strcmp(buf, "rsne_override_eapol") == 0) { in hostapd_config_fill()
4496 } else if (os_strcmp(buf, "rsnxe_override_eapol") == 0) { in hostapd_config_fill()
4499 } else if (os_strcmp(buf, "rsne_override_ft") == 0) { in hostapd_config_fill()
4502 } else if (os_strcmp(buf, "rsnxe_override_ft") == 0) { in hostapd_config_fill()
4505 } else if (os_strcmp(buf, "gtk_rsc_override") == 0) { in hostapd_config_fill()
4508 } else if (os_strcmp(buf, "igtk_rsc_override") == 0) { in hostapd_config_fill()
4511 } else if (os_strcmp(buf, "no_beacon_rsnxe") == 0) { in hostapd_config_fill()
4513 } else if (os_strcmp(buf, "skip_prune_assoc") == 0) { in hostapd_config_fill()
4515 } else if (os_strcmp(buf, "ft_rsnxe_used") == 0) { in hostapd_config_fill()
4517 } else if (os_strcmp(buf, "oci_freq_override_eapol_m3") == 0) { in hostapd_config_fill()
4519 } else if (os_strcmp(buf, "oci_freq_override_eapol_g1") == 0) { in hostapd_config_fill()
4521 } else if (os_strcmp(buf, "oci_freq_override_saquery_req") == 0) { in hostapd_config_fill()
4523 } else if (os_strcmp(buf, "oci_freq_override_saquery_resp") == 0) { in hostapd_config_fill()
4525 } else if (os_strcmp(buf, "oci_freq_override_ft_assoc") == 0) { in hostapd_config_fill()
4527 } else if (os_strcmp(buf, "oci_freq_override_fils_assoc") == 0) { in hostapd_config_fill()
4529 } else if (os_strcmp(buf, "oci_freq_override_wnm_sleep") == 0) { in hostapd_config_fill()
4531 } else if (os_strcmp(buf, "eap_skip_prot_success") == 0) { in hostapd_config_fill()
4533 } else if (os_strcmp(buf, "delay_eapol_tx") == 0) { in hostapd_config_fill()
4535 } else if (os_strcmp(buf, "eapol_m1_elements") == 0) { in hostapd_config_fill()
4538 } else if (os_strcmp(buf, "eapol_m3_elements") == 0) { in hostapd_config_fill()
4541 } else if (os_strcmp(buf, "eapol_m3_no_encrypt") == 0) { in hostapd_config_fill()
4543 } else if (os_strcmp(buf, "test_assoc_comeback_type") == 0) { in hostapd_config_fill()
4545 } else if (os_strcmp(buf, "presp_elements") == 0) { in hostapd_config_fill()
4550 } else if (os_strcmp(buf, "sae_password") == 0) { in hostapd_config_fill()
4556 } else if (os_strcmp(buf, "sae_password_file") == 0) { in hostapd_config_fill()
4564 } else if (os_strcmp(buf, "vendor_elements") == 0) { in hostapd_config_fill()
4567 } else if (os_strcmp(buf, "assocresp_elements") == 0) { in hostapd_config_fill()
4570 } else if (os_strcmp(buf, "sae_anti_clogging_threshold") == 0 || in hostapd_config_fill()
4571 os_strcmp(buf, "anti_clogging_threshold") == 0) { in hostapd_config_fill()
4573 } else if (os_strcmp(buf, "sae_sync") == 0) { in hostapd_config_fill()
4575 } else if (os_strcmp(buf, "sae_groups") == 0) { in hostapd_config_fill()
4582 } else if (os_strcmp(buf, "sae_require_mfp") == 0) { in hostapd_config_fill()
4584 } else if (os_strcmp(buf, "sae_confirm_immediate") == 0) { in hostapd_config_fill()
4586 } else if (os_strcmp(buf, "sae_pwe") == 0) { in hostapd_config_fill()
4588 } else if (os_strcmp(buf, "local_pwr_constraint") == 0) { in hostapd_config_fill()
4596 } else if (os_strcmp(buf, "spectrum_mgmt_required") == 0) { in hostapd_config_fill()
4598 } else if (os_strcmp(buf, "wowlan_triggers") == 0) { in hostapd_config_fill()
4602 } else if (os_strcmp(buf, "fst_group_id") == 0) { in hostapd_config_fill()
4621 } else if (os_strcmp(buf, "fst_priority") == 0) { in hostapd_config_fill()
4640 } else if (os_strcmp(buf, "fst_llt") == 0) { in hostapd_config_fill()
4660 } else if (os_strcmp(buf, "track_sta_max_num") == 0) { in hostapd_config_fill()
4662 } else if (os_strcmp(buf, "track_sta_max_age") == 0) { in hostapd_config_fill()
4664 } else if (os_strcmp(buf, "no_probe_resp_if_seen_on") == 0) { in hostapd_config_fill()
4667 } else if (os_strcmp(buf, "no_auth_if_seen_on") == 0) { in hostapd_config_fill()
4670 } else if (os_strcmp(buf, "lci") == 0) { in hostapd_config_fill()
4677 } else if (os_strcmp(buf, "civic") == 0) { in hostapd_config_fill()
4684 } else if (os_strcmp(buf, "rrm_neighbor_report") == 0) { in hostapd_config_fill()
4688 } else if (os_strcmp(buf, "rrm_beacon_report") == 0) { in hostapd_config_fill()
4694 } else if (os_strcmp(buf, "rrm_link_measurement_report") == 0) { in hostapd_config_fill()
4698 } else if (os_strcmp(buf, "gas_address3") == 0) { in hostapd_config_fill()
4700 } else if (os_strcmp(buf, "stationary_ap") == 0) { in hostapd_config_fill()
4702 } else if (os_strcmp(buf, "ftm_responder") == 0) { in hostapd_config_fill()
4704 } else if (os_strcmp(buf, "ftm_initiator") == 0) { in hostapd_config_fill()
4707 } else if (os_strcmp(buf, "fils_cache_id") == 0) { in hostapd_config_fill()
4715 } else if (os_strcmp(buf, "fils_realm") == 0) { in hostapd_config_fill()
4718 } else if (os_strcmp(buf, "fils_dh_group") == 0) { in hostapd_config_fill()
4720 } else if (os_strcmp(buf, "dhcp_server") == 0) { in hostapd_config_fill()
4727 } else if (os_strcmp(buf, "dhcp_rapid_commit_proxy") == 0) { in hostapd_config_fill()
4729 } else if (os_strcmp(buf, "fils_hlp_wait_time") == 0) { in hostapd_config_fill()
4731 } else if (os_strcmp(buf, "dhcp_server_port") == 0) { in hostapd_config_fill()
4733 } else if (os_strcmp(buf, "dhcp_relay_port") == 0) { in hostapd_config_fill()
4735 } else if (os_strcmp(buf, "fils_discovery_min_interval") == 0) { in hostapd_config_fill()
4737 } else if (os_strcmp(buf, "fils_discovery_max_interval") == 0) { in hostapd_config_fill()
4740 } else if (os_strcmp(buf, "multicast_to_unicast") == 0) { in hostapd_config_fill()
4742 } else if (os_strcmp(buf, "bridge_multicast_to_unicast") == 0) { in hostapd_config_fill()
4744 } else if (os_strcmp(buf, "broadcast_deauth") == 0) { in hostapd_config_fill()
4746 } else if (os_strcmp(buf, "notify_mgmt_frames") == 0) { in hostapd_config_fill()
4749 } else if (os_strcmp(buf, "dpp_name") == 0) { in hostapd_config_fill()
4752 } else if (os_strcmp(buf, "dpp_mud_url") == 0) { in hostapd_config_fill()
4755 } else if (os_strcmp(buf, "dpp_extra_conf_req_name") == 0) { in hostapd_config_fill()
4758 } else if (os_strcmp(buf, "dpp_extra_conf_req_value") == 0) { in hostapd_config_fill()
4761 } else if (os_strcmp(buf, "dpp_connector") == 0) { in hostapd_config_fill()
4764 } else if (os_strcmp(buf, "dpp_netaccesskey") == 0) { in hostapd_config_fill()
4767 } else if (os_strcmp(buf, "dpp_netaccesskey_expiry") == 0) { in hostapd_config_fill()
4769 } else if (os_strcmp(buf, "dpp_csign") == 0) { in hostapd_config_fill()
4773 } else if (os_strcmp(buf, "dpp_controller") == 0) { in hostapd_config_fill()
4776 } else if (os_strcmp(buf, "dpp_relay_port") == 0) { in hostapd_config_fill()
4778 } else if (os_strcmp(buf, "dpp_configurator_connectivity") == 0) { in hostapd_config_fill()
4780 } else if (os_strcmp(buf, "dpp_pfs") == 0) { in hostapd_config_fill()
4793 } else if (os_strcmp(buf, "owe_transition_bssid") == 0) { in hostapd_config_fill()
4800 } else if (os_strcmp(buf, "owe_transition_ssid") == 0) { in hostapd_config_fill()
4813 } else if (os_strcmp(buf, "owe_transition_ifname") == 0) { in hostapd_config_fill()
4816 } else if (os_strcmp(buf, "owe_groups") == 0) { in hostapd_config_fill()
4823 } else if (os_strcmp(buf, "owe_ptk_workaround") == 0) { in hostapd_config_fill()
4826 } else if (os_strcmp(buf, "coloc_intf_reporting") == 0) { in hostapd_config_fill()
4828 } else if (os_strcmp(buf, "multi_ap") == 0) { in hostapd_config_fill()
4838 } else if (os_strcmp(buf, "multi_ap_profile") == 0) { in hostapd_config_fill()
4848 } else if (os_strcmp(buf, "multi_ap_client_disallow") == 0) { in hostapd_config_fill()
4858 } else if (os_strcmp(buf, "multi_ap_vlanid") == 0) { in hostapd_config_fill()
4868 } else if (os_strcmp(buf, "rssi_reject_assoc_rssi") == 0) { in hostapd_config_fill()
4870 } else if (os_strcmp(buf, "rssi_reject_assoc_timeout") == 0) { in hostapd_config_fill()
4872 } else if (os_strcmp(buf, "rssi_ignore_probe_request") == 0) { in hostapd_config_fill()
4874 } else if (os_strcmp(buf, "pbss") == 0) { in hostapd_config_fill()
4876 } else if (os_strcmp(buf, "transition_disable") == 0) { in hostapd_config_fill()
4879 } else if (os_strcmp(buf, "airtime_mode") == 0) { in hostapd_config_fill()
4888 } else if (os_strcmp(buf, "airtime_update_interval") == 0) { in hostapd_config_fill()
4890 } else if (os_strcmp(buf, "airtime_bss_weight") == 0) { in hostapd_config_fill()
4892 } else if (os_strcmp(buf, "airtime_bss_limit") == 0) { in hostapd_config_fill()
4902 } else if (os_strcmp(buf, "airtime_sta_weight") == 0) { in hostapd_config_fill()
4911 } else if (os_strcmp(buf, "macsec_policy") == 0) { in hostapd_config_fill()
4921 } else if (os_strcmp(buf, "macsec_integ_only") == 0) { in hostapd_config_fill()
4931 } else if (os_strcmp(buf, "macsec_replay_protect") == 0) { in hostapd_config_fill()
4941 } else if (os_strcmp(buf, "macsec_replay_window") == 0) { in hostapd_config_fill()
4943 } else if (os_strcmp(buf, "macsec_offload") == 0) { in hostapd_config_fill()
4953 } else if (os_strcmp(buf, "macsec_port") == 0) { in hostapd_config_fill()
4963 } else if (os_strcmp(buf, "mka_priority") == 0) { in hostapd_config_fill()
4973 } else if (os_strcmp(buf, "macsec_csindex") == 0) { in hostapd_config_fill()
4983 } else if (os_strcmp(buf, "mka_cak") == 0) { in hostapd_config_fill()
4995 } else if (os_strcmp(buf, "mka_ckn") == 0) { in hostapd_config_fill()
5013 } else if (os_strcmp(buf, "disable_11n") == 0) { in hostapd_config_fill()
5015 } else if (os_strcmp(buf, "disable_11ac") == 0) { in hostapd_config_fill()
5017 } else if (os_strcmp(buf, "disable_11ax") == 0) { in hostapd_config_fill()
5019 } else if (os_strcmp(buf, "disable_11be") == 0) { in hostapd_config_fill()
5023 } else if (os_strcmp(buf, "force_kdk_derivation") == 0) { in hostapd_config_fill()
5025 } else if (os_strcmp(buf, "pasn_corrupt_mic") == 0) { in hostapd_config_fill()
5028 } else if (os_strcmp(buf, "pasn_groups") == 0) { in hostapd_config_fill()
5035 } else if (os_strcmp(buf, "pasn_comeback_after") == 0) { in hostapd_config_fill()
5037 } else if (os_strcmp(buf, "pasn_noauth") == 0) { in hostapd_config_fill()
5040 } else if (os_strcmp(buf, "ext_capa_mask") == 0) { in hostapd_config_fill()
5044 } else if (os_strcmp(buf, "ext_capa") == 0) { in hostapd_config_fill()
5048 } else if (os_strcmp(buf, "rnr") == 0) { in hostapd_config_fill()
5050 } else if (os_strcmp(buf, "ssid_protection") == 0) { in hostapd_config_fill()
5057 } else if (os_strcmp(buf, "ieee80211be") == 0) { in hostapd_config_fill()
5059 } else if (os_strcmp(buf, "eht_oper_chwidth") == 0) { in hostapd_config_fill()
5061 } else if (os_strcmp(buf, "eht_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
5063 } else if (os_strcmp(buf, "eht_su_beamformer") == 0) { in hostapd_config_fill()
5065 } else if (os_strcmp(buf, "eht_su_beamformee") == 0) { in hostapd_config_fill()
5067 } else if (os_strcmp(buf, "eht_mu_beamformer") == 0) { in hostapd_config_fill()
5069 } else if (os_strcmp(buf, "eht_default_pe_duration") == 0) { in hostapd_config_fill()
5071 } else if (os_strcmp(buf, "punct_bitmap") == 0) { in hostapd_config_fill()
5074 } else if (os_strcmp(buf, "punct_acs_threshold") == 0) { in hostapd_config_fill()
5084 } else if (os_strcmp(buf, "mld_ap") == 0) { in hostapd_config_fill()
5086 } else if (os_strcmp(buf, "mld_addr") == 0) { in hostapd_config_fill()
5092 } else if (os_strcmp(buf, "eht_bw320_offset") == 0) { in hostapd_config_fill()
5095 } else if (os_strcmp(buf, "eht_oper_puncturing_override") == 0) { in hostapd_config_fill()
5098 } else if (os_strcmp(buf, "mld_indicate_disabled") == 0) { in hostapd_config_fill()