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 91 hapd->iconf->vht_oper_centr_freq_seg0_idx;
93 hapd->iconf->vht_oper_centr_freq_seg1_idx;
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
96 if (hapd->iconf->vht_oper_chwidth == 2) {
104 if (hapd->iconf->channel <
105 hapd->iconf->vht_oper_centr_freq_seg0_idx)
109 } else if (hapd->iconf->vht_oper_chwidth == 3) {
223 struct hostapd_config *iconf = iface->conf; local
246 if (iconf->secondary_channel == 0) {
283 if (hapd->iconf->local_pwr_constraint == -1
    [all...]
beacon.c 100 hapd->iconf->preamble == LONG_PREAMBLE)
111 *eid++ = hapd->iconf->channel;
158 if (!hapd->iconf->ieee80211h &&
159 hapd->iconf->local_pwr_constraint == -1)
170 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
181 if (hapd->iconf->local_pwr_constraint == -1)
202 *pos++ = hapd->iconf->local_pwr_constraint;
236 if (!hapd->iconf->ieee80211d || max_len < 6 ||
242 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
305 if (hapd->iface->cs_oper_class && hapd->iconf->ecsa_ie_only
1341 struct hostapd_config *iconf = iface->conf; local
    [all...]
hostapd.h 120 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 155 milliseconds