Searched refs:nt_scanlock (Results 1 – 3 of 3) sorted by relevance
390 #define IEEE80211_SCAN_LOCK(_nt) mutex_enter(&(_nt)->nt_scanlock)391 #define IEEE80211_SCAN_UNLOCK(_nt) mutex_exit(&(_nt)->nt_scanlock)
1594 mutex_init(&nt->nt_scanlock, NULL, MUTEX_DRIVER, NULL); in ieee80211_node_table_init()1636 mutex_destroy(&nt->nt_scanlock); in ieee80211_node_table_cleanup()
341 kmutex_t nt_scanlock; /* on nt_scangen */ member