wpaul 029bb98d76 The ndis_wlan_bssid_ex structure we retrieve in ndis_get_assoc() is
variable length, so we should not be trying to copy it into a fixed
length buffer, especially one on the stack. malloc() a buffer of the
right size and return a pointer to that instead.

Fixes a crash I discovered when testing whe a Cisco AP in infrastructure
mode, which returns several information elements that make the
ndis_wlan_bssid_ex structure larger than expected.
2004-03-24 05:35:03 +00:00
..
2004-03-14 09:43:15 +00:00
2004-02-21 21:32:15 +00:00
2004-03-20 22:41:52 +00:00
2004-03-22 16:04:43 +00:00
2004-01-25 17:18:12 +00:00
2004-01-17 03:28:27 +00:00