Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/
Dp2p_iface.cpp343 int he = wpa_s->conf->p2p_go_he; in joinGroup()
1081 int he = wpa_s->conf->p2p_go_he; in connectInternal()
1145 int he = wpa_s->conf->p2p_go_he; in addGroupInternal()
1216 int he = wpa_s->conf->p2p_go_he; in reinvokeInternal()
1655 int he = wpa_s->conf->p2p_go_he; in addGroup_1_2Internal()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h1113 int p2p_go_he; member
Dconfig_file.c1316 if (config->p2p_go_he) in wpa_config_write_global()
1317 fprintf(f, "p2p_go_he=%d\n", config->p2p_go_he); in wpa_config_write_global()
Dp2p_supplicant.c2362 if (wpa_s->p2p_go_he) in wpas_go_neg_completed()
3199 wpa_s->conf->p2p_go_he, in wpas_invitation_received()
3426 wpa_s->p2p_go_he, in wpas_invitation_result()
5078 wpa_s->p2p_go_he, in wpas_p2p_scan_res_join()
5673 wpa_s->p2p_go_he = !!he; in wpas_p2p_connect()
7251 wpa_s->p2p_go_he = !!he; in wpas_p2p_invite()
8278 wpa_s->p2p_go_he, in wpas_p2p_fallback_to_go_neg()
8816 wpa_s->p2p_go_he, wpa_s->p2p_go_edmg, in wpas_p2p_nfc_join_group()
8896 wpa_s->p2p_go_he, wpa_s->p2p_go_edmg, in wpas_p2p_nfc_init_go_neg()
8913 wpa_s->p2p_go_he, wpa_s->p2p_go_edmg, in wpas_p2p_nfc_resp_go_neg()
Dwpa_supplicant_i.h953 unsigned int p2p_go_he:1; member
Dctrl_iface.c5956 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_connect()
6622 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_invite_persistent()
6711 int he = wpa_s->conf->p2p_go_he; in p2p_ctrl_group_add()
Dconfig.c4969 { INT(p2p_go_he), 0 },