icwmp/dm/wepkey.h
2015-08-06 17:39:44 +01:00

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__*/