Changes

Jump to navigation Jump to search
m
minor formatting
Line 59: Line 59:  
     u8 padding_10;      // 0x00
 
     u8 padding_10;      // 0x00
 
     u8 key_length;      // length of key[] (encryption key) in bytes.  0x00 for WEP64 and WEP128.
 
     u8 key_length;      // length of key[] (encryption key) in bytes.  0x00 for WEP64 and WEP128.
     u8 unknown;   // 0x00 or 0x01 toogled with a WPA-PSK (TKIP) and with a WEP entered with hex instead of ascii.
+
     u8 unknown;         // 0x00 or 0x01 toogled with a WPA-PSK (TKIP) and with a WEP entered with hex instead of ascii.
     u8 padding_11;   // 0x00
+
     u8 padding_11;     // 0x00
    
     u8 key[64];        // Encryption key.  For WEP, key is stored 4 times (20 bytes for WEP64 and 52 bytes for WEP128) then padded with 0x00.
 
     u8 key[64];        // Encryption key.  For WEP, key is stored 4 times (20 bytes for WEP64 and 52 bytes for WEP128) then padded with 0x00.
Line 96: Line 96:  
     u8 padding_3;              // 0x00
 
     u8 padding_3;              // 0x00
 
     u8 proxy_password[32];
 
     u8 proxy_password[32];
}__attribute__((__packed__)) proxy_t;
+
} __attribute__((__packed__)) proxy_t;
    
</source>
 
</source>
613

edits

Navigation menu