Increase global ctrl_iface buffer to same size as per-interface
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Jan 2014 14:57:15 +0000 (16:57 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jan 2014 14:57:15 +0000 (16:57 +0200)
commit8615bdfac90174c3730ae5e6607b85f8bbec847e
tree020bc90d78d74f7a4f41fa7d779970b70a8eb620
parentee2caef38e2576ac9a8f993105eecdc2ed0e018f
Increase global ctrl_iface buffer to same size as per-interface

Since the global ctrl_iface can be used with IFNAME= prefix to send
commands to be processed by per-interface code, it should have the same
(well, close to same since the prefix takes some space) limits on
command length as the per-interface ctrl_iface. Increase the buffer from
256 to 4096 to achieve this.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface_unix.c