Home
last modified time | relevance | path

Searched refs:NotifyCqmMessage (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Dnl80211_message.h337 class SHILL_EXPORT NotifyCqmMessage : public Nl80211Message {
342 NotifyCqmMessage() : Nl80211Message(kCommand, kCommandString) {} in NotifyCqmMessage() function
345 DISALLOW_COPY_AND_ASSIGN(NotifyCqmMessage);
Dnl80211_message.cc524 const uint8_t NotifyCqmMessage::kCommand = NL80211_CMD_NOTIFY_CQM;
525 const char NotifyCqmMessage::kCommandString[] = "NL80211_CMD_NOTIFY_CQM";
656 case NotifyCqmMessage::kCommand: in CreateMessage()
657 return new NotifyCqmMessage(); in CreateMessage()