Searched refs:netband (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/lib80211/
H A Dlib80211_regdomain.h55 struct netband { struct
62 LIST_ENTRY(netband) next;
64 typedef LIST_HEAD(, netband) netband_head;
H A Dlib80211_regdomain.c55 struct netband *netband; /* current netband */ member in struct:mystate
58 netband_head *curband; /* current netband list */
110 if (iseq(name, "netband") && mt->curband == NULL && mt->rd != NULL) {
112 warnx("no mode for netband at line %ld",
136 if (iseq(name, "band") && mt->netband == NULL) {
138 warnx("band without enclosing netband at line %ld",
142 mt->netband = calloc(1, sizeof(struct netband));
[all...]
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c2153 const struct netband *nb;

Completed in 150 milliseconds