Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_endpoint.h100 bool has_rsn_property() const;
138 bool has_rsn_property);
Dwifi_endpoint.cc243 bool WiFiEndpoint::has_rsn_property() const { in has_rsn_property() function in shill::WiFiEndpoint
278 bool has_rsn_property) { in MakeEndpoint() argument
296 if (has_rsn_property) { in MakeEndpoint()
Dwifi_endpoint_unittest.cc198 bool has_rsn_property) { in MakeEndpoint() argument
202 has_rsn_property); in MakeEndpoint()
789 EXPECT_FALSE(endpoint->has_rsn_property()); in TEST_F()
795 EXPECT_FALSE(endpoint->has_rsn_property()); in TEST_F()
801 EXPECT_TRUE(endpoint->has_rsn_property()); in TEST_F()
808 EXPECT_TRUE(endpoint->has_rsn_property()); in TEST_F()
Dwifi_service.cc905 if (endpoint->has_rsn_property()) { in ComputeCipher8021x()
Dwifi_service_unittest.cc123 bool has_wpa_property, bool has_rsn_property) { in MakeEndpoint() argument
126 frequency, signal_dbm, has_wpa_property, has_rsn_property); in MakeEndpoint()