driver_ndis: Added a workaround for a driver that removes SSID IE in scan
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 5 Nov 2008 21:44:26 +0000 (23:44 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 5 Nov 2008 21:44:26 +0000 (23:44 +0200)
commit31cbe002c9f818ff616938855cf3744ab2c4590d
treeb58276007097724e8f529a7729c7d5ccd90a5a4b
parent2a24bb31991ff79ef8aa13f7e6bd4cc948429d15
driver_ndis: Added a workaround for a driver that removes SSID IE in scan

A driver was found to remove SSID IE from NDIS_WLAN_BSSID_EX IEs, but the
correct SSID is included in NDIS_802_11_SSID structure inside the BSSID
data. If this is seen in scan results, create a matching SSID IE and add it
to the end of IEs to fix scan result parsing.
src/drivers/driver_ndis.c