/hostap-3.6.0/tests/hwsim/ |
D | test_ap_config.py | 139 def write_hostapd_config(conffile, ifname, ssid, ht=True, bss2=False): argument 144 if ht: 158 run_ap_config_reload_on_sighup(dev, apdev, params, ht=False) 160 def run_ap_config_reload_on_sighup(dev, apdev, params, ht=True): argument 162 if not ht: 170 write_hostapd_config(conffile, apdev[0]['ifname'], "test-1", ht=ht) 180 write_hostapd_config(conffile, apdev[0]['ifname'], "test-2", ht=ht) 203 if ht and "dd180050f202" not in bss['ie']: 205 if not ht and "dd180050f202" in bss['ie']:
|
D | test_wnm.py | 40 pmf=True, passphrase=None, ht=True, vht=False, mbo=False, argument 79 if not ht: 972 run_wnm_bss_tm_scan_not_needed(dev, apdev, ht=False, nei_info="115,36,4") 976 run_wnm_bss_tm_scan_not_needed(dev, apdev, ht=False, hwmode='g', 981 run_wnm_bss_tm_scan_not_needed(dev, apdev, ht=False, hwmode='b', 984 def run_wnm_bss_tm_scan_not_needed(dev, apdev, ht=True, vht=False, hwmode='a', argument 993 channel=channel, ht=ht, vht=vht)
|
D | test_dfs.py | 29 def start_dfs_ap(ap, ssid="dfs", ht=True, ht40=False, argument 45 if not ht: 392 hapd = start_dfs_ap(apdev[0], chanlist="36", ht=False)
|
/hostap-3.6.0/src/ap/ |
D | neighbor_db.c | 200 int ht, int vht, int he) in hostapd_get_nr_chan_width() argument 204 if (!ht && !vht && !he) in hostapd_get_nr_chan_width() 225 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; in hostapd_neighbor_set_own_report() local 256 if (ht) { in hostapd_neighbor_set_own_report() 275 width = hostapd_get_nr_chan_width(hapd, ht, vht, he); in hostapd_neighbor_set_own_report() 283 } else if (ht) { in hostapd_neighbor_set_own_report() 304 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht)); in hostapd_neighbor_set_own_report()
|
D | drv_callbacks.c | 862 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, in hostapd_event_ch_switch() argument 875 freq, ht, hapd->iconf->ch_switch_vht_config, in hostapd_event_ch_switch() 937 hapd->iconf->ieee80211n = ht; in hostapd_event_ch_switch() 938 if (!ht) { in hostapd_event_ch_switch() 987 freq, ht, offset, channel_width_to_string(width), in hostapd_event_ch_switch()
|
D | hostapd.h | 673 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
|
/hostap-3.6.0/wpa_supplicant/ |
D | ap.h | 56 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht,
|
D | config_ssid.h | 557 int ht; member
|
D | ap.c | 313 ssid->ht = 0; in wpa_supplicant_conf_ap_ht() 316 if (!ssid->ht) { in wpa_supplicant_conf_ap_ht() 1634 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht, in wpas_ap_ch_switch() argument 1646 hostapd_event_ch_switch(iface->bss[0], freq, ht, in wpas_ap_ch_switch()
|
D | config_file.c | 784 INT_DEF(ht, 1); in wpa_config_write_network()
|
D | config.c | 2434 { INT_RANGE(ht, 0, 1) }, 3102 ssid->ht = 1; in wpa_config_set_network_defaults()
|
/hostap-3.6.0/src/common/ |
D | ieee802_11_common.h | 222 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
D | ieee802_11_common.c | 1956 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type() argument 1960 if (ht) in ieee80211_get_phy_type()
|