Home
last modified time | relevance | path

Searched refs:DHCPACK (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/ap/
Ddhcp_snoop.c102 if (msgtype == DHCPACK) { in handle_dhcp()
Dfils_hlp.c247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler()
275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler()
/hostap-latest/src/common/
Ddhcp.h217 DHCPACK = 5, enumerator
/hostap-latest/tests/hwsim/
Dtest_fils.py686 DHCPACK = 5 variable
827 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPACK,
836 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPACK, rapid_commit=False,
871 if struct.pack('BBB', OPT_DHCP_MESSAGE_TYPE, 1, DHCPACK) not in options:
992 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPACK,
1006 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPACK,
1244 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPACK,