Home
last modified time | relevance | path

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

/system/connectivity/apmanager/
Dhostapd_monitor_unittest.cc35 const char kHostapdEventStationDisconnected[] = variable
110 const_cast<char*>(kHostapdEventStationDisconnected)); in TEST_F()
111 data.len = strlen(kHostapdEventStationDisconnected); in TEST_F()
Dhostapd_monitor.cc48 const char HostapdMonitor::kHostapdEventStationDisconnected[] = member in apmanager::HostapdMonitor
212 } else if (event == kHostapdEventStationDisconnected) { in ParseMessage()
Dhostapd_monitor.h66 static const char kHostapdEventStationDisconnected[]; variable