HomeSort by relevance Sort by last modified time
    Searched refs:iconf (Results 1 - 11 of 11) 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;
643 } while (mac_in_conf(hapd->iconf, hapd->own_addr));
671 conf->wmm_enabled = hapd->iconf->ieee80211n;
858 if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
859 os_memcpy(country, hapd->iconf->country, 3);
903 if (hapd->iconf->channel) {
904 iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
907 hostapd_hw_mode_txt(hapd->iconf->hw_mode)
    [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)
600 host_to_le16(hapd->iconf->beacon_int);
713 params.beacon_int = hapd->iconf->beacon_int;
747 hapd->iconf->preamble == SHORT_PREAMBLE;
754 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n
    [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...]
hostapd.h 73 struct hostapd_config *iconf; member in struct:hostapd_data
wmm.c 85 &hapd->iconf->wmm_ac_params[e];
drv_callbacks.c 390 hapd->iconf->channel = channel;
391 hapd->iconf->ieee80211n = ht;
392 hapd->iconf->secondary_channel = offset;
wps_hostapd.c 980 hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 512 if (hapd && hapd->iconf && hapd->iconf->bss)
513 return hapd->iconf->bss->iface;
ctrl_iface.c 781 ret = hostapd_set_iface(hapd->iconf, hapd->conf, cmd, value);
    [all...]

Completed in 40 milliseconds