HomeSort by: relevance | last modified time | path
    Searched defs:eht (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
neighbor_db.c 237 bool eht = he && hapd->iconf->ieee80211be && !hapd->conf->disable_11be; local
277 if (eht)
  /src/external/bsd/wpa/dist/wpa_supplicant/
robust_av.c 515 const struct ieee80211_eht_capabilities *eht; local
537 /* Allow SCS Traffic descriptor support for EHT connection */
542 eht = (const struct ieee80211_eht_capabilities *) &eht_ie[3];
543 if (eht->mac_cap & EHT_MACCAP_SCS_TRAFFIC_DESC)
549 "Connection does not support EHT/non-EHT SCS Traffic Description - could not send SCS Request with QoS Characteristics");
config_ssid.h 587 int eht; member in struct:wpa_ssid
1256 * disable_eht - Disable EHT (IEEE 802.11be) for this network
scan.c 2726 /* EHT needs to be enabled in order to achieve MCS12 and MCS13 rates. */
2806 /* See IEEE P802.11be/D2.0, Table 36-86: EHT-MCSs for 4x996-tone RU, NSS,u = 1
2878 int snr, bool eht)
2883 (eht || entry - table <= EHT_MCS))
2888 if (entry->minsnr == -1 || (!eht && entry - table > EHT_MCS))
3049 struct ieee80211_eht_capabilities *eht; local
3061 /* Use +3 to assume EHT is always faster than HE */
3127 eht = (struct ieee80211_eht_capabilities *) &eht_ie[3];
3130 (eht->phy_cap[EHT_PHYCAP_320MHZ_IN_6GHZ_SUPPORT_IDX] &
  /src/external/gpl3/binutils/dist/bfd/
elfxx-sparc.c 2613 struct elf_link_hash_table *eht = elf_hash_table (info);
2618 dynstr = eht->dynstr;
2652 if (eht->dynlocal == NULL)
2653 eht->dynlocal = entry;
2656 for (e = eht->dynlocal; e->next; e = e->next)
2660 eht->dynsymcount++;
2610 struct elf_link_hash_table *eht = elf_hash_table (info); local
elflink.c 861 struct elf_link_hash_table *eht;
922 eht = elf_hash_table (info);
924 entry->next = eht->dynlocal;
925 eht->dynlocal = entry;
928 eht->dynsymcount++;
858 struct elf_link_hash_table *eht; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-sparc.c 2617 struct elf_link_hash_table *eht = elf_hash_table (info);
2622 dynstr = eht->dynstr;
2656 if (eht->dynlocal == NULL)
2657 eht->dynlocal = entry;
2660 for (e = eht->dynlocal; e->next; e = e->next)
2664 eht->dynsymcount++;
2614 struct elf_link_hash_table *eht = elf_hash_table (info); local
elflink.c 855 struct elf_link_hash_table *eht;
916 eht = elf_hash_table (info);
918 entry->next = eht->dynlocal;
919 eht->dynlocal = entry;
922 eht->dynsymcount++;
852 struct elf_link_hash_table *eht; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-sparc.c 2606 struct elf_link_hash_table *eht = elf_hash_table (info);
2611 dynstr = eht->dynstr;
2645 if (eht->dynlocal == NULL)
2646 eht->dynlocal = entry;
2649 for (e = eht->dynlocal; e->next; e = e->next)
2653 eht->dynsymcount++;
2603 struct elf_link_hash_table *eht = elf_hash_table (info); local
elflink.c 816 struct elf_link_hash_table *eht;
877 eht = elf_hash_table (info);
879 entry->next = eht->dynlocal;
880 eht->dynlocal = entry;
883 eht->dynsymcount++;
813 struct elf_link_hash_table *eht; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-sparc.c 2617 struct elf_link_hash_table *eht = elf_hash_table (info);
2622 dynstr = eht->dynstr;
2656 if (eht->dynlocal == NULL)
2657 eht->dynlocal = entry;
2660 for (e = eht->dynlocal; e->next; e = e->next)
2664 eht->dynsymcount++;
2614 struct elf_link_hash_table *eht = elf_hash_table (info); local
elflink.c 852 struct elf_link_hash_table *eht;
913 eht = elf_hash_table (info);
915 entry->next = eht->dynlocal;
916 eht->dynlocal = entry;
919 eht->dynsymcount++;
849 struct elf_link_hash_table *eht; local

Completed in 132 milliseconds