Home | History | Annotate | Download | only in dhcpcd-hooks

Lines Matching full:intf

7     intf=p2p
9 intf=$interface
13 setprop dhcp.${intf}.reason "${reason}"
17 setprop dhcp.${intf}.ipaddress "${new_ip_address}"
18 setprop dhcp.${intf}.gateway "${new_routers%% *}"
19 setprop dhcp.${intf}.mask "${new_subnet_mask}"
20 setprop dhcp.${intf}.leasetime "${new_dhcp_lease_time}"
21 setprop dhcp.${intf}.server "${new_dhcp_server_identifier}"
22 setprop dhcp.${intf}.vendorInfo "${new_vendor_encapsulated_options}"
23 setprop dhcp.${intf}.mtu "${new_interface_mtu}"
25 setprop dhcp.${intf}.result "ok"
29 setprop dhcp.${intf}.result "failed"
33 setprop dhcp.${intf}.result "released"