Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ht40

5267 	int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5282 * [ht40] [vht] [auto] [ssid=<hexdump>] */
5311 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
5383 pd, ht40, vht, max_oper_chwidth,
5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
5974 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
5989 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht,
6038 int ht40, int vht, int vht_chwidth)
6051 vht_center_freq2, 0, ht40, vht,
6060 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
6070 } else if (os_strcmp(token, "ht40") == 0) {
6071 ht40 = 1;
6074 ht40 = 1;
6091 freq, freq2, ht40, vht,
6094 return wpas_p2p_group_add(wpa_s, persistent, freq, freq2, ht40, vht,