Home
last modified time | relevance | path

Searched refs:IEEE80211_LOCK_OBJ (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_dfs.c100 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
101 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_dfs_attach()
H A Dieee80211_scan_sw.c661 lksleep(vap, IEEE80211_LOCK_OBJ(ic), PCATCH, in scan_start()
664 mtx_sleep(vap, IEEE80211_LOCK_OBJ(ic), PCATCH, in scan_start()
H A Dieee80211_proto.c341 callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0); in ieee80211_proto_vattach()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h572 #define IEEE80211_LOCK_OBJ(ic) (&(ic)->ic_comlock) macro