]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Direct P2P_CONNECT command to proper interface
authorJouni Malinen <j@w1.fi>
Sun, 1 Mar 2015 09:54:39 +0000 (11:54 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 1 Mar 2015 09:54:39 +0000 (11:54 +0200)
commitbdf0518bb972a9c82e09801e18c3009d68052764
treec22ee019cfcd0cc270fed7c56b33b37f4490fd2b
parent5de945fcc0b0773ce7f4860f5c8e653c336d5306
P2P: Direct P2P_CONNECT command to proper interface

It is possible for the P2P_CONNECT control interface command to be
issued on an incorrect interface. While the upper layer component should
really use global control interface for this, make this work by
redirecting the command to the correct context if needed.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c