Home
last modified time | relevance | path

Searched refs:p2p_go_vht (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/
Dconfig.h1194 int p2p_go_vht; member
Dconfig_file.c1274 if (config->p2p_go_vht) in wpa_config_write_global()
1275 fprintf(f, "p2p_go_vht=%d\n", config->p2p_go_vht); in wpa_config_write_global()
Dp2p_supplicant.c2475 if (wpa_s->p2p_go_vht) in wpas_go_neg_completed()
3379 wpa_s->conf->p2p_go_vht, in wpas_invitation_received()
3607 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht, in wpas_invitation_result()
5412 wpa_s->p2p_go_vht, in wpas_p2p_scan_res_join()
6018 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_connect()
7702 wpa_s->p2p_go_vht = !!vht; in wpas_p2p_invite()
7783 wpa_s->p2p_go_vht = 0; in wpas_p2p_invite_group()
8739 wpa_s->p2p_go_vht, in wpas_p2p_fallback_to_go_neg()
Dwpa_supplicant_i.h1164 unsigned int p2p_go_vht:1; member
Dctrl_iface.c6419 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_connect()
7084 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht; in p2p_ctrl_invite_persistent()
7186 int vht = wpa_s->conf->p2p_go_vht; in p2p_ctrl_group_add()
Dconfig.c5475 { INT(p2p_go_vht), 0 },
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c365 int vht = wpa_s->conf->p2p_go_vht; in wpas_dbus_handler_p2p_group_add()