Searched refs:rapid_commit (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/ap/ |
D | fils_hlp.c | 160 int rapid_commit = 0; in fils_dhcp_handler() local 219 rapid_commit = 1; in fils_dhcp_handler() 230 msgtype, rapid_commit, MAC2STR(dhcp->hw_addr)); in fils_dhcp_handler() 241 !rapid_commit) { in fils_dhcp_handler() 276 !rapid_commit && sta->fils_dhcp_rapid_commit_proxy && end_opt) { in fils_dhcp_handler() 333 int rapid_commit = 0; in fils_process_hlp_dhcp() local 377 rapid_commit = 1; in fils_process_hlp_dhcp() 461 rapid_commit); in fils_process_hlp_dhcp() 462 if (hapd->conf->dhcp_rapid_commit_proxy && rapid_commit) { in fils_process_hlp_dhcp()
|
/hostap-latest/tests/hwsim/ |
D | test_fils.py | 693 rapid_commit=True, override_op=None, magic_override=None, argument 732 if rapid_commit: 831 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPOFFER, rapid_commit=False, 836 dhcpdisc = build_dhcp(req=False, dhcp_msg=DHCPACK, rapid_commit=False, 1019 dhcpoffer = build_dhcp(req=False, dhcp_msg=DHCPOFFER, rapid_commit=False, 1105 rapid_commit=False, opt_end=False) 1269 dhcpoffer = build_dhcp(req=False, dhcp_msg=DHCPOFFER, rapid_commit=False, 1282 dhcpoffer = build_dhcp(req=False, dhcp_msg=DHCPOFFER, rapid_commit=False, 1297 dhcpoffer = build_dhcp(req=False, dhcp_msg=DHCPOFFER, rapid_commit=False, 1312 dhcpoffer = build_dhcp(req=False, dhcp_msg=DHCPOFFER, rapid_commit=False, [all …]
|