Files
luban-lite/bsp/peripheral/wireless/atbm603x/net/wpa/wps/include/uuid.h
刘可亮 8bca5e8332 v1.0.4
2024-04-03 16:40:57 +08:00

19 lines
441 B
C

/*
* Universally Unique IDentifier (UUID)
* Copyright (c) 2008, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef UUID_H
#define UUID_H
#define UUID_LEN 16
int uuid_str2bin(const char *str, atbm_uint8 *bin);
int uuid_bin2str(const atbm_uint8 *bin, char *str, atbm_size_t max_len);
int is_nil_uuid(const atbm_uint8 *uuid);
#endif /* UUID_H */