Searched refs:ie (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/wificond/tests/ |
D | scan_result_unittest.cpp | 50 std::vector<uint8_t> ie(kFakeIE, kFakeIE + sizeof(kFakeIE)); in TEST_F() local 52 NativeScanResult scan_result(ssid, bssid, ie, kFakeFrequency, in TEST_F() 63 EXPECT_EQ(ie, scan_result_copy.info_element); in TEST_F()
|
/system/connectivity/wificond/scanning/ |
D | scan_utils.cpp | 143 vector<uint8_t> ie; in ParseScanResult() local 144 if (!bss.GetAttributeValue(NL80211_BSS_INFORMATION_ELEMENTS, &ie)) { in ParseScanResult() 149 if (!GetSSIDFromInfoElement(ie, &ssid)) { in ParseScanResult() 184 NativeScanResult(ssid, bssid, ie, freq, signal, tsf, capability, associated); in ParseScanResult() 189 bool ScanUtils::GetSSIDFromInfoElement(const vector<uint8_t>& ie, in GetSSIDFromInfoElement() argument 195 const uint8_t* end = ie.data() + ie.size(); in GetSSIDFromInfoElement() 196 const uint8_t* ptr = ie.data(); in GetSSIDFromInfoElement()
|
D | scan_utils.h | 140 bool GetSSIDFromInfoElement(const std::vector<uint8_t>& ie,
|
/system/sepolicy/public/ |
D | vr_hwc.te | 26 # (ie: size).
|
/system/chre/ |
D | README.md | 10 arch is the CPU architecture (ie: hexagonv60, x86, cm4). The variant is the 11 target platform (ie: slpi, nanohub, linux, googletest).
|
/system/sepolicy/ |
D | Android.mk | 818 $(hide) grep -ie '^neverallow' $(PRIVATE_SC_NEVERALLOW_FILES) > $@.tmp 834 - $(hide) grep -ie '^neverallow' $< > $@
|
/system/core/libutils/ |
D | README | 170 Resource identifiers must be coherent within the same namespace (ie
|