Searched refs:get_flags (Results 1 – 4 of 4) sorted by relevance
79 enum net_l2_flags (*get_flags)(struct net_if *iface); member150 .get_flags = (_get_flags_fn), \
143 zassert_not_null(net_if_l2(iface)->get_flags, "No get_flags() found"); in ZTEST()145 flags = net_if_l2(iface)->get_flags(iface); in ZTEST()
61 - ``get_flags()``: This function will return the capabilities of an L2 driver,
656 if (net_if_l2(iface) && net_if_l2(iface)->get_flags) { in l2_flags_get()657 flags = net_if_l2(iface)->get_flags(iface); in l2_flags_get()