OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLocallyAdministratedMACBit
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
tethering.h
43
static const uint8_t
kLocallyAdministratedMACBit
;
tethering.cc
30
const uint8_t Tethering::
kLocallyAdministratedMACBit
= 0x02;
43
return bssid.size() > 0 && (bssid[0] &
kLocallyAdministratedMACBit
);
Completed in 509 milliseconds