Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig.h1214 int p2p_go_he; member
Dp2p_supplicant.c2477 if (wpa_s->p2p_go_he) in wpas_go_neg_completed()
3381 wpa_s->conf->p2p_go_he, in wpas_invitation_received()
3609 wpa_s->p2p_go_he, in wpas_invitation_result()
5414 wpa_s->p2p_go_he, in wpas_p2p_scan_res_join()
6021 wpa_s->p2p_go_he = !!he; in wpas_p2p_connect()
7703 wpa_s->p2p_go_he = !!he; in wpas_p2p_invite()
8741 wpa_s->p2p_go_he, in wpas_p2p_fallback_to_go_neg()
9279 wpa_s->p2p_go_he, wpa_s->p2p_go_edmg, in wpas_p2p_nfc_join_group()
9359 wpa_s->p2p_go_he, wpa_s->p2p_go_edmg, in wpas_p2p_nfc_init_go_neg()
9376 wpa_s->p2p_go_he, wpa_s->p2p_go_edmg, in wpas_p2p_nfc_resp_go_neg()
Dconfig_file.c1276 if (config->p2p_go_he) in wpa_config_write_global()
1277 fprintf(f, "p2p_go_he=%d\n", config->p2p_go_he); in wpa_config_write_global()
Dwpa_supplicant_i.h1166 unsigned int p2p_go_he:1; member
Dctrl_iface.c6422 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_connect()
7087 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_invite_persistent()
7188 int he = wpa_s->conf->p2p_go_he; in p2p_ctrl_group_add()
Dconfig.c5476 { INT(p2p_go_he), 0 },
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c367 int he = wpa_s->conf->p2p_go_he; in wpas_dbus_handler_p2p_group_add()