Lines Matching refs:go
42 * How many times to try to scan to find the GO before giving up on join
51 int go);
193 size_t ssid_len, int *go)
206 if (go)
207 *go = s->mode == WPAS_MODE_P2P_GO;
240 gtype = "GO";
249 gtype = "GO";
370 wpa_printf(MSG_DEBUG, "P2P: GO Device Address " MACSTR,
392 "group (GO Dev Addr " MACSTR ")", MAC2STR(go_dev_addr));
545 "%s GO ssid=\"%s\" freq=%d psk=%s go_dev_addr=" MACSTR
554 "%s GO ssid=\"%s\" freq=%d passphrase=\"%s\" "
623 * the case, we need to follow power saving (e.g., GO buffering the
625 * NoA from its GO). To make that easier for the driver, select the
884 "%s GO ssid=\"%s\" freq=%d passphrase=\"%s\" "
914 wpa_printf(MSG_DEBUG, "P2P: Setting up WPS for GO provisioning");
1082 wpas_p2p_init_group_interface(struct wpa_supplicant *wpa_s, int go)
1096 if (wpas_p2p_add_group_interface(wpa_s, go ? WPA_IF_P2P_GO :
1114 group_wpa_s->p2p_group_interface = go
2006 size_t ssid_len, int *go, u8 *group_bssid,
2033 grp = wpas_get_p2p_group(wpa_s, ssid, ssid_len, go);
2037 if (*go)
2061 *go = 1;
2070 *go = 1;
2623 * Deinit GO data on any possibly remaining interface (if main
2624 * interface is used as GO).
2692 wpa_printf(MSG_DEBUG, "P2P: Failed to find GO " MACSTR
2740 wpa_printf(MSG_DEBUG, "P2P: Target GO operating frequency "
2746 wpa_printf(MSG_DEBUG, "P2P: Target GO operating frequency "
2753 "prior to joining an existing group (GO " MACSTR
2791 wpa_printf(MSG_DEBUG, "P2P: Failed to find BSS/GO - try again later");
2905 * second group formation timeout since the GO may not have authorized
2926 * @go_intent: GO Intent or -1 to use default
3199 wpa_printf(MSG_DEBUG, "P2P: Set GO freq based on forced "
3206 wpa_printf(MSG_DEBUG, "P2P: Set GO freq based on configured "
3211 wpa_printf(MSG_DEBUG, "P2P: Set GO freq based on configured "
3218 wpa_printf(MSG_DEBUG, "P2P: Set GO freq based on best overall "
3225 wpa_printf(MSG_DEBUG, "P2P: Set GO freq based on best 2.4 GHz "
3232 wpa_printf(MSG_DEBUG, "P2P: Set GO freq based on best 5 GHz "
3236 wpa_printf(MSG_DEBUG, "P2P: Set GO freq %d MHz (no preference "
3242 wpa_printf(MSG_DEBUG, "P2P: Force GO on the channel we are "
3249 wpa_printf(MSG_DEBUG, "P2P: Force GO on the channel we are "
3258 int go)
3265 if (wpas_p2p_add_group_interface(wpa_s, go ? WPA_IF_P2P_GO :
3268 group_wpa_s = wpas_p2p_init_group_interface(wpa_s, go);
3304 wpa_printf(MSG_DEBUG, "P2P: Request to start GO on 2.4 GHz "
3321 wpa_printf(MSG_DEBUG, "P2P: Request to start GO on 5 GHz "
3343 wpa_printf(MSG_DEBUG, "P2P: The forced channel for GO "
3411 int go = 0;
3416 if (wpas_get_p2p_group(wpa_s, ssid->ssid, ssid->ssid_len, &go) &&
3417 go == (ssid->mode == WPAS_MODE_P2P_GO)) {
3482 wpa_printf(MSG_DEBUG, "P2P: GO - group %sidle", idle ? "" : "not ");
3771 int go;
3784 if(wpas_get_p2p_group(wpa_s, ssid->ssid, ssid->ssid_len, &go)) {
3786 if (go)
3789 wpa_printf(MSG_DEBUG, "P2P: We are running persistent group but go is not set");
4027 /* If we are running a P2P Client and we received a Deauth/Disassoc from the Go, then remove
4408 wpa_printf(MSG_DEBUG, "P2P: Unauthorize pending GO Neg peer "