Searched refs:vht_freq (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c1817 struct hostapd_freq_params vht_freq; local
1977 vht_freq = *freq;
1979 vht_freq.vht_enabled = vht_supported(mode);
1980 if (!vht_freq.vht_enabled)
2039 if (hostapd_set_freq_params(&vht_freq, mode->mode, freq->freq,
2041 vht_freq.vht_enabled,
2046 *freq = vht_freq;

Completed in 65 milliseconds