wlantest: Do not add new BSS/STA entries based on ctrl commands
authorJouni Malinen <j@w1.fi>
Fri, 19 Nov 2010 20:00:10 +0000 (22:00 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 19 Nov 2010 20:00:10 +0000 (22:00 +0200)
commit57f7d03f91d317c512c403ee4d625f3379b524b6
treeebd375bfa1a21b8a3dccf6531ff50061d15981a9
parentfbdd21327e51dce89a8d5b67cb0fb8d1c118d130
wlantest: Do not add new BSS/STA entries based on ctrl commands

Introduce bss_find()/sta_find() as an alternative bss_get()/sta_get()
command that do not allocate new BSS/STA entry if no existing entry
is found.
wlantest/bss.c
wlantest/ctrl.c
wlantest/sta.c
wlantest/wlantest.h