Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ht40

3706 	int ht40;
3711 * [ht40] */
3739 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40;
3780 ht40);
4144 int ht40;
4178 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40;
4180 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, ht40, pref_freq);
4227 char *cmd, int freq, int ht40)
4241 return wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq, ht40, NULL);
4247 int freq = 0, ht40;
4254 ht40 = (os_strstr(cmd, "ht40") != NULL) || wpa_s->conf->p2p_go_ht40;
4258 ht40);
4261 return wpas_p2p_group_add(wpa_s, 1, freq, ht40);
4263 return wpas_p2p_group_add(wpa_s, 0, freq, ht40);
4264 if (ht40)
4265 return wpas_p2p_group_add(wpa_s, 0, freq, ht40);