⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uuid.h

📁 最新的Host AP 新添加了许多pcmcia 的驱动
💻 H
字号:
/* * Universally Unique IDentifier (UUID) * 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 UUID_H#define UUID_H#define UUID_LEN 16int uuid_str2bin(const char *str, u8 *bin);int uuid_bin2str(const u8 *bin, char *str, size_t max_len);int is_nil_uuid(const u8 *uuid);void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid);#endif /* UUID_H */

⌨️ 快捷键说明

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