Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/net/
H A Dnetlink_manager.cpp537 const auto handler = on_station_event_handler_.find(if_index); in BroadcastHandler()
538 if (handler != on_station_event_handler_.end()) { in BroadcastHandler()
764 on_station_event_handler_[interface_index] = handler; in SubscribeStationEvent()
768 on_station_event_handler_.erase(interface_index); in UnsubscribeStationEvent()
H A Dnetlink_manager.h321 std::map<uint32_t, OnStationEventHandler> on_station_event_handler_; variable