Lines Matching refs:os_strcmp
351 if (os_strcmp(start, "TTLS-PAP") == 0) { in hostapd_config_read_eap_user()
355 if (os_strcmp(start, "TTLS-CHAP") == 0) { in hostapd_config_read_eap_user()
359 if (os_strcmp(start, "TTLS-MSCHAP") == 0) { in hostapd_config_read_eap_user()
364 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) { in hostapd_config_read_eap_user()
369 if (os_strcmp(start, "MACACL") == 0) { in hostapd_config_read_eap_user()
661 if (os_strcmp(start, "WPA-PSK") == 0) in hostapd_config_parse_key_mgmt()
663 else if (os_strcmp(start, "WPA-EAP") == 0) in hostapd_config_parse_key_mgmt()
666 else if (os_strcmp(start, "FT-PSK") == 0) in hostapd_config_parse_key_mgmt()
668 else if (os_strcmp(start, "FT-EAP") == 0) in hostapd_config_parse_key_mgmt()
672 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0) in hostapd_config_parse_key_mgmt()
674 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0) in hostapd_config_parse_key_mgmt()
678 else if (os_strcmp(start, "SAE") == 0) in hostapd_config_parse_key_mgmt()
680 else if (os_strcmp(start, "FT-SAE") == 0) in hostapd_config_parse_key_mgmt()
899 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_tx_queue()
906 } else if (os_strcmp(pos, "cwmin") == 0) { in hostapd_config_tx_queue()
913 } else if (os_strcmp(pos, "cwmax") == 0) { in hostapd_config_tx_queue()
920 } else if (os_strcmp(pos, "burst") == 0) { in hostapd_config_tx_queue()
1843 if (os_strcmp(buf, "interface") == 0) { in hostapd_config_fill()
1846 } else if (os_strcmp(buf, "bridge") == 0) { in hostapd_config_fill()
1848 } else if (os_strcmp(buf, "vlan_bridge") == 0) { in hostapd_config_fill()
1850 } else if (os_strcmp(buf, "wds_bridge") == 0) { in hostapd_config_fill()
1852 } else if (os_strcmp(buf, "driver") == 0) { in hostapd_config_fill()
1857 if (os_strcmp(pos, wpa_drivers[j]->name) == 0) { in hostapd_config_fill()
1868 } else if (os_strcmp(buf, "debug") == 0) { in hostapd_config_fill()
1871 } else if (os_strcmp(buf, "logger_syslog_level") == 0) { in hostapd_config_fill()
1873 } else if (os_strcmp(buf, "logger_stdout_level") == 0) { in hostapd_config_fill()
1875 } else if (os_strcmp(buf, "logger_syslog") == 0) { in hostapd_config_fill()
1877 } else if (os_strcmp(buf, "logger_stdout") == 0) { in hostapd_config_fill()
1879 } else if (os_strcmp(buf, "dump_file") == 0) { in hostapd_config_fill()
1882 } else if (os_strcmp(buf, "ssid") == 0) { in hostapd_config_fill()
1892 } else if (os_strcmp(buf, "ssid2") == 0) { in hostapd_config_fill()
1905 } else if (os_strcmp(buf, "utf8_ssid") == 0) { in hostapd_config_fill()
1907 } else if (os_strcmp(buf, "macaddr_acl") == 0) { in hostapd_config_fill()
1915 } else if (os_strcmp(buf, "accept_mac_file") == 0) { in hostapd_config_fill()
1922 } else if (os_strcmp(buf, "deny_mac_file") == 0) { in hostapd_config_fill()
1929 } else if (os_strcmp(buf, "wds_sta") == 0) { in hostapd_config_fill()
1931 } else if (os_strcmp(buf, "start_disabled") == 0) { in hostapd_config_fill()
1933 } else if (os_strcmp(buf, "ap_isolate") == 0) { in hostapd_config_fill()
1935 } else if (os_strcmp(buf, "ap_max_inactivity") == 0) { in hostapd_config_fill()
1937 } else if (os_strcmp(buf, "skip_inactivity_poll") == 0) { in hostapd_config_fill()
1939 } else if (os_strcmp(buf, "country_code") == 0) { in hostapd_config_fill()
1943 } else if (os_strcmp(buf, "ieee80211d") == 0) { in hostapd_config_fill()
1945 } else if (os_strcmp(buf, "ieee80211h") == 0) { in hostapd_config_fill()
1947 } else if (os_strcmp(buf, "ieee8021x") == 0) { in hostapd_config_fill()
1949 } else if (os_strcmp(buf, "eapol_version") == 0) { in hostapd_config_fill()
1959 } else if (os_strcmp(buf, "eap_authenticator") == 0) { in hostapd_config_fill()
1962 } else if (os_strcmp(buf, "eap_server") == 0) { in hostapd_config_fill()
1964 } else if (os_strcmp(buf, "eap_user_file") == 0) { in hostapd_config_fill()
1967 } else if (os_strcmp(buf, "ca_cert") == 0) { in hostapd_config_fill()
1970 } else if (os_strcmp(buf, "server_cert") == 0) { in hostapd_config_fill()
1973 } else if (os_strcmp(buf, "private_key") == 0) { in hostapd_config_fill()
1976 } else if (os_strcmp(buf, "private_key_passwd") == 0) { in hostapd_config_fill()
1979 } else if (os_strcmp(buf, "check_crl") == 0) { in hostapd_config_fill()
1981 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) { in hostapd_config_fill()
1984 } else if (os_strcmp(buf, "dh_file") == 0) { in hostapd_config_fill()
1987 } else if (os_strcmp(buf, "fragment_size") == 0) { in hostapd_config_fill()
1990 } else if (os_strcmp(buf, "pac_opaque_encr_key") == 0) { in hostapd_config_fill()
2003 } else if (os_strcmp(buf, "eap_fast_a_id") == 0) { in hostapd_config_fill()
2022 } else if (os_strcmp(buf, "eap_fast_a_id_info") == 0) { in hostapd_config_fill()
2025 } else if (os_strcmp(buf, "eap_fast_prov") == 0) { in hostapd_config_fill()
2027 } else if (os_strcmp(buf, "pac_key_lifetime") == 0) { in hostapd_config_fill()
2029 } else if (os_strcmp(buf, "pac_key_refresh_time") == 0) { in hostapd_config_fill()
2033 } else if (os_strcmp(buf, "eap_sim_db") == 0) { in hostapd_config_fill()
2036 } else if (os_strcmp(buf, "eap_sim_aka_result_ind") == 0) { in hostapd_config_fill()
2040 } else if (os_strcmp(buf, "tnc") == 0) { in hostapd_config_fill()
2044 } else if (os_strcmp(buf, "pwd_group") == 0) { in hostapd_config_fill()
2048 } else if (os_strcmp(buf, "eap_message") == 0) { in hostapd_config_fill()
2066 } else if (os_strcmp(buf, "wep_key_len_broadcast") == 0) { in hostapd_config_fill()
2076 } else if (os_strcmp(buf, "wep_key_len_unicast") == 0) { in hostapd_config_fill()
2085 } else if (os_strcmp(buf, "wep_rekey_period") == 0) { in hostapd_config_fill()
2092 } else if (os_strcmp(buf, "eap_reauth_period") == 0) { in hostapd_config_fill()
2099 } else if (os_strcmp(buf, "eapol_key_index_workaround") == 0) { in hostapd_config_fill()
2102 } else if (os_strcmp(buf, "iapp_interface") == 0) { in hostapd_config_fill()
2106 } else if (os_strcmp(buf, "own_ip_addr") == 0) { in hostapd_config_fill()
2113 } else if (os_strcmp(buf, "nas_identifier") == 0) { in hostapd_config_fill()
2117 } else if (os_strcmp(buf, "auth_server_addr") == 0) { in hostapd_config_fill()
2128 os_strcmp(buf, "auth_server_port") == 0) { in hostapd_config_fill()
2131 os_strcmp(buf, "auth_server_shared_secret") == 0) { in hostapd_config_fill()
2142 } else if (os_strcmp(buf, "acct_server_addr") == 0) { in hostapd_config_fill()
2153 os_strcmp(buf, "acct_server_port") == 0) { in hostapd_config_fill()
2156 os_strcmp(buf, "acct_server_shared_secret") == 0) { in hostapd_config_fill()
2167 } else if (os_strcmp(buf, "radius_retry_primary_interval") == 0) { in hostapd_config_fill()
2169 } else if (os_strcmp(buf, "radius_acct_interim_interval") == 0) { in hostapd_config_fill()
2171 } else if (os_strcmp(buf, "radius_request_cui") == 0) { in hostapd_config_fill()
2173 } else if (os_strcmp(buf, "radius_auth_req_attr") == 0) { in hostapd_config_fill()
2189 } else if (os_strcmp(buf, "radius_acct_req_attr") == 0) { in hostapd_config_fill()
2205 } else if (os_strcmp(buf, "radius_das_port") == 0) { in hostapd_config_fill()
2207 } else if (os_strcmp(buf, "radius_das_client") == 0) { in hostapd_config_fill()
2213 } else if (os_strcmp(buf, "radius_das_time_window") == 0) { in hostapd_config_fill()
2215 } else if (os_strcmp(buf, "radius_das_require_event_timestamp") == 0) { in hostapd_config_fill()
2218 } else if (os_strcmp(buf, "auth_algs") == 0) { in hostapd_config_fill()
2225 } else if (os_strcmp(buf, "max_num_sta") == 0) { in hostapd_config_fill()
2233 } else if (os_strcmp(buf, "wpa") == 0) { in hostapd_config_fill()
2235 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) { in hostapd_config_fill()
2237 } else if (os_strcmp(buf, "wpa_strict_rekey") == 0) { in hostapd_config_fill()
2239 } else if (os_strcmp(buf, "wpa_gmk_rekey") == 0) { in hostapd_config_fill()
2241 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) { in hostapd_config_fill()
2243 } else if (os_strcmp(buf, "wpa_passphrase") == 0) { in hostapd_config_fill()
2257 } else if (os_strcmp(buf, "wpa_psk") == 0) { in hostapd_config_fill()
2274 } else if (os_strcmp(buf, "wpa_psk_file") == 0) { in hostapd_config_fill()
2282 } else if (os_strcmp(buf, "wpa_key_mgmt") == 0) { in hostapd_config_fill()
2286 } else if (os_strcmp(buf, "wpa_psk_radius") == 0) { in hostapd_config_fill()
2296 } else if (os_strcmp(buf, "wpa_pairwise") == 0) { in hostapd_config_fill()
2306 } else if (os_strcmp(buf, "rsn_pairwise") == 0) { in hostapd_config_fill()
2317 } else if (os_strcmp(buf, "rsn_preauth") == 0) { in hostapd_config_fill()
2319 } else if (os_strcmp(buf, "rsn_preauth_interfaces") == 0) { in hostapd_config_fill()
2324 } else if (os_strcmp(buf, "peerkey") == 0) { in hostapd_config_fill()
2328 } else if (os_strcmp(buf, "mobility_domain") == 0) { in hostapd_config_fill()
2337 } else if (os_strcmp(buf, "r1_key_holder") == 0) { in hostapd_config_fill()
2345 } else if (os_strcmp(buf, "r0_key_lifetime") == 0) { in hostapd_config_fill()
2347 } else if (os_strcmp(buf, "reassociation_deadline") == 0) { in hostapd_config_fill()
2349 } else if (os_strcmp(buf, "r0kh") == 0) { in hostapd_config_fill()
2355 } else if (os_strcmp(buf, "r1kh") == 0) { in hostapd_config_fill()
2361 } else if (os_strcmp(buf, "pmk_r1_push") == 0) { in hostapd_config_fill()
2363 } else if (os_strcmp(buf, "ft_over_ds") == 0) { in hostapd_config_fill()
2367 } else if (os_strcmp(buf, "ctrl_interface") == 0) { in hostapd_config_fill()
2370 } else if (os_strcmp(buf, "ctrl_interface_group") == 0) { in hostapd_config_fill()
2398 } else if (os_strcmp(buf, "radius_server_clients") == 0) { in hostapd_config_fill()
2401 } else if (os_strcmp(buf, "radius_server_auth_port") == 0) { in hostapd_config_fill()
2403 } else if (os_strcmp(buf, "radius_server_acct_port") == 0) { in hostapd_config_fill()
2405 } else if (os_strcmp(buf, "radius_server_ipv6") == 0) { in hostapd_config_fill()
2408 } else if (os_strcmp(buf, "test_socket") == 0) { in hostapd_config_fill()
2411 } else if (os_strcmp(buf, "use_pae_group_addr") == 0) { in hostapd_config_fill()
2413 } else if (os_strcmp(buf, "hw_mode") == 0) { in hostapd_config_fill()
2414 if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
2416 else if (os_strcmp(pos, "b") == 0) in hostapd_config_fill()
2418 else if (os_strcmp(pos, "g") == 0) in hostapd_config_fill()
2420 else if (os_strcmp(pos, "ad") == 0) in hostapd_config_fill()
2427 } else if (os_strcmp(buf, "wps_rf_bands") == 0) { in hostapd_config_fill()
2428 if (os_strcmp(pos, "a") == 0) in hostapd_config_fill()
2430 else if (os_strcmp(pos, "g") == 0 || in hostapd_config_fill()
2431 os_strcmp(pos, "b") == 0) in hostapd_config_fill()
2433 else if (os_strcmp(pos, "ag") == 0 || in hostapd_config_fill()
2434 os_strcmp(pos, "ga") == 0) in hostapd_config_fill()
2442 } else if (os_strcmp(buf, "channel") == 0) { in hostapd_config_fill()
2443 if (os_strcmp(pos, "acs_survey") == 0) { in hostapd_config_fill()
2453 } else if (os_strcmp(buf, "chanlist") == 0) { in hostapd_config_fill()
2459 } else if (os_strcmp(buf, "beacon_int") == 0) { in hostapd_config_fill()
2473 } else if (os_strcmp(buf, "acs_num_scans") == 0) { in hostapd_config_fill()
2482 } else if (os_strcmp(buf, "dtim_period") == 0) { in hostapd_config_fill()
2489 } else if (os_strcmp(buf, "rts_threshold") == 0) { in hostapd_config_fill()
2497 } else if (os_strcmp(buf, "fragm_threshold") == 0) { in hostapd_config_fill()
2506 } else if (os_strcmp(buf, "send_probe_response") == 0) { in hostapd_config_fill()
2514 } else if (os_strcmp(buf, "supported_rates") == 0) { in hostapd_config_fill()
2520 } else if (os_strcmp(buf, "basic_rates") == 0) { in hostapd_config_fill()
2526 } else if (os_strcmp(buf, "preamble") == 0) { in hostapd_config_fill()
2531 } else if (os_strcmp(buf, "ignore_broadcast_ssid") == 0) { in hostapd_config_fill()
2533 } else if (os_strcmp(buf, "wep_default_key") == 0) { in hostapd_config_fill()
2541 } else if (os_strcmp(buf, "wep_key0") == 0 || in hostapd_config_fill()
2542 os_strcmp(buf, "wep_key1") == 0 || in hostapd_config_fill()
2543 os_strcmp(buf, "wep_key2") == 0 || in hostapd_config_fill()
2544 os_strcmp(buf, "wep_key3") == 0) { in hostapd_config_fill()
2552 } else if (os_strcmp(buf, "dynamic_vlan") == 0) { in hostapd_config_fill()
2554 } else if (os_strcmp(buf, "vlan_file") == 0) { in hostapd_config_fill()
2560 } else if (os_strcmp(buf, "vlan_naming") == 0) { in hostapd_config_fill()
2570 } else if (os_strcmp(buf, "vlan_tagged_interface") == 0) { in hostapd_config_fill()
2575 } else if (os_strcmp(buf, "ap_table_max_size") == 0) { in hostapd_config_fill()
2577 } else if (os_strcmp(buf, "ap_table_expiration_time") == 0) { in hostapd_config_fill()
2585 } else if (os_strcmp(buf, "wme_enabled") == 0 || in hostapd_config_fill()
2586 os_strcmp(buf, "wmm_enabled") == 0) { in hostapd_config_fill()
2588 } else if (os_strcmp(buf, "uapsd_advertisement_enabled") == 0) { in hostapd_config_fill()
2597 } else if (os_strcmp(buf, "bss") == 0) { in hostapd_config_fill()
2603 } else if (os_strcmp(buf, "bssid") == 0) { in hostapd_config_fill()
2610 } else if (os_strcmp(buf, "ieee80211w") == 0) { in hostapd_config_fill()
2612 } else if (os_strcmp(buf, "group_mgmt_cipher") == 0) { in hostapd_config_fill()
2613 if (os_strcmp(pos, "AES-128-CMAC") == 0) { in hostapd_config_fill()
2615 } else if (os_strcmp(pos, "BIP-GMAC-128") == 0) { in hostapd_config_fill()
2617 } else if (os_strcmp(pos, "BIP-GMAC-256") == 0) { in hostapd_config_fill()
2619 } else if (os_strcmp(pos, "BIP-CMAC-256") == 0) { in hostapd_config_fill()
2626 } else if (os_strcmp(buf, "assoc_sa_query_max_timeout") == 0) { in hostapd_config_fill()
2633 } else if (os_strcmp(buf, "assoc_sa_query_retry_timeout") == 0) { in hostapd_config_fill()
2642 } else if (os_strcmp(buf, "ieee80211n") == 0) { in hostapd_config_fill()
2644 } else if (os_strcmp(buf, "ht_capab") == 0) { in hostapd_config_fill()
2650 } else if (os_strcmp(buf, "require_ht") == 0) { in hostapd_config_fill()
2652 } else if (os_strcmp(buf, "obss_interval") == 0) { in hostapd_config_fill()
2656 } else if (os_strcmp(buf, "ieee80211ac") == 0) { in hostapd_config_fill()
2658 } else if (os_strcmp(buf, "vht_capab") == 0) { in hostapd_config_fill()
2664 } else if (os_strcmp(buf, "require_vht") == 0) { in hostapd_config_fill()
2666 } else if (os_strcmp(buf, "vht_oper_chwidth") == 0) { in hostapd_config_fill()
2668 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg0_idx") == 0) { in hostapd_config_fill()
2670 } else if (os_strcmp(buf, "vht_oper_centr_freq_seg1_idx") == 0) { in hostapd_config_fill()
2673 } else if (os_strcmp(buf, "max_listen_interval") == 0) { in hostapd_config_fill()
2675 } else if (os_strcmp(buf, "disable_pmksa_caching") == 0) { in hostapd_config_fill()
2677 } else if (os_strcmp(buf, "okc") == 0) { in hostapd_config_fill()
2680 } else if (os_strcmp(buf, "wps_state") == 0) { in hostapd_config_fill()
2687 } else if (os_strcmp(buf, "wps_independent") == 0) { in hostapd_config_fill()
2689 } else if (os_strcmp(buf, "ap_setup_locked") == 0) { in hostapd_config_fill()
2691 } else if (os_strcmp(buf, "uuid") == 0) { in hostapd_config_fill()
2696 } else if (os_strcmp(buf, "wps_pin_requests") == 0) { in hostapd_config_fill()
2699 } else if (os_strcmp(buf, "device_name") == 0) { in hostapd_config_fill()
2707 } else if (os_strcmp(buf, "manufacturer") == 0) { in hostapd_config_fill()
2715 } else if (os_strcmp(buf, "model_name") == 0) { in hostapd_config_fill()
2723 } else if (os_strcmp(buf, "model_number") == 0) { in hostapd_config_fill()
2731 } else if (os_strcmp(buf, "serial_number") == 0) { in hostapd_config_fill()
2739 } else if (os_strcmp(buf, "device_type") == 0) { in hostapd_config_fill()
2742 } else if (os_strcmp(buf, "config_methods") == 0) { in hostapd_config_fill()
2745 } else if (os_strcmp(buf, "os_version") == 0) { in hostapd_config_fill()
2751 } else if (os_strcmp(buf, "ap_pin") == 0) { in hostapd_config_fill()
2754 } else if (os_strcmp(buf, "skip_cred_build") == 0) { in hostapd_config_fill()
2756 } else if (os_strcmp(buf, "extra_cred") == 0) { in hostapd_config_fill()
2764 } else if (os_strcmp(buf, "wps_cred_processing") == 0) { in hostapd_config_fill()
2766 } else if (os_strcmp(buf, "ap_settings") == 0) { in hostapd_config_fill()
2775 } else if (os_strcmp(buf, "upnp_iface") == 0) { in hostapd_config_fill()
2778 } else if (os_strcmp(buf, "friendly_name") == 0) { in hostapd_config_fill()
2781 } else if (os_strcmp(buf, "manufacturer_url") == 0) { in hostapd_config_fill()
2784 } else if (os_strcmp(buf, "model_description") == 0) { in hostapd_config_fill()
2787 } else if (os_strcmp(buf, "model_url") == 0) { in hostapd_config_fill()
2790 } else if (os_strcmp(buf, "upc") == 0) { in hostapd_config_fill()
2793 } else if (os_strcmp(buf, "pbc_in_m1") == 0) { in hostapd_config_fill()
2795 } else if (os_strcmp(buf, "server_id") == 0) { in hostapd_config_fill()
2799 } else if (os_strcmp(buf, "wps_nfc_dev_pw_id") == 0) { in hostapd_config_fill()
2808 } else if (os_strcmp(buf, "wps_nfc_dh_pubkey") == 0) { in hostapd_config_fill()
2812 } else if (os_strcmp(buf, "wps_nfc_dh_privkey") == 0) { in hostapd_config_fill()
2816 } else if (os_strcmp(buf, "wps_nfc_dev_pw") == 0) { in hostapd_config_fill()
2823 } else if (os_strcmp(buf, "manage_p2p") == 0) { in hostapd_config_fill()
2828 } else if (os_strcmp(buf, "allow_cross_connection") == 0) { in hostapd_config_fill()
2834 } else if (os_strcmp(buf, "disassoc_low_ack") == 0) { in hostapd_config_fill()
2836 } else if (os_strcmp(buf, "tdls_prohibit") == 0) { in hostapd_config_fill()
2841 } else if (os_strcmp(buf, "tdls_prohibit_chan_switch") == 0) { in hostapd_config_fill()
2847 } else if (os_strcmp(buf, "rsn_testing") == 0) { in hostapd_config_fill()
2851 } else if (os_strcmp(buf, "time_advertisement") == 0) { in hostapd_config_fill()
2853 } else if (os_strcmp(buf, "time_zone") == 0) { in hostapd_config_fill()
2865 } else if (os_strcmp(buf, "wnm_sleep_mode") == 0) { in hostapd_config_fill()
2867 } else if (os_strcmp(buf, "bss_transition") == 0) { in hostapd_config_fill()
2871 } else if (os_strcmp(buf, "interworking") == 0) { in hostapd_config_fill()
2873 } else if (os_strcmp(buf, "access_network_type") == 0) { in hostapd_config_fill()
2882 } else if (os_strcmp(buf, "internet") == 0) { in hostapd_config_fill()
2884 } else if (os_strcmp(buf, "asra") == 0) { in hostapd_config_fill()
2886 } else if (os_strcmp(buf, "esr") == 0) { in hostapd_config_fill()
2888 } else if (os_strcmp(buf, "uesa") == 0) { in hostapd_config_fill()
2890 } else if (os_strcmp(buf, "venue_group") == 0) { in hostapd_config_fill()
2893 } else if (os_strcmp(buf, "venue_type") == 0) { in hostapd_config_fill()
2896 } else if (os_strcmp(buf, "hessid") == 0) { in hostapd_config_fill()
2901 } else if (os_strcmp(buf, "roaming_consortium") == 0) { in hostapd_config_fill()
2904 } else if (os_strcmp(buf, "venue_name") == 0) { in hostapd_config_fill()
2907 } else if (os_strcmp(buf, "network_auth_type") == 0) { in hostapd_config_fill()
2930 } else if (os_strcmp(buf, "ipaddr_type_availability") == 0) { in hostapd_config_fill()
2938 } else if (os_strcmp(buf, "domain_name") == 0) { in hostapd_config_fill()
2975 } else if (os_strcmp(buf, "anqp_3gpp_cell_net") == 0) { in hostapd_config_fill()
2978 } else if (os_strcmp(buf, "nai_realm") == 0) { in hostapd_config_fill()
2981 } else if (os_strcmp(buf, "gas_frag_limit") == 0) { in hostapd_config_fill()
2983 } else if (os_strcmp(buf, "gas_comeback_delay") == 0) { in hostapd_config_fill()
2985 } else if (os_strcmp(buf, "qos_map_set") == 0) { in hostapd_config_fill()
2990 } else if (os_strcmp(buf, "dump_msk_file") == 0) { in hostapd_config_fill()
2995 } else if (os_strcmp(buf, "hs20") == 0) { in hostapd_config_fill()
2997 } else if (os_strcmp(buf, "disable_dgaf") == 0) { in hostapd_config_fill()
2999 } else if (os_strcmp(buf, "osen") == 0) { in hostapd_config_fill()
3001 } else if (os_strcmp(buf, "anqp_domain_id") == 0) { in hostapd_config_fill()
3003 } else if (os_strcmp(buf, "hs20_deauth_req_timeout") == 0) { in hostapd_config_fill()
3005 } else if (os_strcmp(buf, "hs20_oper_friendly_name") == 0) { in hostapd_config_fill()
3008 } else if (os_strcmp(buf, "hs20_wan_metrics") == 0) { in hostapd_config_fill()
3011 } else if (os_strcmp(buf, "hs20_conn_capab") == 0) { in hostapd_config_fill()
3015 } else if (os_strcmp(buf, "hs20_operating_class") == 0) { in hostapd_config_fill()
3039 } else if (os_strcmp(buf, "hs20_icon") == 0) { in hostapd_config_fill()
3045 } else if (os_strcmp(buf, "osu_ssid") == 0) { in hostapd_config_fill()
3048 } else if (os_strcmp(buf, "osu_server_uri") == 0) { in hostapd_config_fill()
3051 } else if (os_strcmp(buf, "osu_friendly_name") == 0) { in hostapd_config_fill()
3054 } else if (os_strcmp(buf, "osu_nai") == 0) { in hostapd_config_fill()
3057 } else if (os_strcmp(buf, "osu_method_list") == 0) { in hostapd_config_fill()
3060 } else if (os_strcmp(buf, "osu_icon") == 0) { in hostapd_config_fill()
3063 } else if (os_strcmp(buf, "osu_service_desc") == 0) { in hostapd_config_fill()
3066 } else if (os_strcmp(buf, "subscr_remediation_url") == 0) { in hostapd_config_fill()
3069 } else if (os_strcmp(buf, "subscr_remediation_method") == 0) { in hostapd_config_fill()
3074 } else if (os_strcmp(buf, #_val) == 0) { \ in hostapd_config_fill()
3090 } else if (os_strcmp(buf, "bss_load_test") == 0) { in hostapd_config_fill()
3110 } else if (os_strcmp(buf, "vendor_elements") == 0) { in hostapd_config_fill()
3140 } else if (os_strcmp(buf, "sae_anti_clogging_threshold") == 0) { in hostapd_config_fill()
3142 } else if (os_strcmp(buf, "sae_groups") == 0) { in hostapd_config_fill()
3149 } else if (os_strcmp(buf, "local_pwr_constraint") == 0) { in hostapd_config_fill()
3157 } else if (os_strcmp(buf, "spectrum_mgmt_required") == 0) { in hostapd_config_fill()
3159 } else if (os_strcmp(buf, "wowlan_triggers") == 0) { in hostapd_config_fill()