From be1ece46f58ffaa08f94f4465f31de6b63221f75 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Thu, 6 Apr 2017 00:09:49 +0000 Subject: [PATCH] wpa_supplicant: Add GET_CAPABILITY for P2P redirection It will give capability to check channel list before P2P group is created. Signed-off-by: Dmitry Shmidt --- wpa_supplicant/ctrl_iface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index a25d84abf..8d10852c0 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -10466,6 +10466,7 @@ static char * wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global, #ifdef ANDROID "DRIVER ", #endif /* ANDROID */ + "GET_CAPABILITY ", "GET_NETWORK ", "REMOVE_NETWORK ", "P2P_FIND ",