Searched refs:ht_cap (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/apmanager/
H A Ddevice.h95 virtual bool GetHTCapability(uint16_t channel, std::string* ht_cap);
H A Ddevice.cc180 bool Device::GetHTCapability(uint16_t channel, string* ht_cap) { argument
274 *ht_cap = base::StringPrintf("[%s]",
313 // ht_cap section in hostapd.conf documentation.
H A Dconfig.cc393 string ht_cap; local
394 if (!device_->GetHTCapability(GetChannel(), &ht_cap)) {
403 ht_cap.c_str());

Completed in 69 milliseconds