Searched refs:OnChannelSwitchEvent (Results 1 – 6 of 6) sorted by relevance
60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()108 void ApInterfaceImpl::OnChannelSwitchEvent(uint32_t frequency, in OnChannelSwitchEvent() function in android::wificond::ApInterfaceImpl
70 void OnChannelSwitchEvent(uint32_t frequency, ChannelBandwidth bandwidth);
137 std::bind(&ClientInterfaceImpl::OnChannelSwitchEvent, this, _1));264 bool ClientInterfaceImpl::OnChannelSwitchEvent(uint32_t frequency) { in OnChannelSwitchEvent() function in android::wificond::ClientInterfaceImpl
92 bool OnChannelSwitchEvent(uint32_t frequency);
286 void OnChannelSwitchEvent(std::unique_ptr<const NL80211Packet> packet);
553 OnChannelSwitchEvent(std::move(packet)); in BroadcastHandler()710 void NetlinkManager::OnChannelSwitchEvent(unique_ptr<const NL80211Packet> packet) { in OnChannelSwitchEvent() function in android::wificond::NetlinkManager