Home
last modified time | relevance | path

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

/NextBSD/lib/lib80211/
HDlib80211_regdomain.h50 #define REQ_INDOOR 0x2 /* enable only for indoor operation */ macro
53 #define REQ_FLAGS (REQ_ECM|REQ_INDOOR|REQ_OUTDOOR)
HDlib80211_regdomain.c213 { "INDOOR", 6, REQ_INDOOR }, in decode_flag()
/NextBSD/sbin/ifconfig/
HDifieee80211.c2089 if ((flags & REQ_INDOOR) && reg->location == 'O') { in regdomain_addchans()