Searched refs:dhcp_server (Results 1 – 4 of 4) sorted by relevance
130 addr.sin_addr.s_addr = hapd->conf->dhcp_server.u.v4.s_addr; in fils_dhcp_request()267 iph->saddr = hapd->conf->dhcp_server.u.v4.s_addr; in fils_dhcp_handler()387 if (hapd->conf->dhcp_server.af != AF_INET || in fils_process_hlp_dhcp()388 hapd->conf->dhcp_server.u.v4.s_addr == 0) { in fils_process_hlp_dhcp()443 addr.sin_addr.s_addr = hapd->conf->dhcp_server.u.v4.s_addr; in fils_process_hlp_dhcp()
679 struct hostapd_ip_addr dhcp_server; member
113 self.dhcp_server = DHCPOverWPA(send_func=self.send_ether_over_wpa,134 arp_source_ip = self.dhcp_server.gw364 self.dhcp_server.reply(ether_pkt)368 pkt[ARP].op == 1 and pkt[ARP].pdst == self.dhcp_server.gw:476 self.dhcp_server.run()794 self.arp_target_ip = self.dhcp_server.leases.get(self.client,
4270 if (hostapd_parse_ip_addr(pos, &bss->dhcp_server)) { in hostapd_config_fill()