eap_peap_common.h

来自「IEEE802.11 a/b/g 客户端应用程序源代码」· C头文件 代码 · 共 23 行

H
23
字号
/* * EAP-PEAP common routines * Copyright (c) 2008, Jouni Malinen <j@w1.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alternatively, this software may be distributed under the terms of BSD * license. * * See README and COPYING for more details. */#ifndef EAP_PEAP_COMMON_H#define EAP_PEAP_COMMON_Hvoid peap_prfplus(int version, const u8 *key, size_t key_len,		  const char *label, const u8 *seed, size_t seed_len,		  u8 *buf, size_t buf_len);#endif /* EAP_PEAP_COMMON_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?