Lines Matching refs:mgmt_event
100 uint32_t mgmt_event,
103 if (mgmt_event == NET_EVENT_IF_xxx) {
105 } else if (mgmt_event == NET_EVENT_IF_yyy) {
107 } else if (mgmt_event == NET_EVENT_IPV4_xxx) {
109 } else if (mgmt_event == NET_EVENT_IPV4_yyy) {
142 static void event_handler(uint32_t mgmt_event, struct net_if *iface,
146 if (mgmt_event == NET_EVENT_IF_xxx) {
148 } else if (mgmt_event == NET_EVENT_IF_yyy) {
150 } else if (mgmt_event == NET_EVENT_IPV4_xxx) {
152 } else if (mgmt_event == NET_EVENT_IPV4_yyy) {
186 static int your_handler(uint32_t mgmt_event, struct net_if *iface,