Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1214 int p2p_go_he; member
H A 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()
H A Dconfig_file.c1275 if (config->p2p_go_he) in wpa_config_write_global()
1276 fprintf(f, "p2p_go_he=%d\n", config->p2p_go_he); in wpa_config_write_global()
H A Dwpa_supplicant_i.h1155 unsigned int p2p_go_he:1; member
H A Dctrl_iface.c6423 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_connect()
7088 he = (os_strstr(cmd, " he") != NULL) || wpa_s->conf->p2p_go_he; in p2p_ctrl_invite_persistent()
7189 int he = wpa_s->conf->p2p_go_he; in p2p_ctrl_group_add()
H A Dconfig.c5474 { INT(p2p_go_he), 0 },
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c367 int he = wpa_s->conf->p2p_go_he; in wpas_dbus_handler_p2p_group_add()