Home
last modified time | relevance | path

Searched refs:allow_6ghz (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h42 bool allow_6ghz);
47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz);
55 bool allow_6ghz);
123 int pref_freq, int he, int edmg, bool allow_6ghz);
126 bool allow_6ghz);
H A Dctrl_iface.c6010 bool allow_6ghz; in p2p_ctrl_connect() local
6086 if (allow_6ghz && chwidth == 40) in p2p_ctrl_connect()
6688 bool allow_6ghz; in p2p_ctrl_invite_persistent() local
6742 if (allow_6ghz && chwidth == 40) in p2p_ctrl_invite_persistent()
6747 allow_6ghz); in p2p_ctrl_invite_persistent()
6755 bool allow_6ghz; in p2p_ctrl_invite_group() local
6814 NULL, 0, 0, allow_6ghz); in p2p_ctrl_group_add_persistent()
6821 bool allow_6ghz = false; in p2p_ctrl_group_add() local
6855 allow_6ghz = true; in p2p_ctrl_group_add()
6888 if (allow_6ghz && chwidth == 40) in p2p_ctrl_group_add()
[all …]
H A Dp2p_supplicant.c5851 const u8 *peer_addr, bool allow_6ghz, int freq) in wpas_p2p_check_6ghz() argument
5853 if (allow_6ghz && is_p2p_6ghz_supported(wpa_s, peer_addr)) { in wpas_p2p_check_6ghz()
5903 bool allow_6ghz) in wpas_p2p_connect() argument
5922 if (wpas_p2p_check_6ghz(wpa_s, peer_addr, allow_6ghz, freq)) in wpas_p2p_connect()
6822 bool allow_6ghz) in wpas_p2p_group_add() argument
6828 if (wpas_p2p_check_6ghz(wpa_s, NULL, allow_6ghz, freq)) in wpas_p2p_group_add()
6929 bool allow_6ghz) in wpas_p2p_group_add_persistent() argument
7558 int pref_freq, int he, int edmg, bool allow_6ghz) in wpas_p2p_invite() argument
7567 if (wpas_p2p_check_6ghz(wpa_s, NULL, allow_6ghz, freq)) in wpas_p2p_invite()
7645 bool allow_6ghz) in wpas_p2p_invite_group() argument
[all …]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c502 const struct p2p_channels *src, bool allow_6ghz) in p2p_copy_channels() argument
506 if (allow_6ghz) { in p2p_copy_channels()
H A Dp2p.c1403 p2p->allow_6ghz); in p2p_prepare_channel_pref()
1454 } else if (p2p->allow_6ghz && in p2p_prepare_channel_best()
1583 p2p->allow_6ghz); in p2p_connect()
1683 wps_method, persistent_group, oob_pw_id, p2p->allow_6ghz); in p2p_authorize()
5602 void p2p_set_6ghz_dev_capab(struct p2p_data *p2p, bool allow_6ghz) in p2p_set_6ghz_dev_capab() argument
5604 p2p->p2p_6ghz_capable = allow_6ghz; in p2p_set_6ghz_dev_capab()
5605 p2p->allow_6ghz = allow_6ghz; in p2p_set_6ghz_dev_capab()
5606 p2p_dbg(p2p, "Set 6 GHz capability to %d", allow_6ghz); in p2p_set_6ghz_dev_capab()
5608 if (allow_6ghz) in p2p_set_6ghz_dev_capab()
5646 return p2p->allow_6ghz; in is_p2p_allow_6ghz()
[all …]
H A Dp2p_i.h553 bool allow_6ghz; member
705 bool allow_6ghz);
H A Dp2p_invitation.c658 p2p->allow_6ghz); in p2p_invite()
H A Dp2p.h2418 void p2p_set_6ghz_dev_capab(struct p2p_data *p2p, bool allow_6ghz);