Home
last modified time | relevance | path

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

/freebsd/lib/lib80211/
H A Dlib80211_regdomain.h48 #define REQ_INDOOR 0x2 /* enable only for indoor operation */ macro
51 #define REQ_FLAGS (REQ_ECM|REQ_INDOOR|REQ_OUTDOOR)
H A Dlib80211_regdomain.c222 { "INDOOR", 6, REQ_INDOOR }, in decode_flag()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2271 if ((flags & REQ_INDOOR) && reg->location == 'O') { in regdomain_addchans()