Home
last modified time | relevance | path

Searched refs:vhtconf (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/ifconfig/
H A Difieee80211.c214 static int vhtconf = 0; variable
222 if (get80211val(s, IEEE80211_IOC_VHTCONF, &vhtconf) < 0) in getvhtconf()
1978 if (get80211val(s, IEEE80211_IOC_VHTCONF, &vhtconf) < 0) in set80211vhtconf()
1983 vhtconf &= ~d; in set80211vhtconf()
1985 vhtconf |= d; in set80211vhtconf()
1987 set80211(s, IEEE80211_IOC_VHTCONF, vhtconf, 0, NULL); in set80211vhtconf()
5388 if (vhtconf & IEEE80211_FVHT_VHT) in ieee80211_status()
5392 if (vhtconf & IEEE80211_FVHT_USEVHT40) in ieee80211_status()
5396 if (vhtconf & IEEE80211_FVHT_USEVHT80) in ieee80211_status()
5400 if (vhtconf & IEEE80211_FVHT_USEVHT160) in ieee80211_status()
[all …]