Home
last modified time | relevance | path

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

/NextBSD/lib/lib80211/
HDlib80211_regdomain.h51 #define REQ_OUTDOOR 0x4 /* enable only for outdoor operation */ macro
53 #define REQ_FLAGS (REQ_ECM|REQ_INDOOR|REQ_OUTDOOR)
HDlib80211_regdomain.c214 { "OUTDOOR", 7, REQ_OUTDOOR }, in decode_flag()
/NextBSD/sbin/ifconfig/
HDifieee80211.c2095 if ((flags & REQ_OUTDOOR) && reg->location == 'I') { in regdomain_addchans()