Searched refs:p2p_go_vht (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 990 int p2p_go_vht; member
|
D | config_file.c | 1127 if (config->p2p_go_vht) in wpa_config_write_global() 1128 fprintf(f, "p2p_go_vht=%d\n", config->p2p_go_vht); in wpa_config_write_global()
|
D | wpa_supplicant_i.h | 867 unsigned int p2p_go_vht:1; member
|
D | p2p_supplicant.c | 2214 if (wpa_s->p2p_go_vht) in wpas_go_neg_completed() 3240 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht, in wpas_invitation_result() 4780 wpa_s->p2p_go_vht, in wpas_p2p_scan_res_join() 5361 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_connect() 6785 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_invite() 6862 wpa_s->p2p_go_vht = 0; in wpas_p2p_invite_group() 7809 wpa_s->p2p_go_vht, in wpas_p2p_fallback_to_go_neg()
|
D | ctrl_iface.c | 5019 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_connect() 5682 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_invite_persistent() 5768 int vht = wpa_s->conf->p2p_go_vht; in p2p_ctrl_group_add()
|
D | config.c | 4292 { INT(p2p_go_vht), 0 },
|