Searched refs:freqband (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sbin/ifconfig/ |
| HD | regdomain.c | 55 struct freqband *freqband; /* current freqband */ member 152 if (iseq(name, "freqband") && mt->freqband == NULL && mt->netband != NULL) { in start_element() 172 if (iseq(name, "freqband") && mt->freqband == NULL) { in start_element() 173 mt->freqband = calloc(1, sizeof(struct freqband)); in start_element() 174 mt->freqband->id = strdup(id); in start_element() 176 LIST_INSERT_HEAD(&mt->rdp->freqbands, mt->freqband, next); in start_element() 255 if (iseq(name, "freqstart") && mt->freqband != NULL) { in end_element() 256 mt->freqband->freqStart = strtoul(p, NULL, 0); in end_element() 259 if (iseq(name, "freqend") && mt->freqband != NULL) { in end_element() 260 mt->freqband->freqEnd = strtoul(p, NULL, 0); in end_element() [all …]
|
| HD | regdomain.h | 37 struct freqband { struct 45 LIST_ENTRY(freqband) next; argument 56 const struct freqband *band; /* channel list description */ 105 LIST_HEAD(, freqband) freqbands; /* frequency band table */
|
| HD | ifieee80211.c | 2086 const struct freqband *b; in regdomain_addchans()
|