HomeSort by relevance Sort by last modified time
    Searched defs:iconf (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/ap/
bss_load.c 46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
ieee802_11_vht.c 79 hapd->iconf->vht_oper_centr_freq_seg0_idx;
81 hapd->iconf->vht_oper_centr_freq_seg1_idx;
83 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
84 if (hapd->iconf->vht_oper_chwidth == 2) {
92 if (hapd->iconf->channel <
93 hapd->iconf->vht_oper_centr_freq_seg0_idx)
97 } else if (hapd->iconf->vht_oper_chwidth == 3) {
211 struct hostapd_config *iconf = iface->conf; local
234 if (iconf->secondary_channel == 0) {
271 if (hapd->iconf->local_pwr_constraint == -1
    [all...]
beacon.c 96 hapd->iconf->preamble == LONG_PREAMBLE)
107 *eid++ = hapd->iconf->channel;
154 if (!hapd->iconf->ieee80211h &&
155 hapd->iconf->local_pwr_constraint == -1)
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
177 if (hapd->iconf->local_pwr_constraint == -1)
198 *pos++ = hapd->iconf->local_pwr_constraint;
232 if (!hapd->iconf->ieee80211d || max_len < 6 ||
238 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
301 if (hapd->iface->cs_oper_class && hapd->iconf->ecsa_ie_only
1250 struct hostapd_config *iconf = iface->conf; local
    [all...]
hostapd.h 108 struct hostapd_config *iconf; member in struct:hostapd_data
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 13653 Elf32_Conflict * iconf; local
    [all...]

Completed in 1144 milliseconds