libertas: implement SSID scanning for SIOCSIWSCAN
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas / dev.h
index fd1fcc7..ff2c046 100644 (file)
@@ -149,6 +149,8 @@ struct lbs_private {
        struct work_struct sync_channel;
        /* remember which channel was scanned last, != 0 if currently scanning */
        int scan_channel;
+       u8 scan_ssid[IW_ESSID_MAX_SIZE + 1];
+       u8 scan_ssid_len;
 
        /** Hardware access */
        int (*hw_host_to_card) (struct lbs_private *priv, u8 type, u8 *payload, u16 nb);