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

  /src/external/bsd/wpa/dist/src/ap/
ctrl_iface_ap.c 788 struct hostapd_config *iconf = hapd->iconf; local
831 if (iconf->country[0] && iconf->country[1]) {
834 iconf->country[0], iconf->country[1],
835 iconf->country[2]);
965 if (!iconf->he_op.he_bss_color_disabled &&
966 iconf->he_op.he_bss_color) {
969 iconf->he_op.he_bss_color)
    [all...]
beacon.c 82 hapd->iconf->preamble == LONG_PREAMBLE)
91 enum hostapd_hw_mode hw_mode = hapd->iconf->hw_mode;
99 *eid++ = hapd->iconf->channel;
146 if (!hapd->iconf->ieee80211h &&
147 hapd->iconf->local_pwr_constraint == -1)
158 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
169 if (hapd->iconf->local_pwr_constraint == -1)
190 *pos++ = hapd->iconf->local_pwr_constraint;
209 if (!is_6ghz_op_class(hapd->iconf->op_class))
266 if (!hapd->iconf->ieee80211d || max_len < 6 |
2562 struct hostapd_config *iconf = iface->conf; local
    [all...]
hostapd.h 175 struct hostapd_config *iconf; member in struct:hostapd_data
ieee802_11.c 130 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
132 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
135 if (hapd->iconf->ieee80211ax && hapd->iconf->require_he)
160 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
165 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8)
7073 struct hostapd_config *iconf = iface->conf; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 21094 Elf32_Conflict * iconf;
21105 if (conflictsno > filedata->file_size / sizeof (* iconf))
21112 iconf = (Elf32_Conflict *) cmalloc (conflictsno, sizeof (* iconf));
21113 if (iconf == NULL)
21128 free (iconf);
21133 iconf[cnt] = BYTE_GET (econf32[cnt]);
21146 free (iconf);
21151 iconf[cnt] = BYTE_GET (econf64[cnt]);
21164 printf ("%5zu: %8lu ", cnt, iconf[cnt])
21091 Elf32_Conflict * iconf; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 20200 Elf32_Conflict * iconf;
20211 if (conflictsno > filedata->file_size / sizeof (* iconf))
20218 iconf = (Elf32_Conflict *) cmalloc (conflictsno, sizeof (* iconf));
20219 if (iconf == NULL)
20234 free (iconf);
20239 iconf[cnt] = BYTE_GET (econf32[cnt]);
20252 free (iconf);
20257 iconf[cnt] = BYTE_GET (econf64[cnt]);
20270 printf ("%5zu: %8lu ", cnt, iconf[cnt])
20197 Elf32_Conflict * iconf; local
    [all...]

Completed in 51 milliseconds