Searched refs:iface_up_cb (Results 1 – 2 of 2) sorted by relevance
81 struct net_mgmt_event_callback iface_up_cb; in wait_for_iface() local87 net_mgmt_init_event_callback(&iface_up_cb, iface_up_handler, NET_EVENT_IF_UP); in wait_for_iface()88 net_mgmt_add_event_callback(&iface_up_cb); in wait_for_iface()93 net_mgmt_del_event_callback(&iface_up_cb); in wait_for_iface()
242 struct net_mgmt_event_callback iface_up_cb; in wait_for_interface() local248 net_mgmt_init_event_callback(&iface_up_cb, iface_up_handler, in wait_for_interface()250 net_mgmt_add_event_callback(&iface_up_cb); in wait_for_interface()255 net_mgmt_del_event_callback(&iface_up_cb); in wait_for_interface()