/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config_ssid.h | 469 int ht40; member in struct:wpa_ssid
|
H A D | wpa_supplicant.c | 1815 int i, chan_idx, ht40 = -1, res, obss_scan = 1; local 1895 ht40 = 1; 1903 if (sec_chan->chan == channel + ht40 * 4) 1916 switch (ht40) {
|
H A D | ctrl_iface.c | 4976 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local 4991 * [ht40] [vht] [auto] [ssid=<hexdump>] */ 5020 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || 5092 pd, ht40, vht, max_oper_chwidth, 5648 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local 5683 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || 5698 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, 5747 int ht40, in 5745 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth) argument 5769 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; local [all...] |
H A D | p2p_supplicant.c | 1891 ssid->ht40 = params->ht40; 2213 res->ht40 = 1; 2220 "freq=%d ht40=%d peer_dev=" MACSTR " peer_iface=" MACSTR 2222 res->role_go ? "GO" : "client", res->freq, res->ht40, 5304 * @ht40: Start GO with 40 MHz channel width 5318 int persistent_id, int pd, int ht40, int vht, 5360 wpa_s->p2p_go_ht40 = !!ht40; 5767 int freq, int vht_center_freq2, int ht40, 5779 params->ht40 5314 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, const u8 *group_ssid, size_t group_ssid_len) argument 5765 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, const struct p2p_channels *channels) argument 6036 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth) argument 6149 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument 6765 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq) argument [all...] |
/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p.h | 98 int ht40; member in struct:p2p_go_neg_results
|
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p.h | 98 int ht40; member in struct:p2p_go_neg_results
|
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/ |
H A D | p2p.h | 98 int ht40; member in struct:p2p_go_neg_results
|