| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.h | 42 bool allow_6ghz); 47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz); 55 bool allow_6ghz, int retry_limit, 124 int pref_freq, int he, int edmg, bool allow_6ghz); 127 bool allow_6ghz);
|
| ctrl_iface.c | 6381 bool allow_6ghz; local 6419 allow_6ghz = os_strstr(pos, " allow_6ghz") != NULL; 6457 if (allow_6ghz && chwidth == 40) 6502 group_ssid, group_ssid_len, allow_6ghz); 7054 bool allow_6ghz; local 7106 allow_6ghz = os_strstr(cmd, " allow_6ghz") != NULL; 7108 if (allow_6ghz && chwidth == 40) 7113 allow_6ghz); 7121 bool allow_6ghz; local 7189 bool allow_6ghz = false; local [all...] |
| p2p_supplicant.c | 5921 const u8 *peer_addr, bool allow_6ghz, int freq) 5923 if (allow_6ghz && is_p2p_6ghz_supported(wpa_s, peer_addr)) { 5961 * @allow_6ghz: Allow P2P connection on 6 GHz channels 5973 bool allow_6ghz) 5993 if (wpas_p2p_check_6ghz(wpa_s, peer_addr, allow_6ghz, freq)) 6888 * @allow_6ghz: Allow P2P group creation on a 6 GHz channel 6897 bool allow_6ghz) 6904 if (wpas_p2p_check_6ghz(wpa_s, NULL, allow_6ghz, freq)) 7047 bool allow_6ghz, int retry_limit, 7681 int pref_freq, int he, int edmg, bool allow_6ghz) [all...] |
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_utils.c | 502 const struct p2p_channels *src, bool allow_6ghz) 506 if (allow_6ghz) {
|
| p2p.c | 1431 p2p->allow_6ghz); 1482 } else if (p2p->allow_6ghz && 1526 p2p_copy_channels(&p2p->channels, &p2p->cfg->channels, p2p->allow_6ghz); 1609 "oob_pw_id=%u allow_6ghz=%d", 1612 p2p->allow_6ghz); 1710 " wps_method=%d persistent_group=%d oob_pw_id=%u allow_6ghz=%d", 1712 wps_method, persistent_group, oob_pw_id, p2p->allow_6ghz); 5639 void p2p_set_6ghz_dev_capab(struct p2p_data *p2p, bool allow_6ghz) 5641 p2p->p2p_6ghz_capable = allow_6ghz; 5642 p2p->allow_6ghz = allow_6ghz [all...] |
| p2p_i.h | 556 bool allow_6ghz; member in struct:p2p_data 707 bool allow_6ghz);
|
| p2p.h | 2423 void p2p_set_6ghz_dev_capab(struct p2p_data *p2p, bool allow_6ghz);
|
| p2p_invitation.c | 671 "force_freq=%u allow_6ghz=%d", 673 p2p->allow_6ghz);
|
| p2p_go_neg.c | 360 p2p->allow_6ghz);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers_p2p.c | 364 bool allow_6ghz = false; local 415 } else if (os_strcmp(entry.key, "allow_6ghz") == 0 && 417 allow_6ghz = entry.bool_value; 435 if (allow_6ghz && chwidth == 40) 479 NULL, 0, 0, allow_6ghz, 488 allow_6ghz))
|