Searched refs:OnChannelSwitchEvent (Results 1 – 4 of 4) sorted by relevance
59 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()110 void ApInterfaceImpl::OnChannelSwitchEvent(uint32_t frequency, in OnChannelSwitchEvent() function in android::wificond::ApInterfaceImpl
70 void OnChannelSwitchEvent(uint32_t frequency, ChannelBandwidth bandwidth);
286 void OnChannelSwitchEvent(std::unique_ptr<const NL80211Packet> packet);
552 OnChannelSwitchEvent(std::move(packet)); in BroadcastHandler()709 void NetlinkManager::OnChannelSwitchEvent(unique_ptr<const NL80211Packet> packet) { in OnChannelSwitchEvent() function in android::wificond::NetlinkManager