Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_message.h457 class SHILL_EXPORT UnprotDeauthenticateMessage : public Nl80211Message {
462 UnprotDeauthenticateMessage() in UnprotDeauthenticateMessage() function
466 DISALLOW_COPY_AND_ASSIGN(UnprotDeauthenticateMessage);
Dnl80211_message.cc568 const uint8_t UnprotDeauthenticateMessage::kCommand =
570 const char UnprotDeauthenticateMessage::kCommandString[] =
674 case UnprotDeauthenticateMessage::kCommand: in CreateMessage()
675 return new UnprotDeauthenticateMessage(); in CreateMessage()