scanlist
static const struct scanlist adhocScanTable[] = {
checktable(const struct scanlist *scan, const struct ieee80211_channel *c)
const struct scanlist table[])
const struct scanlist table[])
const struct scanlist *scan;
static const struct scanlist staScanTable[] = {
while ((sr = SLIST_FIRST(&wif->scanlist)) != NULL) {
SLIST_REMOVE_HEAD(&wif->scanlist, wsr);
SLIST_INIT(&wif->scanlist);
SLIST_FOREACH(sr, &wif->scanlist, wsr)
SLIST_FOREACH(temp, &wif->scanlist, wsr)
if ((prev = SLIST_FIRST(&wif->scanlist)) == NULL ||
SLIST_INSERT_HEAD(&wif->scanlist, sr, wsr);
SLIST_FOREACH(temp, &wif->scanlist, wsr) {
sr = SLIST_FIRST(&(*wif)->scanlist);
if ((sr = SLIST_FIRST(&(*wif)->scanlist)) != NULL)
struct wlan_scanlist scanlist;