uuid.h

Go to the documentation of this file.
00001 
00016 #ifndef UUID_H
00017 #define UUID_H
00018 
00019 #define UUID_LEN 16
00020 
00021 int uuid_str2bin(const char *str, u8 *bin);
00022 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
00023 int is_nil_uuid(const u8 *uuid);
00024 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid);
00025 
00026 #endif /* UUID_H */
00027 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:54 2009 for hostapd by  doxygen 1.6.1