From: Andres Morales Date: Thu, 27 Feb 2014 00:05:21 +0000 (-0800) Subject: P2P: Add NFC_HANDOVER commands to p2p_redir list X-Git-Tag: hostap_2_2~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ff948753ebe5643b5c2d16546a4d16e2c9d20a;p=thirdparty%2Fhostap.git P2P: Add NFC_HANDOVER commands to p2p_redir list These commands can be executed on the P2P interface thus should be redirected to it when issued to the global control interface. Signed-off-by: Dmitry Shmidt --- diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index f50154e14..01be08985 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -6843,6 +6843,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;