Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 13 of 13) sorted by relevance

/hostap-3.6.0/tests/hwsim/
Dtest_ap_config.py139 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']:
Dtest_wnm.py40 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)
Dtest_dfs.py29 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/
Dneighbor_db.c200 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()
Ddrv_callbacks.c862 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()
Dhostapd.h673 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht,
/hostap-3.6.0/wpa_supplicant/
Dap.h56 void wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht,
Dconfig_ssid.h557 int ht; member
Dap.c313 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()
Dconfig_file.c784 INT_DEF(ht, 1); in wpa_config_write_network()
Dconfig.c2434 { INT_RANGE(ht, 0, 1) },
3102 ssid->ht = 1; in wpa_config_set_network_defaults()
/hostap-3.6.0/src/common/
Dieee802_11_common.h222 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
Dieee802_11_common.c1956 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()