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