Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/
Dlibnlinterceptor.cpp71 static std::optional<bool> interceptorSupported; in isEnabled() local
73 if (interceptorSupported.has_value()) return *interceptorSupported; in isEnabled()
75 if (interceptorSupported.has_value()) return *interceptorSupported; in isEnabled()
78 interceptorSupported = false; in isEnabled()
81 interceptorSupported = true; in isEnabled()