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

  /system/connectivity/apmanager/
device.h 95 virtual bool GetHTCapability(uint16_t channel, std::string* ht_cap);
device.cc 180 bool Device::GetHTCapability(uint16_t channel, string* ht_cap) {
274 *ht_cap = base::StringPrintf("[%s]",
313 // ht_cap section in hostapd.conf documentation.
config.cc 393 string ht_cap; local
394 if (!device_->GetHTCapability(GetChannel(), &ht_cap)) {
403 ht_cap.c_str());
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 473 struct ieee80211_ht_capabilities *ht_cap,
478 if (ht_cap == NULL)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
ieee802_11.h 63 struct ieee80211_ht_capabilities *ht_cap,
drv_callbacks.c 142 struct ieee80211_ht_capabilities *ht_cap = local
146 if (le_to_host16(ht_cap->ht_capabilities_info) &
    [all...]
ieee802_11.c 1775 struct ieee80211_ht_capabilities ht_cap; local
    [all...]
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 334 struct ieee80211_ht_capabilities *ht_cap = local
338 if (le_to_host16(ht_cap->ht_capabilities_info) &
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1292 u16 ht_cap; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2817 ht_cap_ie_t ht_cap; member in struct:dot11_ht_cap_ie
    [all...]

Completed in 158 milliseconds