Lines Matching refs:allow_6ghz
6378 bool allow_6ghz; in p2p_ctrl_connect() local
6416 allow_6ghz = os_strstr(pos, " allow_6ghz") != NULL; in p2p_ctrl_connect()
6454 if (allow_6ghz && chwidth == 40) in p2p_ctrl_connect()
6499 group_ssid, group_ssid_len, allow_6ghz); in p2p_ctrl_connect()
7051 bool allow_6ghz; in p2p_ctrl_invite_persistent() local
7103 allow_6ghz = os_strstr(cmd, " allow_6ghz") != NULL; in p2p_ctrl_invite_persistent()
7105 if (allow_6ghz && chwidth == 40) in p2p_ctrl_invite_persistent()
7110 allow_6ghz); in p2p_ctrl_invite_persistent()
7118 bool allow_6ghz; in p2p_ctrl_invite_group() local
7131 allow_6ghz = os_strstr(pos, " allow_6ghz") != NULL; in p2p_ctrl_invite_group()
7144 return wpas_p2p_invite_group(wpa_s, cmd, peer, go_dev, allow_6ghz); in p2p_ctrl_invite_group()
7162 int he, int edmg, bool allow_6ghz, in p2p_ctrl_group_add_persistent() argument
7178 NULL, 0, 0, allow_6ghz, 0, in p2p_ctrl_group_add_persistent()
7186 bool allow_6ghz = false; in p2p_ctrl_group_add() local
7221 allow_6ghz = true; in p2p_ctrl_group_add()
7258 if (allow_6ghz && chwidth == 40) in p2p_ctrl_group_add()
7269 edmg, allow_6ghz, in p2p_ctrl_group_add()
7273 max_oper_chwidth, he, edmg, allow_6ghz); in p2p_ctrl_group_add()