]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Direct global ctrl_iface commands automatically for P2P
authorJouni Malinen <j@w1.fi>
Sat, 18 May 2013 16:41:08 +0000 (19:41 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 May 2013 16:41:08 +0000 (19:41 +0300)
commit576bce9c86a26344fae53c380715b458b9bf6d41
treece18458da64acf2ba41b6d0b8e0ad40605a5632b
parentc4bf83a7231f2f41d21530d8c73a1033ae728ba5
P2P: Direct global ctrl_iface commands automatically for P2P

The P2P management operations like P2P_FIND and P2P_CONNECT are not
really specific to any network interface. These are P2P Device level
operations that are in more global device context. Allow those to be
sent through the global control interface without IFNAME parameter.

For now, these commands are directed within wpa_supplicant to the
network interface that initialized the global P2P context. This may
change in the future if a special context is added for P2P operations.
Anyway, such changes can now be done internally within wpa_supplicant
without affecting this global control interface design from external
view point.

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