HomeSort by: relevance | last modified time | path
    Searched refs:vendor_vht (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_vht.c 33 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht &&
beacon.c 656 if (hapd->conf->vendor_vht) {
847 if (hapd->conf->vendor_vht)
2128 if (hapd->conf->vendor_vht) {
2330 if (hapd->conf->vendor_vht)
ap_config.h 729 int vendor_vht; member in struct:hostapd_bss_config
hw_features.c 697 iface->conf->bss[0]->vendor_vht &&
ieee802_11.c 3979 if (hapd->conf->vendor_vht && !elems->vht_capabilities) {
3980 resp = copy_sta_vendor_vht(hapd, sta, elems->vendor_vht,
5065 if (sta && hapd->conf->vendor_vht && (sta->flags & WLAN_STA_VENDOR_VHT))
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 66 const u8 *vendor_vht; member in struct:ieee802_11_elems
ieee802_11_common.c 162 elems->vendor_vht = pos;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3712 } else if (os_strcmp(buf, "vendor_vht") == 0) {
3713 bss->vendor_vht = atoi(pos);

Completed in 75 milliseconds