HomeSort by relevance Sort by last modified time
    Searched refs:iconf (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c 28 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 hapd->iconf->vht_oper_centr_freq_seg1_idx;
74 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
ieee802_11_ht.c 33 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)
221 if (hapd->iconf->ieee80211n) {
258 cap &= (hapd->iconf->ht_capab | HT_CAP_INFO_RX_STBC_MASK |
266 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_RX_STBC_MASK))
268 if (!(hapd->iconf->ht_capab & HT_CAP_INFO_TX_STBC)
    [all...]
hostapd.c 156 oldconf = hapd->iconf;
161 hapd->iconf = newconf;
619 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
647 conf->wmm_enabled = hapd->iconf->ieee80211n;
846 struct hostapd_config *conf = hapd->iconf;
903 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
904 os_memcpy(country, hapd->iconf->country, 3);
952 if (hapd->iconf->channel) {
953 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel)
    [all...]
beacon.c 56 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);
377 if (!hapd->iconf->send_probe_response)
503 if (hapd->iconf->ignore_probe_probability > 0.0d &&
504 drand48() < hapd->iconf->ignore_probe_probability) {
621 host_to_le16(hapd->iconf->beacon_int);
734 params.beacon_int = hapd->iconf->beacon_int
    [all...]
ieee802_11.c 54 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)
56 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,
80 iconf->corrupt_gtk_rekey_mic_probability;
518 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
592 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
hostapd.h 100 struct hostapd_config *iconf; member in struct:hostapd_data
wmm.c 85 &hapd->iconf->wmm_ac_params[e];
drv_callbacks.c 395 hapd->iconf->channel = channel;
396 hapd->iconf->ieee80211n = ht;
397 hapd->iconf->secondary_channel = offset;
wps_hostapd.c 879 return hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
1060 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 520 if (hapd && hapd->iconf && hapd->iconf->bss)
521 return hapd->iconf->bss->iface;
ctrl_iface.c 684 beacon_int = hapd->iconf->beacon_int;
897 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value);
    [all...]

Completed in 81 milliseconds