Searched refs:GetWiphyMessage (Results 1 – 5 of 5) sorted by relevance
497 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::GetWiphyMessage642 case GetWiphyMessage::kCommand: in CreateMessage()643 return new GetWiphyMessage(); in CreateMessage()
265 class SHILL_EXPORT GetWiphyMessage : public Nl80211Message {270 GetWiphyMessage();273 DISALLOW_COPY_AND_ASSIGN(GetWiphyMessage);
746 GetWiphyMessage get_wiphy_message; in TEST_F()829 GetWiphyMessage get_wiphy_message; in TEST_F()
95 shill::GetWiphyMessage get_wiphy; in EnumerateDevices()268 shill::GetWiphyMessage get_wiphy; in GetWiFiInterfacePhyInfo()
2381 GetWiphyMessage get_wiphy; in GetPhyInfo()