Fix get_group_ifname() buffer use

If the group interface is fetched from the INTERFACES command, a pointer
to the local stack buffer was returned. This is not valid outside the
get_group_ifname() function, so use a static buffer to avoid such
issues.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
1 file changed