Lines Matching refs:ClientInterfaceImpl
47 MlmeEventHandlerImpl::MlmeEventHandlerImpl(ClientInterfaceImpl* client_interface) in MlmeEventHandlerImpl()
99 ClientInterfaceImpl::ClientInterfaceImpl( in ClientInterfaceImpl() function in android::wificond::ClientInterfaceImpl
155 ClientInterfaceImpl::~ClientInterfaceImpl() { in ~ClientInterfaceImpl()
163 sp<android::net::wifi::IClientInterface> ClientInterfaceImpl::GetBinder() const { in GetBinder()
167 void ClientInterfaceImpl::Dump(std::stringstream* ss) const { in Dump()
198 bool ClientInterfaceImpl::GetPacketCounters(vector<int32_t>* out_packet_counters) { in GetPacketCounters()
211 bool ClientInterfaceImpl::SignalPoll(vector<int32_t>* out_signal_poll_results) { in SignalPoll()
238 const std::array<uint8_t, ETH_ALEN>& ClientInterfaceImpl::GetMacAddress() { in GetMacAddress()
242 bool ClientInterfaceImpl::SetMacAddress(const std::array<uint8_t, ETH_ALEN>& mac) { in SetMacAddress()
260 bool ClientInterfaceImpl::RefreshAssociateFreq() { in RefreshAssociateFreq()
275 bool ClientInterfaceImpl::IsAssociated() const { in IsAssociated()
279 void ClientInterfaceImpl::SendMgmtFrame(const vector<uint8_t>& frame, in SendMgmtFrame()