Home
last modified time | relevance | path

Searched refs:monitor_refcount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c325 if (drv->monitor_refcount > 0) in nl80211_remove_monitor_interface()
326 drv->monitor_refcount--; in nl80211_remove_monitor_interface()
328 drv->monitor_refcount); in nl80211_remove_monitor_interface()
329 if (drv->monitor_refcount > 0) in nl80211_remove_monitor_interface()
352 drv->monitor_refcount++; in nl80211_create_monitor_interface()
354 drv->monitor_refcount); in nl80211_create_monitor_interface()
441 drv->monitor_refcount++; in nl80211_create_monitor_interface()
H A Ddriver_nl80211.h156 int monitor_refcount; member
H A Ddriver_nl80211.c11035 drv->monitor_refcount, in wpa_driver_nl80211_status()