Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-responder.c429 if (WARN_ON_ONCE(!bss_conf->ftm_responder)) in iwl_mvm_ftm_start_responder()
479 if (!bss_conf->ftm_responder) in iwl_mvm_ftm_responder_stats()
H A Dmld-mac80211.c138 if (vif->bss_conf.ftm_responder) in iwl_mvm_mld_mac_add_interface()
H A Dmac80211.c1937 if (vif->bss_conf.ftm_responder) in iwl_mvm_config_iface_filter()
6474 !mvmvif->ap_ibss_active || !vif->bss_conf.ftm_responder)
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1614 int ftm_responder; member
H A Dconfig_file.c1562 if (config->ftm_responder) in wpa_config_write_global()
1563 fprintf(f, "ftm_responder=%d\n", config->ftm_responder); in wpa_config_write_global()
H A Dap.c821 bss->ftm_responder = wpa_s->conf->ftm_responder; in wpa_supplicant_conf_ap()
H A Dconfig.c5564 { INT_RANGE(ftm_responder, 0, 1), 0 },
H A Dwpa_supplicant.c2288 if (wpa_s->conf->ftm_responder) in wpas_ext_capab_byte()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h749 int ftm_responder; member
H A Dieee802_11_shared.c429 if (hapd->conf->ftm_responder) in hostapd_ext_capab_byte()
H A Dbeacon.c2505 if (hapd->conf->ftm_responder) { in ieee802_11_build_ap_params()
2507 params->ftm_responder = 1; in ieee802_11_build_ap_params()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h372 bool ftm_responder; member
H A Dmac.c3721 arvif->ftm_responder != info->ftm_responder && in ath11k_mac_op_bss_info_changed()
3725 arvif->ftm_responder = info->ftm_responder; in ath11k_mac_op_bss_info_changed()
3728 arvif->ftm_responder); in ath11k_mac_op_bss_info_changed()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h627 bool ftm_responder; member
H A Dmac.c5849 arvif->ftm_responder); in ath10k_add_interface()
6183 arvif->ftm_responder != info->ftm_responder && in ath10k_bss_info_changed()
6185 arvif->ftm_responder = info->ftm_responder; in ath10k_bss_info_changed()
6189 arvif->ftm_responder); in ath10k_bss_info_changed()
6193 arvif->vdev_id, arvif->ftm_responder, ret); in ath10k_bss_info_changed()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1654 int ftm_responder; member
H A Ddriver_nl80211.c5306 if (params->ftm_responder) { in wpa_driver_nl80211_set_ap()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h357 int ack_enabled, bssid_index, bssid_indicator, cqm_rssi_hyst, cqm_rssi_thold, ema_ap, frame_time_rts_th, ftm_responder;
312 int ack_enabled, bssid_index, bssid_indicator, cqm_rssi_hyst, cqm_rssi_thold, ema_ap, frame_time_rts_th, ftm_responder; global() member
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4703 bss->ftm_responder = atoi(pos); in hostapd_config_fill()