Lines Matching refs:freq2
6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
6444 freq2 = atoi(pos2 + 7); in p2p_ctrl_connect()
6450 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect()
6497 auth, go_intent, freq, freq2, persistent_id, in p2p_ctrl_connect()
7049 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
7093 freq2 = atoi(pos + 6); in p2p_ctrl_invite_persistent()
7099 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent()
7108 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent()
7191 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
7199 if (sscanf(token, "freq2=%d", &freq2) == 1 || in p2p_ctrl_group_add()
7254 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_group_add()
7267 freq, freq2, ht40, vht, in p2p_ctrl_group_add()
7272 return wpas_p2p_group_add(wpa_s, persistent, freq, freq2, ht40, vht, in p2p_ctrl_group_add()