Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_i.h238 struct bitfield *ip_pool; member
H A Dwpa_auth.c572 wpa_auth->ip_pool = bitfield_alloc(count); in wpa_init()
615 bitfield_free(wpa_auth->ip_pool); in wpa_deinit()
765 bitfield_clear(sm->wpa_auth->ip_pool, in wpa_free_sta_sm()
3167 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) { in SM_STATE()
3171 idx = bitfield_get_first_zero(wpa_auth->ip_pool); in SM_STATE()
3174 bitfield_set(wpa_auth->ip_pool, idx); in SM_STATE()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h233 struct bitfield *ip_pool; member
H A Dwpa_auth.c515 wpa_auth->ip_pool = bitfield_alloc(count); in wpa_init()
558 bitfield_free(wpa_auth->ip_pool); in wpa_deinit()
703 bitfield_clear(sm->wpa_auth->ip_pool, in wpa_free_sta_sm()
2985 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) { in SM_STATE()
2989 idx = bitfield_get_first_zero(wpa_auth->ip_pool); in SM_STATE()
2992 bitfield_set(wpa_auth->ip_pool, idx); in SM_STATE()

Completed in 15 milliseconds