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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c27 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
54 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
69 hapd->iconf->vht_oper_centr_freq_seg0_idx;
71 hapd->iconf->vht_oper_centr_freq_seg1_idx;
73 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
137 own_cap = hapd->iconf->vht_capab;
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)
400 if (hapd->iconf->ieee80211n) {
437 cap &= (hapd->iconf
[all...]
H A Dbeacon.c66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf
960 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dhostapd.c170 oldconf = hapd->iconf;
175 hapd->iconf = newconf;
176 hapd->iconf->channel = oldconf->channel;
177 hapd->iconf->secondary_channel = oldconf->secondary_channel;
178 hapd->iconf->ieee80211n = oldconf->ieee80211n;
179 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
180 hapd->iconf->ht_capab = oldconf->ht_capab;
181 hapd->iconf->vht_capab = oldconf->vht_capab;
182 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth;
183 hapd->iconf
[all...]
H A Dieee802_11.c54 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
56 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
74 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
79 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
97 if (hapd->iconf->ieee80211n && hapd->iconf
[all...]
H A Dwpa_auth_glue.c30 struct hostapd_config *iconf,
93 iconf->corrupt_gtk_rekey_mic_probability;
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
611 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
29 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Ddrv_callbacks.c490 hapd->iconf->channel = channel;
491 hapd->iconf->ieee80211n = ht;
492 hapd->iconf->secondary_channel = offset;
493 hapd->iconf->vht_oper_chwidth = chwidth;
494 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
495 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
H A Dieee802_11_shared.c173 if (hapd->iconf->obss_interval)
228 if (len < 1 && hapd->iconf->obss_interval)
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_vht.c27 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
54 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
69 hapd->iconf->vht_oper_centr_freq_seg0_idx;
71 hapd->iconf->vht_oper_centr_freq_seg1_idx;
73 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
137 own_cap = hapd->iconf->vht_capab;
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)
400 if (hapd->iconf->ieee80211n) {
437 cap &= (hapd->iconf
[all...]
H A Dbeacon.c66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf
960 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dhostapd.c170 oldconf = hapd->iconf;
175 hapd->iconf = newconf;
176 hapd->iconf->channel = oldconf->channel;
177 hapd->iconf->secondary_channel = oldconf->secondary_channel;
178 hapd->iconf->ieee80211n = oldconf->ieee80211n;
179 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
180 hapd->iconf->ht_capab = oldconf->ht_capab;
181 hapd->iconf->vht_capab = oldconf->vht_capab;
182 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth;
183 hapd->iconf
[all...]
H A Dieee802_11.c54 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
56 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
74 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
79 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
97 if (hapd->iconf->ieee80211n && hapd->iconf
[all...]
H A Dwpa_auth_glue.c30 struct hostapd_config *iconf,
93 iconf->corrupt_gtk_rekey_mic_probability;
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
611 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
29 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Ddrv_callbacks.c490 hapd->iconf->channel = channel;
491 hapd->iconf->ieee80211n = ht;
492 hapd->iconf->secondary_channel = offset;
493 hapd->iconf->vht_oper_chwidth = chwidth;
494 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
495 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
H A Dieee802_11_shared.c173 if (hapd->iconf->obss_interval)
228 if (len < 1 && hapd->iconf->obss_interval)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_vht.c27 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
54 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
69 hapd->iconf->vht_oper_centr_freq_seg0_idx;
71 hapd->iconf->vht_oper_centr_freq_seg1_idx;
73 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
137 own_cap = hapd->iconf->vht_capab;
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)
400 if (hapd->iconf->ieee80211n) {
437 cap &= (hapd->iconf
[all...]
H A Dbeacon.c66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf
960 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dhostapd.c170 oldconf = hapd->iconf;
175 hapd->iconf = newconf;
176 hapd->iconf->channel = oldconf->channel;
177 hapd->iconf->secondary_channel = oldconf->secondary_channel;
178 hapd->iconf->ieee80211n = oldconf->ieee80211n;
179 hapd->iconf->ieee80211ac = oldconf->ieee80211ac;
180 hapd->iconf->ht_capab = oldconf->ht_capab;
181 hapd->iconf->vht_capab = oldconf->vht_capab;
182 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth;
183 hapd->iconf
[all...]
H A Dieee802_11.c54 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
56 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht)
74 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) {
79 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) {
97 if (hapd->iconf->ieee80211n && hapd->iconf
[all...]
H A Dwpa_auth_glue.c30 struct hostapd_config *iconf,
93 iconf->corrupt_gtk_rekey_mic_probability;
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
611 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
29 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Ddrv_callbacks.c490 hapd->iconf->channel = channel;
491 hapd->iconf->ieee80211n = ht;
492 hapd->iconf->secondary_channel = offset;
493 hapd->iconf->vht_oper_chwidth = chwidth;
494 hapd->iconf->vht_oper_centr_freq_seg0_idx = seg0_idx;
495 hapd->iconf->vht_oper_centr_freq_seg1_idx = seg1_idx;
H A Dieee802_11_shared.c173 if (hapd->iconf->obss_interval)
228 if (len < 1 && hapd->iconf->obss_interval)
/external/wpa_supplicant_8/hostapd/
H A Dmain.c471 if (hapd && hapd->iconf && hapd->iconf->bss &&
472 hapd->iconf->num_bss > 0 && hapd->iconf->bss[0])
473 return hapd->iconf->bss[0]->iface;

Completed in 839 milliseconds

12