wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
bitfield.h File Reference

Bitfield. More...

Go to the source code of this file.

Functions

struct bitfieldbitfield_alloc (size_t max_bits)
 
void bitfield_free (struct bitfield *bf)
 
void bitfield_set (struct bitfield *bf, size_t bit)
 
void bitfield_clear (struct bitfield *bf, size_t bit)
 
int bitfield_is_set (struct bitfield *bf, size_t bit)
 
int bitfield_get_first_zero (struct bitfield *bf)
 

Detailed Description

Bitfield.