mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
6 lines
188 B
C
6 lines
188 B
C
#ifndef __WEPKEY_H__
|
|
#define __WEPKEY_H__
|
|
#include "md5.h"
|
|
void wepkey64(char *passphrase, char strk64[4][11]);
|
|
void wepkey128(char *passphrase, char strk128[27]);
|
|
#endif /*__WEPKEY_H__*/
|