Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig.h1614 int ftm_responder; member
Dconfig_file.c1563 if (config->ftm_responder) in wpa_config_write_global()
1564 fprintf(f, "ftm_responder=%d\n", config->ftm_responder); in wpa_config_write_global()
Dap.c821 bss->ftm_responder = wpa_s->conf->ftm_responder; in wpa_supplicant_conf_ap()
Dconfig.c5566 { INT_RANGE(ftm_responder, 0, 1), 0 },
Dwpa_supplicant.c2282 if (wpa_s->conf->ftm_responder) in wpas_ext_capab_byte()
/hostap-latest/src/ap/
Dap_config.h770 int ftm_responder; member
Dieee802_11_shared.c429 if (hapd->conf->ftm_responder) in hostapd_ext_capab_byte()
Dbeacon.c2601 if (hapd->conf->ftm_responder) { in ieee802_11_build_ap_params()
2603 params->ftm_responder = 1; in ieee802_11_build_ap_params()
/hostap-latest/src/drivers/
Ddriver.h1666 int ftm_responder; member
Ddriver_nl80211.c5306 if (params->ftm_responder) { in wpa_driver_nl80211_set_ap()
/hostap-latest/hostapd/
Dconfig_file.c4778 bss->ftm_responder = atoi(pos); in hostapd_config_fill()