wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
uuid.h
Go to the documentation of this file.
1 
5 #ifndef UUID_H
6 #define UUID_H
7 
8 #define UUID_LEN 16
9 
10 int uuid_str2bin(const char *str, u8 *bin);
11 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
12 int is_nil_uuid(const u8 *uuid);
13 
14 #endif /* UUID_H */