wext: really disassociate (set random SSID)
authorDan Williams <dcbw@redhat.com>
Tue, 10 Feb 2009 09:40:19 +0000 (11:40 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 10 Feb 2009 09:40:19 +0000 (11:40 +0200)
commitb965fa729404b6ac602c716968179bcb510204ae
tree477618bd16566a3aa1f454d19c8628a5a15a7b5e
parent34a6c94178a1d0c26d6eaf9e2dc0c848a798afd2
wext: really disassociate (set random SSID)

Really disassociate when tearing stuff down; drivers may sometimes
(legally) keep trying to reassociate unless the BSSID is unlocked.  If
the SSID is unlocked too, under WEXT drivers are able to pick an SSID to
associate, so kill that behavior by setting a bogus SSID.  Unfortunately
WEXT doesn't provide an easy method to say "stop whatever doing and just
idle".

Signed-off-by: Dan Williams <dcbw@redhat.com>
src/drivers/driver_wext.c