Home
last modified time | relevance | path

Searched refs:dfs (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
DMakefile24 dfs.o \
Dhw_features.c135 int dfs = 0; in hostapd_get_hw_features() local
145 dfs = 1; in hostapd_get_hw_features()
165 dfs ? dfs_info(&feature->channels[j]) : ""); in hostapd_get_hw_features()
Dbeacon.c132 int dfs; in hostapd_eid_pwr_constraint() local
151 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_eid_pwr_constraint()
152 if (dfs < 0) { in hostapd_eid_pwr_constraint()
154 dfs); in hostapd_eid_pwr_constraint()
155 dfs = 0; in hostapd_eid_pwr_constraint()
158 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
Dieee802_11.c284 int dfs; in hostapd_own_capab_info() local
288 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_own_capab_info()
289 if (dfs < 0) { in hostapd_own_capab_info()
291 dfs); in hostapd_own_capab_info()
292 dfs = 0; in hostapd_own_capab_info()
332 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info()
7085 int dfs, i; in hostapd_eid_txpower_envelope() local
7183 dfs = hostapd_is_dfs_required(hapd->iface); in hostapd_eid_txpower_envelope()
7184 if (dfs < 0) in hostapd_eid_txpower_envelope()
7185 dfs = 0; in hostapd_eid_txpower_envelope()
[all …]
/hostap-latest/src/drivers/
Ddriver_hostap.c1103 u16 *flags, u8 *dfs) in hostap_get_hw_feature_data() argument
1118 *dfs = 0; in hostap_get_hw_feature_data()
Ddriver.h3374 u16 *flags, u8 *dfs);