Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:vht

759 	freq_params.vht_enabled = !!os_strstr(pos, " vht");
774 freq_params.vht_enabled ? " VHT" : "");
4976 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
4991 * [ht40] [vht] [auto] [ssid=<hexdump>] */
5019 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
5021 vht;
5092 pd, ht40, vht, max_oper_chwidth,
5648 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5682 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
5684 vht;
5698 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht,
5747 int ht40, int vht, int vht_chwidth)
5760 vht_center_freq2, 0, ht40, vht,
5768 int vht = wpa_s->conf->p2p_go_vht;
5769 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
5781 } else if (os_strcmp(token, "vht") == 0) {
5782 vht = 1;
5800 freq, freq2, ht40, vht,
5803 return wpas_p2p_group_add(wpa_s, persistent, freq, freq2, ht40, vht,