Searched defs:Is8021x (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ethernet/ | ||
D | ethernet_eap_service.h | 42 bool Is8021x() const override { return true; } in Is8021x() function |
/system/connectivity/shill/wimax/ | ||
D | wimax_service.cc | 220 bool WiMaxService::Is8021x() const { in Is8021x() function in shill::WiMaxService |
/system/connectivity/shill/wifi/ | ||
D | wifi_service.cc | 1231 bool WiFiService::Is8021x() const { in Is8021x() function in shill::WiFiService |
/system/connectivity/shill/ | ||
D | service.h | 279 virtual bool Is8021x() const { return false; } in Is8021x() function |
D | service_unittest.cc | 1605 virtual bool Is8021x() const { return is_8021x_; } in Is8021x() function in shill::ServiceWithMockOnEapCredentialsChanged |