Increase the maximum hostapd.conf line length to 4096 bytes
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 8 Oct 2015 09:10:24 +0000 (12:10 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 8 Oct 2015 09:10:24 +0000 (12:10 +0300)
commitef50e41028adff82afae864487adaab2df97c563
tree14b30871e1ba2c8cacac0b16bce7b971ce9cd0e4
parente4f90a6a276548494c4e7c14622bfed321570622
Increase the maximum hostapd.conf line length to 4096 bytes

It was already possible to use longer values through the control
interface SET command, but the configuration file parser was still
limited to 512 byte lines. Increase this to 4096 bytes since some of the
configuration parameters (e.g., anqp_elem) can be longer.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c