Home
last modified time | relevance | path

Searched refs:ht40 (Results 1 – 18 of 18) 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,
122 int vht_center_freq2, int ht40, int vht, int max_chwidth,
H A Dconfig_ssid.h558 int ht40; member
H A Dap.c336 ssid->ht40); in wpa_supplicant_conf_ap_ht()
339 if (ssid->ht40 && in wpa_supplicant_conf_ap_ht()
342 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
351 ssid->ht40) { in wpa_supplicant_conf_ap_ht()
374 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
H A Dp2p_supplicant.c2054 ssid->ht40 = params->ht40; in wpas_start_wps_go()
2430 res->ht40 = 1; in wpas_go_neg_completed()
5900 int persistent_id, int pd, int ht40, int vht, in wpas_p2p_connect() argument
5946 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect()
6408 int freq, int vht_center_freq2, int ht40, in wpas_p2p_init_go_params() argument
6421 params->ht40 = ht40; in wpas_p2p_init_go_params()
6820 int freq, int vht_center_freq2, int ht40, int vht, in wpas_p2p_group_add() argument
6845 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add()
6924 int vht_center_freq2, int ht40, in wpas_p2p_group_add_persistent() argument
7003 ht40, vht, max_oper_chwidth, he, edmg, in wpas_p2p_group_add_persistent()
[all …]
H A Dctrl_iface.c6005 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6053 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect()
6130 pd, ht40, vht, max_oper_chwidth, he, edmg, in p2p_ctrl_connect()
6686 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
6798 int ht40, int vht, int vht_chwidth, in p2p_ctrl_group_add_persistent() argument
6812 vht_center_freq2, 0, ht40, vht, in p2p_ctrl_group_add_persistent()
6823 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add() local
6844 ht40 = 1; in p2p_ctrl_group_add()
6847 ht40 = 1; in p2p_ctrl_group_add()
6897 freq, freq2, ht40, vht, in p2p_ctrl_group_add()
[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.c637 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
H A Dwpa_supplicant.c2444 int i, chan_idx, ht40 = -1, res, obss_scan = 1; in ibss_mesh_setup_freq() local
2564 ht40 = 1; in ibss_mesh_setup_freq()
2572 if (sec_chan->chan == channel + ht40 * 4) in ibss_mesh_setup_freq()
2583 if (ht40 == -1) { in ibss_mesh_setup_freq()
2590 freq->sec_channel_offset = ht40; in ibss_mesh_setup_freq()
H A Dconfig_file.c785 INT(ht40); in wpa_config_write_network()
H A Dconfig.c2436 { INT_RANGE(ht40, -1, 1) },
H A DChangeLog968 * 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/src/p2p/
H A Dp2p.h98 int ht40; member