wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
utils
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 */
Generated on Sun Sep 27 2015 22:08:08 for wpa_supplicant / hostapd by
1.8.6