OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endpoint_auth
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/wifi/
wifi_service.cc
868
bool
endpoint_auth
= false;
local
875
endpoint_auth
= Is8021x();
880
endpoint_auth
= false;
884
endpoint_auth
= false;
888
endpoint_auth
= true;
890
SetSecurity(algorithm, key_rotation,
endpoint_auth
);
[
all
...]
wifi_service_unittest.cc
[
all
...]
/system/connectivity/shill/
service.h
415
bool
endpoint_auth
() const { return endpoint_auth_; }
function in class:shill::Service
648
void SetSecurity(CryptoAlgorithm crypt, bool rotation, bool
endpoint_auth
);
[
all
...]
service.cc
[
all
...]
manager.cc
[
all
...]
Completed in 507 milliseconds