Searched refs:access_network_type (Results 1 – 11 of 11) sorted by relevance
945 int access_network_type; member
1337 if (config->access_network_type != DEFAULT_ACCESS_NETWORK_TYPE) in wpa_config_write_global()1339 config->access_network_type); in wpa_config_write_global()
91 #access_network_type=15
416 bss->access_network_type = wpa_s->conf->go_access_network_type; in wpa_supplicant_conf_ap()
4106 config->access_network_type = DEFAULT_ACCESS_NETWORK_TYPE; in wpa_config_alloc_empty()4812 { INT_RANGE(access_network_type, 0, 15), 0 },
450 wpabuf_put_u8(buf, wpa_s->conf->access_network_type); in wpas_add_interworking_elements()
889 ant != hapd->conf->access_network_type) { in handle_probe_req()1355 params->access_network_type = hapd->conf->access_network_type; in ieee802_11_build_ap_params()
540 int access_network_type; member
499 *pos = hapd->conf->access_network_type; in hostapd_eid_interworking()
1360 u8 access_network_type; member
3825 bss->access_network_type = atoi(pos);3826 if (bss->access_network_type < 0 ||3827 bss->access_network_type > 15) {