Home
last modified time | relevance | path

Searched refs:ht40 (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rom_image.h37 uint8_t ht40[R12A_GROUP_2G - 1]; member
49 uint8_t ht40[R12A_GROUP_5G]; member
H A Dr12a_rom.c86 RTWN_GET_ROM_VAR(pwr_2g->ht40[j], in r12a_parse_rom_common()
112 RTWN_GET_ROM_VAR(pwr_5g->ht40[j], in r12a_parse_rom_common()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h39 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,
H A Dconfig_ssid.h581 int ht40; member
H A Dap.c318 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()
H A Dscan.c2908 bool ht40 = false, vht80 = false, vht160 = false; in wpas_get_est_tpt() local
2967 ht40 = true; in wpas_get_est_tpt()
2971 if (ht40) { in wpas_get_est_tpt()
3011 if (ht40) { in wpas_get_est_tpt()
3083 HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_80MHZ_IN_5G)) && ht40) { in wpas_get_est_tpt()
H A Dp2p_supplicant.c2082 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 …]
H A DREADME-P2P153 [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]
H A Dmesh.c639 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
H A Dctrl_iface.c6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6421 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect()
6498 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect()
7049 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
7086 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent()
7108 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent()
7161 int ht40, int vht, int vht_chwidth, in p2p_ctrl_group_add_persistent() argument
7176 vht_center_freq2, ht40, vht, in p2p_ctrl_group_add_persistent()
7188 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add() local
7210 ht40 = 1; in p2p_ctrl_group_add()
[all …]
H A Dwpa_supplicant.c2957 int ht40 = -1; in ibss_mesh_select_40mhz() local
2983 ht40 = 1; in ibss_mesh_select_40mhz()
2991 if (sec_chan->chan == freq->channel + ht40 * 4) in ibss_mesh_select_40mhz()
3002 if (ht40 == -1) { in ibss_mesh_select_40mhz()
3009 freq->sec_channel_offset = ht40; in ibss_mesh_select_40mhz()
H A Dconfig_file.c791 INT(ht40); in wpa_config_write_network()
H A Dconfig.c2544 { INT_RANGE(ht40, -1, 1) },
H A DChangeLog1018 * added optional "ht40" argument for P2P ctrl_iface commands to allow
/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_rom_image.h28 uint8_t ht40[R92E_GROUP_2G - 1]; member
H A Dr92e_rom.c82 RTWN_GET_ROM_VAR(pwr_2g->ht40[j], in r92e_parse_rom()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Ddebugfs.c122 mt7921_print_txpwr_entry(HT40, ht40); in mt7921_txpwr()
H A Dmt7921.h163 u8 ht40[9]; member
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c366 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()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h100 int ht40; member