Searched refs:wan_state (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Wan.cpp | 1927 struct wan_ioctl_notify_wan_state wan_state; in handle_route_add_evt() local 1929 memset(&wan_state, 0, sizeof(wan_state)); in handle_route_add_evt() 2393 wan_state.up = true; in handle_route_add_evt() 2395 strlcpy(wan_state.upstreamIface, dev_name, IFNAMSIZ); in handle_route_add_evt() 2397 if(ioctl(fd_wwan_ioctl, WAN_IOC_NOTIFY_WAN_STATE, &wan_state)) in handle_route_add_evt() 2399 IPACMERR("Failed to send WAN_IOC_NOTIFY_WAN_STATE as up %d\n ", wan_state.up); in handle_route_add_evt() 4851 struct wan_ioctl_notify_wan_state wan_state; in handle_route_del_evt() local 4853 memset(&wan_state, 0, sizeof(wan_state)); in handle_route_del_evt() 4894 if(ioctl(fd_wwan_ioctl, WAN_IOC_NOTIFY_WAN_STATE, &wan_state)) in handle_route_del_evt() 4896 IPACMERR("Failed to send WAN_IOC_NOTIFY_WAN_STATE as up %d\n ", wan_state.up); in handle_route_del_evt() [all …]
|