]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix the "BSS FIRST.." command
authorAmar Singhal <asinghal@qca.qualcomm.com>
Tue, 5 Feb 2013 22:28:48 +0000 (00:28 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 5 Feb 2013 22:28:48 +0000 (00:28 +0200)
commitf330b4b44b6244cc818aac450c61f583775a606d
tree8f961333a65918bde45a5bc7a1d7c74b33eaf77a
parent5ebe8c8179b59563fceb59a3b82c9cb02f7a40dd
Fix the "BSS FIRST.." command

The "BSS FIRST.." command fails when additional parameters (e.g., MASK)
is used since the string comparsion does not take into account the
number of characters. Fix by comparing only 5 characters as in other
commands.

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