Home
last modified time | relevance | path

Searched refs:bitfield_alloc (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dbitfield.h14 struct bitfield * bitfield_alloc(size_t max_bits);
Dbitfield.c21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc() function
Dutils_module_tests.c115 bf = bitfield_alloc(123); in bitfield_tests()
181 bf = bitfield_alloc(8); in bitfield_tests()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c474 wpa_auth->ip_pool = bitfield_alloc(count); in wpa_init()