Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dap_interface_impl_unittest.cpp110 handler(NEW_STATION, fake_mac_address_01); in TEST_F()
111 handler(NEW_STATION, fake_mac_address_02); in TEST_F()
131 handler(NEW_STATION, fake_mac_address_01); in TEST_F()
132 handler(NEW_STATION, fake_mac_address_01); in TEST_F()
/system/connectivity/wificond/
Dap_interface_impl.cpp90 if (event == NEW_STATION) { in OnStationEvent()
/system/connectivity/wificond/net/
Dnetlink_manager.h110 NEW_STATION, enumerator
Dnetlink_manager.cpp545 handler->second(NEW_STATION, mac_address); in BroadcastHandler()