Home
last modified time | relevance | path

Searched refs:iconf (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDneighbor_db.c144 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); in hostapd_get_nr_chan_width()
148 if (!hapd->iconf->secondary_channel) in hostapd_get_nr_chan_width()
167 int ht = hapd->iconf->ieee80211n && !hapd->conf->disable_11n; in hostapd_neighbor_set_own_report()
168 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report()
169 int he = hapd->iconf->ieee80211ax; in hostapd_neighbor_set_own_report()
210 hapd->iconf->secondary_channel, in hostapd_neighbor_set_own_report()
211 hostapd_get_oper_chwidth(hapd->iconf), in hostapd_neighbor_set_own_report()
218 hapd->iconf); in hostapd_neighbor_set_own_report()
222 hapd->iconf); in hostapd_neighbor_set_own_report()
225 10 * hapd->iconf->secondary_channel, in hostapd_neighbor_set_own_report()
[all …]
HDbeacon.c102 hapd->iconf->preamble == LONG_PREAMBLE) in ieee802_11_erp_info()
113 *eid++ = hapd->iconf->channel; in hostapd_eid_ds_params()
160 if (!hapd->iconf->ieee80211h && in hostapd_eid_pwr_constraint()
161 hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
172 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
183 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_pwr_constraint()
204 *pos++ = hapd->iconf->local_pwr_constraint; in hostapd_eid_pwr_constraint()
238 if (!hapd->iconf->ieee80211d || max_len < 6 || in hostapd_eid_country()
244 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */ in hostapd_eid_country()
307 if (hapd->iface->cs_oper_class && hapd->iconf->ecsa_ie_only) in hostapd_eid_csa()
[all …]
HDieee802_11_vht.c91 hapd->iconf->vht_oper_centr_freq_seg0_idx; in hostapd_eid_vht_operation()
93 hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_eid_vht_operation()
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth; in hostapd_eid_vht_operation()
96 if (hapd->iconf->vht_oper_chwidth == 2) { in hostapd_eid_vht_operation()
104 if (hapd->iconf->channel < in hostapd_eid_vht_operation()
105 hapd->iconf->vht_oper_centr_freq_seg0_idx) in hostapd_eid_vht_operation()
109 } else if (hapd->iconf->vht_oper_chwidth == 3) { in hostapd_eid_vht_operation()
223 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope() local
246 if (iconf->secondary_channel == 0) { in hostapd_eid_txpower_envelope()
283 if (hapd->iconf->local_pwr_constraint == -1) in hostapd_eid_txpower_envelope()
[all …]
HDieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab); in hostapd_eid_ht_capabilities()
49 if (hapd->iconf->obss_interval) { in hostapd_eid_ht_capabilities()
58 host_to_le16(hapd->iconf->obss_interval); in hostapd_eid_ht_capabilities()
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) in hostapd_eid_ht_operation()
96 oper->primary_chan = hapd->iconf->channel; in hostapd_eid_ht_operation()
98 if (hapd->iconf->secondary_channel == 1) in hostapd_eid_ht_operation()
101 if (hapd->iconf->secondary_channel == -1) in hostapd_eid_ht_operation()
388 !hapd->iconf->ieee80211n || hapd->conf->disable_11n) { in copy_sta_ht_capab()
495 if (hapd->iconf->ieee80211n) { in update_sta_no_ht()
[all …]
HDdrv_callbacks.c789 freq, ht, hapd->iconf->ch_switch_vht_config, offset, in hostapd_event_ch_switch()
840 hapd->iconf->channel = channel; in hostapd_event_ch_switch()
841 hapd->iconf->ieee80211n = ht; in hostapd_event_ch_switch()
843 hapd->iconf->ieee80211ac = 0; in hostapd_event_ch_switch()
844 } else if (hapd->iconf->ch_switch_vht_config) { in hostapd_event_ch_switch()
846 if (hapd->iconf->ch_switch_vht_config & in hostapd_event_ch_switch()
848 hapd->iconf->ieee80211ac = 1; in hostapd_event_ch_switch()
849 else if (hapd->iconf->ch_switch_vht_config & in hostapd_event_ch_switch()
851 hapd->iconf->ieee80211ac = 0; in hostapd_event_ch_switch()
853 hapd->iconf->ch_switch_vht_config = 0; in hostapd_event_ch_switch()
[all …]
HDhostapd.c104 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n; in hostapd_reload_bss()
226 oldconf = hapd->iconf; in hostapd_reload_config()
260 hapd->iconf = newconf; in hostapd_reload_config()
261 hapd->iconf->channel = oldconf->channel; in hostapd_reload_config()
262 hapd->iconf->acs = oldconf->acs; in hostapd_reload_config()
263 hapd->iconf->secondary_channel = oldconf->secondary_channel; in hostapd_reload_config()
264 hapd->iconf->ieee80211n = oldconf->ieee80211n; in hostapd_reload_config()
265 hapd->iconf->ieee80211ac = oldconf->ieee80211ac; in hostapd_reload_config()
266 hapd->iconf->ht_capab = oldconf->ht_capab; in hostapd_reload_config()
267 hapd->iconf->vht_capab = oldconf->vht_capab; in hostapd_reload_config()
[all …]
HDwmm.c77 os_memcpy(acp, hapd->iconf->wmm_ac_params, in wmm_calc_regulatory_limit()
78 sizeof(hapd->iconf->wmm_ac_params)); in wmm_calc_regulatory_limit()
87 wmm_set_regulatory_limit(hapd->iconf->wmm_ac_params, in wmm_calc_regulatory_limit()
97 sizeof(hapd->iconf->wmm_ac_params)) != 0) { in wmm_calc_regulatory_limit()
99 sizeof(hapd->iconf->wmm_ac_params)); in wmm_calc_regulatory_limit()
HDieee802_11.c97 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_supp_rates()
99 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_supp_rates()
117 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) { in hostapd_eid_supp_rates()
122 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) { in hostapd_eid_supp_rates()
140 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates()
142 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_ext_supp_rates()
161 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) { in hostapd_eid_ext_supp_rates()
167 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) { in hostapd_eid_ext_supp_rates()
193 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info()
227 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info()
[all …]
HDairtime_policy.c61 sta->backlogged_until.usec += hapd->iconf->airtime_update_interval * in set_new_backlog_time()
242 if (hapd->iconf->airtime_mode == AIRTIME_MODE_STATIC) { in airtime_policy_new_sta()
HDbss_load.c23 unsigned int beacon_int = hapd->iconf->beacon_int; in get_bss_load_update_timeout()
HDwps_hostapd.c345 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_reconfig_in_memory()
575 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in hapd_wps_cred_cb()
893 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_wps_rf_band_cb()
895 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_wps_rf_band_cb()
1094 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ? in hostapd_init_wps()
1096 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ? in hostapd_init_wps()
1876 hapd->iconf->channel); in hostapd_wps_nfc_config_token()
HDieee802_11_shared.c316 if (hapd->iconf->obss_interval) in hostapd_ext_capab_byte()
413 if (len < 1 && hapd->iconf->obss_interval) in hostapd_eid_ext_capab()
724 mbo[3] = hapd->iconf->rssi_reject_assoc_timeout; in hostapd_eid_mbo_rssi_assoc_rej()
HDwpa_auth_glue.c37 struct hostapd_config *iconf, in hostapd_wpa_auth_conf() argument
117 iconf->corrupt_gtk_rekey_mic_probability; in hostapd_wpa_auth_conf()
1303 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()
1366 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf); in hostapd_reconfig_wpa()
HDieee802_11_he.c326 if (!he_capab || !hapd->iconf->ieee80211ax || in copy_sta_he_capab()
HDhostapd.h146 struct hostapd_config *iconf; member
HDhw_features.c104 int dfs_enabled = hapd->iconf->ieee80211h && in hostapd_get_hw_features()
HDwnm_ap.c668 beacon_int = hapd->iconf->beacon_int; in set_disassoc_timer()
HDctrl_iface_ap.c761 hapd->iconf->ht_capab); in hostapd_ctrl_iface_status()
HDieee802_1x.c1727 beacon_int = hapd->iconf->beacon_int; in ieee802_1x_hs20_session_info()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDmesh.c311 bss->iconf = conf; in wpa_supplicant_mesh_init()
/dragonfly/contrib/binutils-2.27/binutils/
HDreadelf.c14772 Elf32_Conflict * iconf; in process_mips_specific() local
14781 iconf = (Elf32_Conflict *) cmalloc (conflictsno, sizeof (* iconf)); in process_mips_specific()
14782 if (iconf == NULL) in process_mips_specific()
14799 iconf[cnt] = BYTE_GET (econf32[cnt]); in process_mips_specific()
14814 iconf[cnt] = BYTE_GET (econf64[cnt]); in process_mips_specific()
14825 printf ("%5lu: %8lu ", (unsigned long) cnt, iconf[cnt]); in process_mips_specific()
14827 if (iconf[cnt] >= num_dynamic_syms) in process_mips_specific()
14833 psym = & dynamic_symbols[iconf[cnt]]; in process_mips_specific()
14844 free (iconf); in process_mips_specific()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c16913 Elf32_Conflict * iconf; in process_mips_specific() local
16924 if (conflictsno * sizeof (* iconf) > filedata->file_size) in process_mips_specific()
16931 iconf = (Elf32_Conflict *) cmalloc (conflictsno, sizeof (* iconf)); in process_mips_specific()
16932 if (iconf == NULL) in process_mips_specific()
16949 iconf[cnt] = BYTE_GET (econf32[cnt]); in process_mips_specific()
16964 iconf[cnt] = BYTE_GET (econf64[cnt]); in process_mips_specific()
16977 printf ("%5lu: %8lu ", (unsigned long) cnt, iconf[cnt]); in process_mips_specific()
16979 if (iconf[cnt] >= num_dynamic_syms) in process_mips_specific()
16985 psym = & dynamic_symbols[iconf[cnt]]; in process_mips_specific()
16996 free (iconf); in process_mips_specific()