Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:ht40

3114 	int ht40;
3119 * [ht40] */
3147 ht40 = os_strstr(pos, " ht40") != NULL;
3188 ht40);
3552 int ht40;
3578 ht40 = os_strstr(cmd, " ht40") != NULL;
3580 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, ht40);
3627 char *cmd, int freq, int ht40)
3641 return wpas_p2p_group_add_persistent(wpa_s, ssid, 0, freq, ht40);
3647 int freq = 0, ht40;
3654 ht40 = os_strstr(cmd, "ht40") != NULL;
3658 ht40);
3661 return wpas_p2p_group_add(wpa_s, 1, freq, ht40);
3663 return wpas_p2p_group_add(wpa_s, 0, freq, ht40);
3664 if (ht40)
3665 return wpas_p2p_group_add(wpa_s, 0, freq, ht40);