Searched refs:DHCPACK (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/ap/ |
D | dhcp_snoop.c | 102 if (msgtype == DHCPACK) { in handle_dhcp()
|
D | fils_hlp.c | 247 } 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/ |
D | dhcp.h | 217 DHCPACK = 5, enumerator
|
/hostap-latest/tests/hwsim/ |
D | test_fils.py | 686 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,
|