Searched refs:NotifyCqmMessage (Results 1 – 2 of 2) sorted by relevance
337 class SHILL_EXPORT NotifyCqmMessage : public Nl80211Message {342 NotifyCqmMessage() : Nl80211Message(kCommand, kCommandString) {} in NotifyCqmMessage() function345 DISALLOW_COPY_AND_ASSIGN(NotifyCqmMessage);
524 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()