OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nl80211Frame
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/net/
nl80211_message.cc
71
const uint8_t
Nl80211Frame
::kMinimumFrameByteCount = 26;
72
const uint8_t
Nl80211Frame
::kFrameTypeMask = 0xfc;
336
//
Nl80211Frame
338
Nl80211Frame
::
Nl80211Frame
(const ByteString& raw_frame)
375
bool
Nl80211Frame
::ToString(string* output) const {
434
bool
Nl80211Frame
::IsEqual(const
Nl80211Frame
& other) const {
nl80211_message.h
75
class SHILL_EXPORT
Nl80211Frame
{
88
explicit
Nl80211Frame
(const ByteString& init);
90
bool IsEqual(const
Nl80211Frame
& other) const;
106
DISALLOW_COPY_AND_ASSIGN(
Nl80211Frame
);
Completed in 51 milliseconds