OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endpoint_auth
(Results
1 - 2
of
2
) 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
...]
/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
...]
Completed in 66 milliseconds