Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
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()
Ddriver_nl80211.h138 int monitor_refcount; member
Ddriver_nl80211.c9724 drv->monitor_refcount, in wpa_driver_nl80211_status()