Fix BSS RANGE command for no exact id match cases
authorAmar Singhal <asinghal@qca.qualcomm.com>
Thu, 7 Feb 2013 10:27:52 +0000 (12:27 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 7 Feb 2013 10:27:52 +0000 (12:27 +0200)
commit9f42d49c55f233bf536e3a06dbe9a4e5ef0249aa
treeb2f583ba27f982f6c88b024fbd4598b13e5d155e
parentcc03d0fef3bf5913f8e11b7e998c10bf36a3c07f
Fix BSS RANGE command for no exact id match cases

The RANGE=N1-N2 command did not return any entries in some cases where
N1 does not match with any BSS entry. Fix this by allow entries to be
fetched even without knowing the exact id values.

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