HomeSort by relevance Sort by last modified time
    Searched refs:ip_pool (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 203 struct bitfield *ip_pool; member in struct:wpa_authenticator
wpa_auth.c 437 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);
    [all...]

Completed in 36 milliseconds