Searched refs:role_go (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h73 * role_go - Whether local end is Group Owner
75 int role_go; member in struct:p2p_go_neg_results
569 * proper mode based on struct p2p_go_neg_results::role_go and
H A Dp2p.c1540 res.role_go = go;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h73 * role_go - Whether local end is Group Owner
75 int role_go; member in struct:p2p_go_neg_results
569 * proper mode based on struct p2p_go_neg_results::role_go and
H A Dp2p.c1540 res.role_go = go;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h73 * role_go - Whether local end is Group Owner
75 int role_go; member in struct:p2p_go_neg_results
569 * proper mode based on struct p2p_go_neg_results::role_go and
H A Dp2p.c1540 res.role_go = go;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c1112 if (res->role_go && wpa_s->p2p_persistent_id >= 0) {
1128 wpas_p2p_init_group_interface(wpa_s, res->role_go);
1142 if (res->role_go)
1150 if (res->role_go)
3770 params->role_go = 1;
4046 params.role_go = 1;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c1205 if (res->role_go) {
1213 if (!wpa_dbus_dict_append_string(&dict_iter, "role_go",
1214 res->role_go ? "GO" :

Completed in 173 milliseconds