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

/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c171 static int htconf = 0; variable
179 if (get80211val(s, IEEE80211_IOC_HTCONF, &htconf) < 0)
279 if (chanmode != IFM_IEEE80211_11G && (htconf & 1)) {
282 if (htconf & 2) {
289 if (chanmode != IFM_IEEE80211_11A && (htconf & 1)) {
292 if (htconf & 2) {
1810 htconf = d;
4584 switch (htconf & 3) {

Completed in 99 milliseconds