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.c322 if (drv->monitor_refcount > 0) in nl80211_remove_monitor_interface()
323 drv->monitor_refcount--; in nl80211_remove_monitor_interface()
325 drv->monitor_refcount); in nl80211_remove_monitor_interface()
326 if (drv->monitor_refcount > 0) in nl80211_remove_monitor_interface()
349 drv->monitor_refcount++; in nl80211_create_monitor_interface()
351 drv->monitor_refcount); in nl80211_create_monitor_interface()
429 drv->monitor_refcount++; in nl80211_create_monitor_interface()
Ddriver_nl80211.h123 int monitor_refcount; member
Ddriver_nl80211.c7752 drv->monitor_refcount, in wpa_driver_nl80211_status()