Searched refs:vhtconf (Results 1 – 1 of 1) sorted by relevance
217 static int vhtconf = 0; variable225 if (get80211val(ctx, IEEE80211_IOC_VHTCONF, &vhtconf) < 0) in getvhtconf()1981 if (get80211val(ctx, IEEE80211_IOC_VHTCONF, &vhtconf) < 0) in set80211vhtconf()1985 vhtconf &= ~d; in set80211vhtconf()1987 vhtconf |= d; in set80211vhtconf()1988 set80211(ctx, IEEE80211_IOC_VHTCONF, vhtconf, 0, NULL); in set80211vhtconf()5423 if (vhtconf & IEEE80211_FVHT_VHT) { in ieee80211_status()5426 if (vhtconf & IEEE80211_FVHT_USEVHT40) in ieee80211_status()5430 if (vhtconf & IEEE80211_FVHT_USEVHT80) in ieee80211_status()5434 if (vhtconf & IEEE80211_FVHT_USEVHT160) in ieee80211_status()[all …]