Searched refs:ip_pool (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_i.h203 struct bitfield *ip_pool; member in struct:wpa_authenticator
H A Dwpa_auth.c437 wpa_auth->ip_pool = bitfield_alloc(count);
484 bitfield_free(wpa_auth->ip_pool);
616 bitfield_clear(sm->wpa_auth->ip_pool,
1044 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) {
1048 idx = bitfield_get_first_zero(wpa_auth->ip_pool);
1052 bitfield_set(wpa_auth->ip_pool, idx);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_i.h203 struct bitfield *ip_pool; member in struct:wpa_authenticator
H A Dwpa_auth.c437 wpa_auth->ip_pool = bitfield_alloc(count);
484 bitfield_free(wpa_auth->ip_pool);
616 bitfield_clear(sm->wpa_auth->ip_pool,
1044 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) {
1048 idx = bitfield_get_first_zero(wpa_auth->ip_pool);
1052 bitfield_set(wpa_auth->ip_pool, idx);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h203 struct bitfield *ip_pool; member in struct:wpa_authenticator
H A Dwpa_auth.c437 wpa_auth->ip_pool = bitfield_alloc(count);
484 bitfield_free(wpa_auth->ip_pool);
616 bitfield_clear(sm->wpa_auth->ip_pool,
1044 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) {
1048 idx = bitfield_get_first_zero(wpa_auth->ip_pool);
1052 bitfield_set(wpa_auth->ip_pool, idx);

Completed in 172 milliseconds