Searched refs:st_scanlock (Results 1 – 2 of 2) sorted by relevance
215 mtx_init(&(_st)->st_scanlock, _name, "802.11 scangen", MTX_DEF)216 #define IEEE80211_SCAN_ITER_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_scanlock)217 #define IEEE80211_SCAN_ITER_LOCK(_st) mtx_lock(&(_st)->st_scanlock)218 #define IEEE80211_SCAN_ITER_UNLOCK(_st) mtx_unlock(&(_st)->st_scanlock)
108 ieee80211_scan_iter_lock_t st_scanlock; /* on st_scaniter */ member