Home
last modified time | relevance | path

Searched refs:isApMacRandomizationDisabled (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_ap_iface_unit_tests.cpp57 EXPECT_CALL(*feature_flags_, isApMacRandomizationDisabled()) in TEST_F()
68 EXPECT_CALL(*feature_flags_, isApMacRandomizationDisabled()) in TEST_F()
Dmock_wifi_feature_flags.h37 MOCK_METHOD0(isApMacRandomizationDisabled, bool());
/hardware/interfaces/wifi/1.3/default/
Dwifi_feature_flags.h46 virtual bool isApMacRandomizationDisabled();
Dwifi_feature_flags.cpp159 bool WifiFeatureFlags::isApMacRandomizationDisabled() { in isApMacRandomizationDisabled() function in android::hardware::wifi::V1_3::implementation::feature_flags::WifiFeatureFlags
Dwifi_ap_iface.cpp41 if (feature_flags_.lock()->isApMacRandomizationDisabled()) { in WifiApIface()