Searched refs:iconf (Results 1 - 25 of 48) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dieee802_11_vht.c91 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
[all...]
H A Dbeacon.c100 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
1341 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dieee802_11_ht.c29 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)
344 !hapd->iconf->ieee80211n || hapd->conf->disable_11n) {
451 if (hapd->iconf
[all...]
H A Dhostapd.c183 oldconf = hapd->iconf;
188 hapd->iconf = newconf;
189 hapd->iconf->channel = oldconf->channel;
190 hapd->iconf->acs = oldconf->acs;
191 hapd->iconf->secondary_channel = oldconf->secondary_channel;
192 hapd->iconf->ieee80211n = oldconf->ieee80211n;
193 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
194 hapd->iconf->ht_capab = oldconf->ht_capab;
195 hapd->iconf->vht_capab = oldconf->vht_capab;
196 hapd->iconf
[all...]
H A Ddrv_callbacks.c532 hapd->iconf->channel = channel;
533 hapd->iconf->ieee80211n = ht;
535 hapd->iconf->ieee80211ac = 0;
536 hapd->iconf->secondary_channel = offset;
537 hapd->iconf->vht_oper_chwidth = chwidth;
538 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
539 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
581 if (hapd->iconf->channel) {
583 hapd->iconf->channel);
616 hapd->iconf
[all...]
H A Dieee802_11.c61 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
63 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
81 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
86 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
104 if (hapd->iconf->ieee80211n && hapd->iconf
[all...]
H A Dwpa_auth_glue.c32 struct hostapd_config *iconf,
98 iconf->corrupt_gtk_rekey_mic_probability;
624 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
679 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
31 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dwps_hostapd.c345 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD)
538 if (hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD)
855 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
857 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ?
1055 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
1057 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD ?
1808 hapd->iconf->channel);
/external/wpa_supplicant_8/src/ap/
H A Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dieee802_11_vht.c91 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
[all...]
H A Dbeacon.c100 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
1341 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dieee802_11_ht.c29 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)
344 !hapd->iconf->ieee80211n || hapd->conf->disable_11n) {
451 if (hapd->iconf
[all...]
H A Dhostapd.c183 oldconf = hapd->iconf;
188 hapd->iconf = newconf;
189 hapd->iconf->channel = oldconf->channel;
190 hapd->iconf->acs = oldconf->acs;
191 hapd->iconf->secondary_channel = oldconf->secondary_channel;
192 hapd->iconf->ieee80211n = oldconf->ieee80211n;
193 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
194 hapd->iconf->ht_capab = oldconf->ht_capab;
195 hapd->iconf->vht_capab = oldconf->vht_capab;
196 hapd->iconf
[all...]
H A Ddrv_callbacks.c532 hapd->iconf->channel = channel;
533 hapd->iconf->ieee80211n = ht;
535 hapd->iconf->ieee80211ac = 0;
536 hapd->iconf->secondary_channel = offset;
537 hapd->iconf->vht_oper_chwidth = chwidth;
538 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
539 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
581 if (hapd->iconf->channel) {
583 hapd->iconf->channel);
616 hapd->iconf
[all...]
H A Dieee802_11.c61 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
63 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
81 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
86 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
104 if (hapd->iconf->ieee80211n && hapd->iconf
[all...]
H A Dwpa_auth_glue.c32 struct hostapd_config *iconf,
98 iconf->corrupt_gtk_rekey_mic_probability;
624 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
679 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
31 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dieee802_11_vht.c91 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
[all...]
H A Dbeacon.c100 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
1341 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dieee802_11_ht.c29 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)
344 !hapd->iconf->ieee80211n || hapd->conf->disable_11n) {
451 if (hapd->iconf
[all...]
H A Dhostapd.c183 oldconf = hapd->iconf;
188 hapd->iconf = newconf;
189 hapd->iconf->channel = oldconf->channel;
190 hapd->iconf->acs = oldconf->acs;
191 hapd->iconf->secondary_channel = oldconf->secondary_channel;
192 hapd->iconf->ieee80211n = oldconf->ieee80211n;
193 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
194 hapd->iconf->ht_capab = oldconf->ht_capab;
195 hapd->iconf->vht_capab = oldconf->vht_capab;
196 hapd->iconf
[all...]
H A Ddrv_callbacks.c532 hapd->iconf->channel = channel;
533 hapd->iconf->ieee80211n = ht;
535 hapd->iconf->ieee80211ac = 0;
536 hapd->iconf->secondary_channel = offset;
537 hapd->iconf->vht_oper_chwidth = chwidth;
538 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
539 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
581 if (hapd->iconf->channel) {
583 hapd->iconf->channel);
616 hapd->iconf
[all...]
H A Dieee802_11.c61 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
63 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
81 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
86 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
104 if (hapd->iconf->ieee80211n && hapd->iconf
[all...]
H A Dwpa_auth_glue.c32 struct hostapd_config *iconf,
98 iconf->corrupt_gtk_rekey_mic_probability;
624 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
679 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
31 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument

Completed in 268 milliseconds

12