]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Increase receive buffer from 2048 to 4096 bytes
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 27 Feb 2013 13:59:55 +0000 (15:59 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Feb 2013 13:59:55 +0000 (15:59 +0200)
commitaec309c407bab60379392916a48683c98a03b447
tree8f6dfb5f622faf7e50e912fd0dce57d5fd881f99
parent8cee87ab139e52516ee4185789b40a0459fa7406
wpa_cli: Increase receive buffer from 2048 to 4096 bytes

wpa_supplicant uses 4096 byte buffer for control interface responses, so
wpa_cli should do the same to avoid truncating responses unnecessarily.

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