Home
last modified time | relevance | path

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

/freebsd/lib/lib80211/
H A Dlib80211_regdomain.h49 #define REQ_OUTDOOR 0x4 /* enable only for outdoor operation */ macro
51 #define REQ_FLAGS (REQ_ECM|REQ_INDOOR|REQ_OUTDOOR)
H A Dlib80211_regdomain.c223 { "OUTDOOR", 7, REQ_OUTDOOR }, in decode_flag()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2277 if ((flags & REQ_OUTDOOR) && reg->location == 'I') { in regdomain_addchans()