/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.h | 51 bool allow_6ghz); 56 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 64 bool allow_6ghz); 132 int pref_freq, int he, int edmg, bool allow_6ghz); 135 bool allow_6ghz);
|
H A D | ctrl_iface.c | 6458 bool allow_6ghz; local 6498 allow_6ghz = os_strstr(pos, " allow_6ghz") != NULL; 6542 if (allow_6ghz && chwidth == 40) 6587 group_ssid, group_ssid_len, allow_6ghz); 7144 bool allow_6ghz; local 7196 allow_6ghz = os_strstr(cmd, " allow_6ghz") != NULL; 7198 if (allow_6ghz && chwidth == 40) 7203 allow_6ghz); 7211 bool allow_6ghz; global() local 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 7277 bool allow_6ghz = false; global() local [all...] |
H A D | p2p_supplicant.c | 6637 const u8 *peer_addr, bool allow_6ghz, int freq) 6639 if (allow_6ghz && is_p2p_6ghz_supported(wpa_s, peer_addr)) { 6677 * @allow_6ghz: Allow P2P connection on 6 GHz channels 6689 bool allow_6ghz) 6708 if (wpas_p2p_check_6ghz(wpa_s, peer_addr, allow_6ghz, freq)) 7636 * @allow_6ghz: Allow P2P group creation on a 6 GHz channel 7645 bool allow_6ghz) 7651 if (wpas_p2p_check_6ghz(wpa_s, NULL, allow_6ghz, freq)) 7764 bool allow_6ghz) 8405 int pref_freq, int he, int edmg, bool allow_6ghz) 6636 wpas_p2p_check_6ghz(struct wpa_supplicant *wpa_s, const u8 *peer_addr, bool allow_6ghz, int freq) global() argument 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 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 8498 wpas_p2p_invite_group(struct wpa_supplicant *wpa_s, const char *ifname, const u8 *peer_addr, const u8 *go_dev_addr, bool allow_6ghz) global() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_utils.c | 520 const struct p2p_channels *src, bool allow_6ghz) in p2p_copy_channels() 524 if (allow_6ghz) { in p2p_copy_channels() 519 p2p_copy_channels(struct p2p_channels *dst, const struct p2p_channels *src, bool allow_6ghz) p2p_copy_channels() argument
|
H A D | p2p.c | 1506 p2p->allow_6ghz); 1557 } else if (p2p->allow_6ghz && 1600 p2p_copy_channels(&p2p->channels, &p2p->cfg->channels, p2p->allow_6ghz); 1683 "oob_pw_id=%u allow_6ghz=%d", 1686 p2p->allow_6ghz); 1784 " wps_method=%d persistent_group=%d oob_pw_id=%u allow_6ghz=%d", 1786 wps_method, persistent_group, oob_pw_id, p2p->allow_6ghz); 5780 void p2p_set_6ghz_dev_capab(struct p2p_data *p2p, bool allow_6ghz) argument 5782 p2p->p2p_6ghz_capable = allow_6ghz; 5783 p2p->allow_6ghz [all...] |
H A D | p2p_i.h | 583 bool allow_6ghz; member 758 bool allow_6ghz);
|
H A D | p2p.h | 2445 void p2p_set_6ghz_dev_capab(struct p2p_data *p2p, bool allow_6ghz);
|
H A D | p2p_invitation.c | 716 "force_freq=%u allow_6ghz=%d", in p2p_invite() 718 p2p->allow_6ghz); in p2p_invite()
|