Home
last modified time | relevance | path

Searched refs:ip_pool (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h208 struct bitfield *ip_pool; member
Dwpa_auth.c474 wpa_auth->ip_pool = bitfield_alloc(count); in wpa_init()
521 bitfield_free(wpa_auth->ip_pool); in wpa_deinit()
654 bitfield_clear(sm->wpa_auth->ip_pool, in wpa_free_sta_sm()
1163 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) { in wpa_receive()
1167 idx = bitfield_get_first_zero(wpa_auth->ip_pool); in wpa_receive()
1171 bitfield_set(wpa_auth->ip_pool, idx); in wpa_receive()