Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difieee80211.c200 static int htconf = 0; variable
208 if (get80211val(s, IEEE80211_IOC_HTCONF, &htconf) < 0) in gethtconf()
326 if (chanmode != IFM_IEEE80211_11G && (htconf & 1)) { in promote()
329 if (htconf & 2) { in promote()
336 if (chanmode != IFM_IEEE80211_11A && (htconf & 1)) { in promote()
339 if (htconf & 2) { in promote()
1936 htconf = d; in set80211htconf()
5203 switch (htconf & 3) { in ieee80211_status()