Home
last modified time | relevance | path

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

/freebsd/lib/lib80211/
H A Dlib80211_regdomain.h72 netband_head bands_11g; /* 11g operation */ member
H A Dlib80211_regdomain.c116 mt->curband = &mt->rd->bands_11g; in start_element()
491 LIST_FOREACH(nb, &dp->bands_11g, next) { in lib80211_regdomain_readconfig()
589 cleanup_bands(&dp->bands_11g); in lib80211_regdomain_cleanup()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2360 if (!LIST_EMPTY(&rd->bands_11g)) in regdomain_makechannels()
2361 regdomain_addchans(ctx, ci, &rd->bands_11g, reg, in regdomain_makechannels()