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

/freebsd-10.1-release/sbin/ifconfig/
H A Dregdomain.h55 struct netband { struct
62 LIST_ENTRY(netband) next;
64 typedef LIST_HEAD(, netband) netband_head;
H A Dregdomain.c54 struct netband *netband; /* current netband */ member in struct:mystate
57 netband_head *curband; /* current netband list */
109 if (iseq(name, "netband") && mt->curband == NULL && mt->rd != NULL) {
111 warnx("no mode for netband at line %ld",
131 if (iseq(name, "band") && mt->netband == NULL) {
133 warnx("band without enclosing netband at line %ld",
137 mt->netband = calloc(1, sizeof(struct netband));
[all...]
H A Difieee80211.c2016 const struct netband *nb;

Completed in 108 milliseconds