Home
last modified time | relevance | path

Searched refs:DEL_STATION (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/wificond/tests/
Dap_interface_impl_unittest.cpp112 handler(DEL_STATION, fake_mac_address_01); in TEST_F()
133 handler(DEL_STATION, fake_mac_address_01); in TEST_F()
134 handler(DEL_STATION, fake_mac_address_01); in TEST_F()
/system/connectivity/wificond/
Dap_interface_impl.cpp98 } else if (event == DEL_STATION) { in OnStationEvent()
/system/connectivity/wificond/net/
Dnetlink_manager.h113 DEL_STATION enumerator
Dnetlink_manager.cpp580 handler->second(DEL_STATION, mac_address); in BroadcastHandler()