• Margit Schubert-While's avatar
    [PATCH] prism54 Fix wrong type for BSSID · 94730894
    Margit Schubert-While authored
    2004-07-12 Margit Schubert-While <margitsw@t-online.de>
    
    * The OID type for BSSID was incorrectly set to type SSID.
      It should be type RAW. This lead to interesting reporting
      by "iwpriv ethX g_bssid".
      (Which caused garbage output and possibly an out of bound)
    
    * Be ultra-cautious in reporting SSID by changing the "%s"
      to "%.*s" and passing the length. (Prompted by the false
      type above, whereby length = 0 and a %s on a garbage field)
    94730894
oid_mgt.c 22.5 KB