Home
last modified time | relevance | path

Searched refs:p2p_go_ht40 (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h980 int p2p_go_ht40; member
Dconfig_file.c1125 if (config->p2p_go_ht40) in wpa_config_write_global()
1126 fprintf(f, "p2p_go_ht40=%d\n", config->p2p_go_ht40); in wpa_config_write_global()
Dwpa_supplicant_i.h866 unsigned int p2p_go_ht40:1; member
Dp2p_supplicant.c2212 if (wpa_s->p2p_go_ht40) in wpas_go_neg_completed()
3240 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht, in wpas_invitation_result()
4583 wpa_s->p2p_go_ht40 ? 255 : 100, 20); in wpas_p2p_start_go_neg()
4779 wpa_s->p2p_go_ht40, in wpas_p2p_scan_res_join()
5360 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect()
6784 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_invite()
6861 wpa_s->p2p_go_ht40 = 0; in wpas_p2p_invite_group()
7808 wpa_s->p2p_go_ht40, in wpas_p2p_fallback_to_go_neg()
Dctrl_iface.c5020 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect()
5683 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent()
5769 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add()
Dconfig.c4291 { INT(p2p_go_ht40), 0 },