Home
last modified time | relevance | path

Searched refs:GetWiphyMessage (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/net/
Dnl80211_message.cc497 const uint8_t GetWiphyMessage::kCommand = NL80211_CMD_GET_WIPHY;
498 const char GetWiphyMessage::kCommandString[] = "NL80211_CMD_GET_WIPHY";
500 GetWiphyMessage::GetWiphyMessage() : Nl80211Message(kCommand, kCommandString) { in GetWiphyMessage() function in shill::GetWiphyMessage
642 case GetWiphyMessage::kCommand: in CreateMessage()
643 return new GetWiphyMessage(); in CreateMessage()
Dnl80211_message.h265 class SHILL_EXPORT GetWiphyMessage : public Nl80211Message {
270 GetWiphyMessage();
273 DISALLOW_COPY_AND_ASSIGN(GetWiphyMessage);
Dnetlink_manager_unittest.cc746 GetWiphyMessage get_wiphy_message; in TEST_F()
829 GetWiphyMessage get_wiphy_message; in TEST_F()
/system/connectivity/apmanager/
Ddevice_info.cc95 shill::GetWiphyMessage get_wiphy; in EnumerateDevices()
268 shill::GetWiphyMessage get_wiphy; in GetWiFiInterfacePhyInfo()
/system/connectivity/shill/wifi/
Dwifi.cc2381 GetWiphyMessage get_wiphy; in GetPhyInfo()