Home
last modified time | relevance | path

Searched refs:hostapd_ctrl_iface_check_count_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/apmanager/
Dhostapd_monitor.cc85 hostapd_ctrl_iface_check_count_ = 0; in Start()
96 if (hostapd_ctrl_iface_check_count_ >= kHostapdCtrlIfaceCheckMaxAttempts) { in HostapdCtrlIfaceCheckTask()
102 hostapd_ctrl_iface_check_count_++; in HostapdCtrlIfaceCheckTask()
Dhostapd_monitor.h100 int hostapd_ctrl_iface_check_count_; variable