HomeSort by relevance Sort by last modified time
    Searched refs:iconf (Results 1 - 18 of 18) 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;
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 ' */
400 host_to_le16(hapd->iconf->beacon_int)
1040 struct hostapd_config *iconf = iface->conf; local
    [all...]
ieee802_11_ht.c 29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
49 if (hapd->iconf->obss_interval) {
58 host_to_le16(hapd->iconf->obss_interval);
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
96 oper->primary_chan = hapd->iconf->channel;
98 if (hapd->iconf->secondary_channel == 1)
101 if (hapd->iconf->secondary_channel == -1)
428 if (hapd->iconf->ieee80211n) {
465 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK
    [all...]
drv_callbacks.c 489 hapd->iconf->channel = channel;
490 hapd->iconf->ieee80211n = ht;
492 hapd->iconf->ieee80211ac = 0;
493 hapd->iconf->secondary_channel = offset;
494 hapd->iconf->vht_oper_chwidth = chwidth;
495 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
496 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
537 if (hapd->iconf->channel) {
539 hapd->iconf->channel);
570 hapd->iconf->channel = acs_res->pri_channel
    [all...]
ieee802_11_vht.c 78 hapd->iconf->vht_oper_centr_freq_seg0_idx;
80 hapd->iconf->vht_oper_centr_freq_seg1_idx;
82 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
247 own_cap = hapd->iconf->vht_capab;
hostapd.c 175 oldconf = hapd->iconf;
180 hapd->iconf = newconf;
181 hapd->iconf->channel = oldconf->channel;
182 hapd->iconf->acs = oldconf->acs;
183 hapd->iconf->secondary_channel = oldconf->secondary_channel;
184 hapd->iconf->ieee80211n = oldconf->ieee80211n;
185 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
186 hapd->iconf->ht_capab = oldconf->ht_capab;
187 hapd->iconf->vht_capab = oldconf->vht_capab;
188 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth
    [all...]
ieee802_11.c 55 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
57 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
75 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
80 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
98 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht
    [all...]
wpa_auth_glue.c 31 struct hostapd_config *iconf,
94 iconf->corrupt_gtk_rekey_mic_probability;
581 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
656 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
ieee802_11_shared.c 173 if (hapd->iconf->obss_interval)
230 if (len < 1 && hapd->iconf->obss_interval)
wps_hostapd.c 351 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD)
537 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD)
854 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
856 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ?
1053 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
1055 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ?
    [all...]
hostapd.h 107 struct hostapd_config *iconf; member in struct:hostapd_data
wmm.c 79 &hapd->iconf->wmm_ac_params[e];
hw_features.c 101 int dfs_enabled = hapd->iconf->ieee80211h &&
wnm_ap.c 461 beacon_int = hapd->iconf->beacon_int;
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 187 params.driver_params = hapd->iconf->driver_params;
468 if (hapd && hapd->iconf && hapd->iconf->bss &&
469 hapd->iconf->num_bss > 0 && hapd->iconf->bss[0])
470 return hapd->iconf->bss[0]->iface;
ctrl_iface.c 1293 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 170 bss->iconf = conf;

Completed in 163 milliseconds