[PATCH] P2P: Add NFC_HANDOVER commands to p2p_redir list
Andres Morales
anmorales
Thu Apr 3 13:48:28 PDT 2014
These commands should be executed on the P2P interface
thus should be redirected to it.
Change-Id: Icea73676c0383727fe42abe08c9c2711a193f0f0
Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
---
wpa_supplicant/ctrl_iface.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c
index 8d51bf6..db00eeb 100644
--- a/wpa_supplicant/ctrl_iface.c
+++ b/wpa_supplicant/ctrl_iface.c
@@ -6807,6 +6807,9 @@ static char * wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global,
"P2P_PRESENCE_REQ ",
"P2P_EXT_LISTEN ",
"P2P_REMOVE_CLIENT ",
+ "NFC_GET_HANDOVER_SEL ",
+ "NFC_GET_HANDOVER_REQ ",
+ "NFC_REPORT_HANDOVER ",
NULL
};
int found = 0;
--
1.9.1.423.g4596e3a
More information about the Hostap
mailing list