]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostap: Silence compiler warnings about IFNAMSIZ buffers
authorJouni Malinen <j@w1.fi>
Tue, 1 Jan 2019 17:38:58 +0000 (19:38 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 1 Jan 2019 17:38:58 +0000 (19:38 +0200)
commitb2f1e5458b48001d3d20e58e8ebb07616501cab8
treec5f9004e2abeaecd6f94a8fea3af209d6a2de07d
parent2ea1fce3d64481f1a766e4b1d63d74c8d93a42c1
hostap: Silence compiler warnings about IFNAMSIZ buffers

Report interface name truncation and reject such cases in Host AP driver
initialization of the AP interface.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_hostap.c