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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
55 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
70 hapd->iconf->vht_oper_centr_freq_seg0_idx;
72 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
H A Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
42 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
62 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
71 oper->control_chan = hapd->iconf->channel;
73 if (hapd->iconf->secondary_channel == 1)
76 if (hapd->iconf->secondary_channel == -1)
222 if (hapd->iconf->ieee80211n) {
259 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK |
267 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_RX_STBC_MASK))
269 if (!(hapd->iconf
[all...]
H A Dhostapd.c140 oldconf = hapd->iconf;
145 hapd->iconf = newconf;
622 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
650 conf->wmm_enabled = hapd->iconf->ieee80211n;
837 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
838 os_memcpy(country, hapd->iconf->country, 3);
882 if (hapd->iconf->channel) {
883 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
886 hostapd_hw_mode_txt(hapd->iconf
[all...]
H A Dbeacon.c56 hapd->iconf->preamble == LONG_PREAMBLE)
67 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211d || max_len < 6 ||
130 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
225 host_to_le16(hapd->iconf->beacon_int);
336 if (!hapd->iconf->send_probe_response)
557 host_to_le16(hapd->iconf->beacon_int);
670 params.beacon_int = hapd->iconf->beacon_int;
704 hapd->iconf->preamble == SHORT_PREAMBLE;
711 if (!hapd->iconf
[all...]
H A Dieee802_11.c50 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
69 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht &&
86 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
106 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht &&
121 hapd->iconf->preamble == SHORT_PREAMBLE)
637 if (hapd->iconf
[all...]
H A Dhostapd.h71 struct hostapd_config *iconf; member in struct:hostapd_data
H A Dwmm.c85 &hapd->iconf->wmm_ac_params[e];
H A Ddrv_callbacks.c380 hapd->iconf->channel = channel;
381 hapd->iconf->ieee80211n = ht;
382 hapd->iconf->secondary_channel = offset;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_vht.c28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
55 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
70 hapd->iconf->vht_oper_centr_freq_seg0_idx;
72 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
H A Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
42 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
62 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
71 oper->control_chan = hapd->iconf->channel;
73 if (hapd->iconf->secondary_channel == 1)
76 if (hapd->iconf->secondary_channel == -1)
222 if (hapd->iconf->ieee80211n) {
259 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK |
267 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_RX_STBC_MASK))
269 if (!(hapd->iconf
[all...]
H A Dhostapd.c140 oldconf = hapd->iconf;
145 hapd->iconf = newconf;
622 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
650 conf->wmm_enabled = hapd->iconf->ieee80211n;
837 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
838 os_memcpy(country, hapd->iconf->country, 3);
882 if (hapd->iconf->channel) {
883 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
886 hostapd_hw_mode_txt(hapd->iconf
[all...]
H A Dbeacon.c56 hapd->iconf->preamble == LONG_PREAMBLE)
67 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211d || max_len < 6 ||
130 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
225 host_to_le16(hapd->iconf->beacon_int);
336 if (!hapd->iconf->send_probe_response)
557 host_to_le16(hapd->iconf->beacon_int);
670 params.beacon_int = hapd->iconf->beacon_int;
704 hapd->iconf->preamble == SHORT_PREAMBLE;
711 if (!hapd->iconf
[all...]
H A Dieee802_11.c50 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
69 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht &&
86 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
106 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht &&
121 hapd->iconf->preamble == SHORT_PREAMBLE)
637 if (hapd->iconf
[all...]
H A Dhostapd.h71 struct hostapd_config *iconf; member in struct:hostapd_data
H A Dwmm.c85 &hapd->iconf->wmm_ac_params[e];
H A Ddrv_callbacks.c380 hapd->iconf->channel = channel;
381 hapd->iconf->ieee80211n = ht;
382 hapd->iconf->secondary_channel = offset;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_vht.c28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
55 if (!hapd->iconf->ieee80211ac || hapd->conf->disable_11ac)
70 hapd->iconf->vht_oper_centr_freq_seg0_idx;
72 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
H A Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
42 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
62 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
71 oper->control_chan = hapd->iconf->channel;
73 if (hapd->iconf->secondary_channel == 1)
76 if (hapd->iconf->secondary_channel == -1)
222 if (hapd->iconf->ieee80211n) {
259 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK |
267 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_RX_STBC_MASK))
269 if (!(hapd->iconf
[all...]
H A Dhostapd.c140 oldconf = hapd->iconf;
145 hapd->iconf = newconf;
622 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
650 conf->wmm_enabled = hapd->iconf->ieee80211n;
837 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
838 os_memcpy(country, hapd->iconf->country, 3);
882 if (hapd->iconf->channel) {
883 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
886 hostapd_hw_mode_txt(hapd->iconf
[all...]
H A Dbeacon.c56 hapd->iconf->preamble == LONG_PREAMBLE)
67 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211d || max_len < 6 ||
130 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
225 host_to_le16(hapd->iconf->beacon_int);
336 if (!hapd->iconf->send_probe_response)
557 host_to_le16(hapd->iconf->beacon_int);
670 params.beacon_int = hapd->iconf->beacon_int;
704 hapd->iconf->preamble == SHORT_PREAMBLE;
711 if (!hapd->iconf
[all...]
H A Dieee802_11.c50 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
69 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht &&
86 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
106 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht &&
121 hapd->iconf->preamble == SHORT_PREAMBLE)
637 if (hapd->iconf
[all...]
H A Dhostapd.h71 struct hostapd_config *iconf; member in struct:hostapd_data
H A Dwmm.c85 &hapd->iconf->wmm_ac_params[e];
H A Ddrv_callbacks.c380 hapd->iconf->channel = channel;
381 hapd->iconf->ieee80211n = ht;
382 hapd->iconf->secondary_channel = offset;
/external/wpa_supplicant_8/hostapd/
H A Dmain.c506 if (hapd && hapd->iconf && hapd->iconf->bss)
507 return hapd->iconf->bss->iface;

Completed in 1156 milliseconds

12