/hostap-latest/wpa_supplicant/ |
D | p2p_supplicant.h | 39 int persistent_id, int pd, int ht40, int vht, 46 int freq, int vht_center_freq2, int ht40, int vht, 51 int vht_center_freq2, int ht40, int vht, 123 int vht_center_freq2, int ht40, int vht, int max_chwidth,
|
D | config_ssid.h | 595 int ht40; member
|
D | ap.c | 318 ssid->ht40 = 0; in wpa_supplicant_conf_ap_ht() 361 ssid->ht40); in wpa_supplicant_conf_ap_ht() 364 if (ssid->ht40 && in wpa_supplicant_conf_ap_ht() 367 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht() 376 ssid->ht40) { in wpa_supplicant_conf_ap_ht() 399 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
|
D | scan.c | 2911 bool ht40 = false, vht80 = false, vht160 = false; in wpas_get_est_tpt() local 2970 ht40 = true; in wpas_get_est_tpt() 2974 if (ht40) { in wpas_get_est_tpt() 3014 if (ht40) { in wpas_get_est_tpt() 3086 HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_80MHZ_IN_5G)) && ht40) { in wpas_get_est_tpt()
|
D | p2p_supplicant.c | 2082 ssid->ht40 = params->ht40; in wpas_start_wps_go() 2474 res->ht40 = 1; in wpas_go_neg_completed() 2487 res->role_go ? "GO" : "client", res->freq, res->ht40, in wpas_go_neg_completed() 5970 int persistent_id, int pd, int ht40, int vht, in wpas_p2p_connect() argument 6017 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect() 6482 int freq, int vht_center_freq2, int ht40, in wpas_p2p_init_go_params() argument 6495 params->ht40 = ht40; in wpas_p2p_init_go_params() 6895 int freq, int vht_center_freq2, int ht40, int vht, in wpas_p2p_group_add() argument 6922 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add() 7042 int vht_center_freq2, int ht40, in wpas_p2p_group_add_persistent() argument [all …]
|
D | README-P2P | 153 [go_intent=<0..15>] [freq=<in MHz>] [ht40] [vht] [he] [provdisc] [auto] 265 [ht40] [vht] [he] 561 [go_dev_addr=address] [freq=<freq in MHz>] [ht40] [vht] [he]
|
D | mesh.c | 639 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
|
D | ctrl_iface.c | 6372 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6420 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect() 6497 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect() 7048 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7085 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent() 7107 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent() 7160 int ht40, int vht, int vht_chwidth, in p2p_ctrl_group_add_persistent() argument 7175 vht_center_freq2, ht40, vht, in p2p_ctrl_group_add_persistent() 7187 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add() local 7209 ht40 = 1; in p2p_ctrl_group_add() [all …]
|
D | wpa_supplicant.c | 2826 int i, chan_idx, ht40 = -1, res, obss_scan = 1; in ibss_mesh_setup_freq() local 2946 ht40 = 1; in ibss_mesh_setup_freq() 2954 if (sec_chan->chan == channel + ht40 * 4) in ibss_mesh_setup_freq() 2965 if (ht40 == -1) { in ibss_mesh_setup_freq() 2972 freq->sec_channel_offset = ht40; in ibss_mesh_setup_freq()
|
D | config_file.c | 791 INT(ht40); in wpa_config_write_network()
|
D | config.c | 2544 { INT_RANGE(ht40, -1, 1) },
|
D | ChangeLog | 1018 * added optional "ht40" argument for P2P ctrl_iface commands to allow
|
/hostap-latest/tests/hwsim/ |
D | test_dfs.py | 29 def start_dfs_ap(ap, ssid="dfs", ht=True, ht40=False, argument 47 if ht40: 279 hapd = start_dfs_ap(apdev[0], ssid="dfs2", ht40=True) 343 hapd = start_dfs_ap(apdev[0], chanlist="36", ht40=True, vht80=True) 557 ht40=True, vht80=True, chan100=True)
|
D | p2p_utils.py | 293 max_oper_chwidth=r_max_oper_chwidth, ht40=r_ht40, 301 ht40=i_ht40, vht=i_vht)
|
D | wpasupplicant.py | 757 max_oper_chwidth=None, ht40=False, vht=False): argument 773 if ht40: 806 ht40=False, vht=False): argument 822 if ht40:
|
D | test_wpas_ap.py | 781 def run_wpas_ap_open_vht80_us(dev, freq, center_freq, ht40): argument 793 dev[0].set_network(id, "ht40", str(ht40))
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 366 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in wpas_dbus_handler_p2p_group_add() local 404 ht40 = entry.bool_value; in wpas_dbus_handler_p2p_group_add() 408 ht40 |= vht; in wpas_dbus_handler_p2p_group_add() 477 freq2, ht40, vht, in wpas_dbus_handler_p2p_group_add() 487 ht40, vht, max_oper_chwidth, he, edmg, in wpas_dbus_handler_p2p_group_add()
|
/hostap-latest/src/p2p/ |
D | p2p.h | 100 int ht40; member
|
/hostap-latest/doc/ |
D | dbus.doxygen | 1647 <tr><td>ht40</td><td>b</td><td></td><td>no</td></tr>
|