Searched refs:ieee80211w_required (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwifi_endpoint_unittest.cc182 bool* ieee80211w_required, std::string* country_code) {
184 ieee80211w_required, country_code);
551 bool ieee80211w_required = false; local
553 &ieee80211w_required, nullptr); local
554 EXPECT_FALSE(ieee80211w_required);
565 bool ieee80211w_required = false; local
567 &ieee80211w_required, nullptr); local
568 EXPECT_FALSE(ieee80211w_required);
578 bool ieee80211w_required = false; local
580 &ieee80211w_required, nullpt local
179 ParseIEs(const KeyValueStore& properties, Metrics::WiFiNetworkPhyMode* phy_mode, WiFiEndpoint::VendorInformation* vendor_information, bool* ieee80211w_required, std::string* country_code) argument
590 bool ieee80211w_required = false; local
592 &ieee80211w_required, nullptr); local
603 bool ieee80211w_required = false; local
605 &ieee80211w_required, nullptr); local
616 bool ieee80211w_required = false; local
618 &ieee80211w_required, nullptr); local
630 bool ieee80211w_required = false; local
632 &ieee80211w_required, nullptr); local
[all...]
H A Dwifi_endpoint.h99 bool ieee80211w_required() const;
175 bool* ieee80211w_required, std::string* country_code);
176 // Parse a WPA information element and set *|ieee80211w_required| to true
180 bool* ieee80211w_required);
182 // element, call ParseWPACapabilites with |ieee80211w_required|.
186 bool* ieee80211w_required);
H A Dwifi_endpoint.cc239 bool WiFiEndpoint::ieee80211w_required() const { function in class:shill::WiFiEndpoint
415 bool* ieee80211w_required, string* country_code) {
460 ParseWPACapabilities(it + 2, it + ie_len, ieee80211w_required);
464 ieee80211w_required);
484 bool* ieee80211w_required) {
541 ieee80211w_required) {
544 *ieee80211w_required = true;
553 bool* ieee80211w_required) {
605 ParseWPACapabilities(ie, end, ieee80211w_required);
411 ParseIEs( const KeyValueStore& properties, Metrics::WiFiNetworkPhyMode* phy_mode, VendorInformation* vendor_information, bool* ieee80211w_required, string* country_code) argument
481 ParseWPACapabilities( vector<uint8_t>::const_iterator ie, vector<uint8_t>::const_iterator end, bool* ieee80211w_required) argument
550 ParseVendorIE(vector<uint8_t>::const_iterator ie, vector<uint8_t>::const_iterator end, VendorInformation* vendor_information, bool* ieee80211w_required) argument
H A Dwifi_service.h146 bool ieee80211w_required() const { return ieee80211w_required_; } function in class:shill::WiFiService
H A Dwifi_service_unittest.cc1629 EXPECT_FALSE(service->ieee80211w_required());
1632 EXPECT_TRUE(service->ieee80211w_required());
1634 EXPECT_TRUE(service->ieee80211w_required());
H A Dwifi_service.cc804 if (endpoint->ieee80211w_required()) {

Completed in 183 milliseconds