Searched refs:p2p_go_he (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/ |
D | p2p_iface.cpp | 343 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/ |
D | config.h | 1113 int p2p_go_he; member
|
D | config_file.c | 1316 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()
|
D | p2p_supplicant.c | 2362 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()
|
D | wpa_supplicant_i.h | 953 unsigned int p2p_go_he:1; member
|
D | ctrl_iface.c | 5956 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()
|
D | config.c | 4969 { INT(p2p_go_he), 0 },
|