Home | History | Annotate | Download | only in ap

Lines Matching refs:WPA_GET_BE32

431 	if (WPA_GET_BE32(conf->ip_addr_start)) {
432 int count = WPA_GET_BE32(conf->ip_addr_end) -
433 WPA_GET_BE32(conf->ip_addr_start) + 1;
608 if (WPA_GET_BE32(sm->ip_addr)) {
615 start = WPA_GET_BE32(sm->wpa_auth->conf.ip_addr_start);
617 WPA_GET_BE32(sm->ip_addr) - start);
1044 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) {
1050 u32 start = WPA_GET_BE32(wpa_auth->conf.
2068 if (WPA_GET_BE32(sm->ip_addr) > 0)
2133 if (WPA_GET_BE32(sm->ip_addr) > 0) {
3203 if (sm == NULL || WPA_GET_BE32(sm->ip_addr) == 0)