Home
last modified time | relevance | path

Searched refs:access_network_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1048 int access_network_type; member
H A Dconfig_file.c1347 if (config->access_network_type != DEFAULT_ACCESS_NETWORK_TYPE) in wpa_config_write_global()
1349 config->access_network_type); in wpa_config_write_global()
H A DREADME-HS2091 #access_network_type=15
H A Dap.c652 bss->access_network_type = wpa_s->conf->go_access_network_type; in wpa_supplicant_conf_ap()
H A Dconfig.c4670 config->access_network_type = DEFAULT_ACCESS_NETWORK_TYPE; in wpa_config_alloc_empty()
5504 { INT_RANGE(access_network_type, 0, 15), 0 },
H A Dscan.c582 wpabuf_put_u8(buf, wpa_s->conf->access_network_type); in wpas_add_interworking_elements()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h566 int access_network_type; member
H A Dbeacon.c1509 ant != hapd->conf->access_network_type) { in handle_probe_req()
2490 params->access_network_type = hapd->conf->access_network_type; in ieee802_11_build_ap_params()
H A Dieee802_11_shared.c555 *pos = hapd->conf->access_network_type; in hostapd_eid_interworking()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1590 u8 access_network_type; member
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4162 bss->access_network_type = atoi(pos); in hostapd_config_fill()
4163 if (bss->access_network_type < 0 || in hostapd_config_fill()
4164 bss->access_network_type > 15) { in hostapd_config_fill()