From: Dmitry Shmidt Date: Thu, 6 Apr 2017 00:09:49 +0000 (+0000) Subject: wpa_supplicant: Add GET_CAPABILITY for P2P redirection X-Git-Tag: hostap_2_7~1337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1ece46f58ffaa08f94f4465f31de6b63221f75;p=thirdparty%2Fhostap.git 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 --- 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 ",