From: Zhu Yi <yi...@in...> - 2005-11-28 03:03:00
|
On Fri, 2005-11-25 at 09:27 +0800, mike lee wrote: > which functions do the exact work? wx_set_encode? > It is a little bit difficult for me to hack all the ieee80211 source > code. Do there exist a document on ieee80211 stack? ieee80211_crypt_*.c. For example ieee80211_crypt_wep.c does WEP encryption and decryption. Currently the only document is the code. Thanks, -yi |