P2P: Consider ht/vht on P2P_GROUP_ADD command (with no params)
authorEliad Peller <eliad@wizery.com>
Wed, 17 Jun 2015 13:18:16 +0000 (16:18 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 19 Jun 2015 12:57:16 +0000 (15:57 +0300)
commit38dcc86cb7bcd6021757ea0f96fcbce623d4f753
tree001bb8391e31574093a427f7ec78374a64e23c5c
parent29292d53ee7c5b23185538b09caadf8409b58c18
P2P: Consider ht/vht on P2P_GROUP_ADD command (with no params)

p2p_ctrl_group_add() takes care of various configuration options (such
as ht/vht) before calling wpas_p2p_group_add(), so use it (just like
when P2P_GROUP_ADD is called with additional params).

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