Searched refs:p2p_go_he (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.h | 1214 int p2p_go_he; member
|
H A D | p2p_supplicant.c | 2477 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 D | config_file.c | 1275 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 D | wpa_supplicant_i.h | 1155 unsigned int p2p_go_he:1; member
|
H A D | ctrl_iface.c | 6423 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 D | config.c | 5474 { INT(p2p_go_he), 0 },
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 367 int he = wpa_s->conf->p2p_go_he; in wpas_dbus_handler_p2p_group_add()
|