P2P: Add missing direct global ctrl_iface commands for P2P
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 15 Jan 2014 18:27:19 +0000 (10:27 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 17 Jan 2014 09:58:36 +0000 (11:58 +0200)
commit443427e4ed09a6785dc9f7e3379ffa69686590cd
tree05d8843997ab41eace584e0141b99949bfd7893d
parent37b4198af4a76da82e7345a43f7f28285bde0d60
P2P: Add missing direct global ctrl_iface commands for P2P

It should be noted that these commands are not exclusively used for P2P
or in the global context, so use of these commands through the global
control interface for operations that are specific to a single interface
have undefined behavior and that behavior may change in the future. As
such, these are recommend only for operations that are in the global
context (e.g., for P2P management).

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/ctrl_iface.c