Searched defs:ht40 (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h80 int ht40; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h80 int ht40; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h403 int ht40; member in struct:wpa_ssid
H A Dctrl_iface.c4087 int ht40, vht; local
4092 * [ht40] [vht] */
4121 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
4163 ht40, vht);
4532 int ht40, vht; local
4567 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
4570 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, ht40, vht,
4618 char *cmd, int freq, int ht40,
4617 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, char *cmd, int freq, int ht40, int vht) argument
4640 int freq = 0, ht40, vht; local
[all...]
H A Dp2p_supplicant.c1351 ssid->ht40 = params->ht40;
1627 res->ht40 = 1;
1632 "freq=%d ht40=%d peer_dev=" MACSTR " peer_iface=" MACSTR
1634 res->role_go ? "GO" : "client", res->freq, res->ht40,
4787 * @ht40: Start GO with 40 MHz channel width
4797 int ht40, int vht)
4833 wpa_s->p2p_go_ht40 = !!ht40;
5145 int freq, int ht40, int vht,
5154 params->ht40
4793 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, int persistent_id, int pd, int ht40, int vht) argument
5143 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int ht40, int vht, const struct p2p_channels *channels) argument
5321 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int ht40, int vht) argument
5414 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int ht40, int vht, const struct p2p_channels *channels, int connection_timeout) argument
5929 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int ht40, int vht, int pref_freq) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h80 int ht40; member in struct:p2p_go_neg_results

Completed in 1830 milliseconds