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

/system/connectivity/shill/net/
H A Dnl80211_message.h337 class SHILL_EXPORT NotifyCqmMessage : public Nl80211Message { class in namespace:shill
342 NotifyCqmMessage() : Nl80211Message(kCommand, kCommandString) {} function in class:shill::NotifyCqmMessage
345 DISALLOW_COPY_AND_ASSIGN(NotifyCqmMessage);
H A 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:
657 return new NotifyCqmMessage();

Completed in 595 milliseconds