ctrl_iface: Make p2p_ctrl_group_add() more robust
authorEliad Peller <eliad@wizery.com>
Wed, 17 Jun 2015 13:18:15 +0000 (16:18 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 19 Jun 2015 12:56:54 +0000 (15:56 +0300)
commit29292d53ee7c5b23185538b09caadf8409b58c18
treebca24114cd8f59131caaeab6aa1c820f3f03fcf8
parente4a80d89bd80f73a3d07f00334644302c2ad2c53
ctrl_iface: Make p2p_ctrl_group_add() more robust

Parse each parameter individually and combine all the function calls.
This will allow further patch to call it with no parameters (currently
this might result in failure).

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
wpa_supplicant/ctrl_iface.c