Home
last modified time | relevance | path

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

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