]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Add NFC_HANDOVER commands to p2p_redir list
authorAndres Morales <anmorales@google.com>
Thu, 27 Feb 2014 00:05:21 +0000 (16:05 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 11 Apr 2014 16:22:00 +0000 (19:22 +0300)
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 <dimitrysh@google.com>
wpa_supplicant/ctrl_iface.c

index f50154e1474c83b7d3efa1e612f35a2b9f6b9cb7..01be08985c2bc52f6f500c00b2ae68fcbb6ca711 100644 (file)
@@ -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;