HomeSort by relevance Sort by last modified time
    Searched refs:kElemIdCountry (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/net/
ieee80211.h 26 const uint8_t kElemIdCountry = 0x07;
nl80211_attribute.cc 47 IEEE_80211::kElemIdCountry;
    [all...]
  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 652 AddIEWithData(IEEE_80211::kElemIdCountry, kCountryCodeAsVector, &ies);
665 AddIEWithData(IEEE_80211::kElemIdCountry, kCountryCodeAsVector, &ies);
678 AddIEWithData(IEEE_80211::kElemIdCountry, kCountryCodeAsVector, &ies);
    [all...]
wifi_endpoint.cc 443 case IEEE_80211::kElemIdCountry:

Completed in 225 milliseconds