Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:vht

894 	freq_params.vht_enabled = !!os_strstr(pos, " vht");
909 freq_params.vht_enabled ? " VHT" : "");
5267 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5282 * [ht40] [vht] [auto] [ssid=<hexdump>] */
5310 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
5312 vht;
5383 pd, ht40, vht, max_oper_chwidth,
5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5973 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
5975 vht;
5989 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht,
6038 int ht40, int vht, int vht_chwidth)
6051 vht_center_freq2, 0, ht40, vht,
6059 int vht = wpa_s->conf->p2p_go_vht;
6060 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
6072 } else if (os_strcmp(token, "vht") == 0) {
6073 vht = 1;
6091 freq, freq2, ht40, vht,
6094 return wpas_p2p_group_add(wpa_s, persistent, freq, freq2, ht40, vht,