Home
last modified time | relevance | path

Searched refs:ht40 (Results 1 - 22 of 22) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Dwpa_magiclink.c374 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; local
379 wpa_s, persistent, freq, 0, ht40, vht, max_band, 0);
382 wpa_s, ssid, 0, freq, 0, 0, ht40, vht, max_band, 0, NULL, 0, 0);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_magiclink.c394 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; local
397 return wpas_p2p_group_add(wpa_s, persistent, freq, 0, ht40, vht, max_band,
400 return wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq, 0, 0, ht40, vht,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh.c331 if (ssid->ht40) in wpa_supplicant_mesh_init()
332 conf->secondary_channel = ssid->ht40; in wpa_supplicant_mesh_init()
342 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2; in wpa_supplicant_mesh_init()
348 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2; in wpa_supplicant_mesh_init()
461 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
H A Dp2p_supplicant.h39 int persistent_id, int pd, int ht40, int vht,
45 int freq, int vht_center_freq2, int ht40, int vht,
50 int vht_center_freq2, int ht40,
119 int vht_center_freq2, int ht40, int vht,
H A Dconfig_ssid.h520 int ht40; member
H A Dp2p_supplicant.c1925 ssid->ht40 = params->ht40; in wpas_start_wps_go()
2277 res->ht40 = 1; in wpas_go_neg_completed()
2286 "freq=%d ht40=%d peer_dev=" MACSTR " peer_iface=" MACSTR in wpas_go_neg_completed()
2288 res->role_go ? "GO" : "client", res->freq, res->ht40, in wpas_go_neg_completed()
5491 * @ht40: Start GO with 40 MHz channel width
5505 int persistent_id, int pd, int ht40, int vht, in wpas_p2p_connect()
5547 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect()
5974 int freq, int vht_center_freq2, int ht40, in wpas_p2p_init_go_params()
5986 params->ht40 in wpas_p2p_init_go_params()
5501 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, const u8 *group_ssid, size_t group_ssid_len) wpas_p2p_connect() argument
5972 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels) wpas_p2p_init_go_params() argument
6343 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he) wpas_p2p_group_add() argument
6441 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) wpas_p2p_group_add_persistent() argument
7070 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq, int he) wpas_p2p_invite() argument
[all...]
H A Dap.c189 "Enable HT support (p2p_group=%d 11a=%d ht40_hw_capab=%d ssid->ht40=%d)", in wpa_supplicant_conf_ap_ht()
194 ssid->ht40); in wpa_supplicant_conf_ap_ht()
201 ssid->ht40) { in wpa_supplicant_conf_ap_ht()
214 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
H A Dctrl_iface.c5693 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
5709 * [ht40] [vht] [he] [auto] [ssid=<hexdump>] */ in p2p_ctrl_connect()
5738 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect()
5811 pd, ht40, vht, max_oper_chwidth, he, in p2p_ctrl_connect()
6367 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
6402 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent()
6418 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent()
6467 int ht40, in in p2p_ctrl_group_add_persistent()
6465 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth, int he) p2p_ctrl_group_add_persistent() argument
6490 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; p2p_ctrl_group_add() local
[all...]
H A Dwpa_supplicant.c2178 int i, chan_idx, ht40 = -1, res, obss_scan = 1; in ibss_mesh_setup_freq() local
2278 ht40 = 1; in ibss_mesh_setup_freq()
2286 if (sec_chan->chan == channel + ht40 * 4) in ibss_mesh_setup_freq()
2297 if (ht40 == -1) { in ibss_mesh_setup_freq()
2304 freq->sec_channel_offset = ht40; in ibss_mesh_setup_freq()
H A Dconfig_file.c842 INT(ht40); in wpa_config_write_network()
H A Dconfig.c2242 { INT_RANGE(ht40, -1, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.h48 int persistent_id, int pd, int ht40, int vht,
55 int freq, int vht_center_freq2, int ht40, int vht,
60 int vht_center_freq2, int ht40, int vht,
131 int vht_center_freq2, int ht40, int vht, int max_chwidth,
H A Dconfig_ssid.h582 int ht40; member
H A Dap.c333 "Enable HT support (p2p_group=%d 11a=%d ht40_hw_capab=%d ssid->ht40=%d)", in wpa_supplicant_conf_ap_ht()
338 ssid->ht40); in wpa_supplicant_conf_ap_ht()
341 if (ssid->ht40 && in wpa_supplicant_conf_ap_ht()
344 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
353 ssid->ht40) { in wpa_supplicant_conf_ap_ht()
376 conf->secondary_channel = ssid->ht40; in wpa_supplicant_conf_ap_ht()
H A Dp2p_supplicant.c2279 ssid->ht40 = params->ht40; in wpas_start_wps_go()
2738 res->ht40 = 1; in wpas_go_neg_completed()
2749 "freq=%d ht40=%d peer_dev=" MACSTR " peer_iface=" MACSTR in wpas_go_neg_completed()
2751 res->role_go ? "GO" : "client", res->freq, res->ht40, in wpas_go_neg_completed()
2756 "freq=%d ht40=%d peer_dev=" MACSTR_SEC " peer_iface=" MACSTR_SEC in wpas_go_neg_completed()
2758 res->role_go ? "GO" : "client", res->freq, res->ht40, in wpas_go_neg_completed()
6671 * @ht40: Start GO with 40 MHz channel width
6686 int persistent_id, int pd, int ht40, int vht,
6736 wpa_s->p2p_go_ht40 = !!ht40;
6682 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, int edmg, const u8 *group_ssid, size_t group_ssid_len, bool allow_6ghz) global() argument
7218 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels) global() argument
7642 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, bool allow_6ghz) global() argument
7756 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, int edmg, const struct p2p_channels *channels, int connection_timeout, int force_scan, bool allow_6ghz) global() argument
8402 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq, int he, int edmg, bool allow_6ghz) global() argument
[all...]
H A Dmesh.c643 ssid->ht40 = params->freq.sec_channel_offset; in wpa_supplicant_join_mesh()
H A Dctrl_iface.c6453 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6471 * [ht40] [vht] [he] [edmg] [auto] [ssid=<hexdump>] */
6503 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
6586 pd, ht40, vht, max_oper_chwidth, he, edmg,
7142 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
7179 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
7201 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht,
7254 int ht40, in
7252 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth, int he, int edmg, bool allow_6ghz) global() argument
7279 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; global() local
[all...]
H A Dwpa_supplicant.c2595 int i, chan_idx, ht40 = -1, res, obss_scan = 1; local
2715 ht40 = 1;
2723 if (sec_chan->chan == channel + ht40 * 4)
2734 if (ht40 == -1) {
2741 freq->sec_channel_offset = ht40;
H A Dconfig_file.c836 INT(ht40); in wpa_config_write_network()
H A Dconfig.c2562 { INT_RANGE(ht40, -1, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h98 int ht40; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h98 int ht40; member

Completed in 90 milliseconds