Home
last modified time | relevance | path

Searched refs:mgmt_request (Results 1 – 7 of 7) sorted by relevance

/subsys/net/l2/virtual/
A Dvirtual_mgmt.c16 static int virtual_interface_set_config(uint64_t mgmt_request, in virtual_interface_set_config() argument
39 if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_SET_PEER_ADDRESS) { in virtual_interface_set_config()
49 } else if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_SET_MTU) { in virtual_interface_set_config()
58 } else if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_SET_LINK_TYPE) { in virtual_interface_set_config()
65 } else if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_SET_PRIVATE_KEY) { in virtual_interface_set_config()
92 static int virtual_interface_get_config(uint64_t mgmt_request, in virtual_interface_get_config() argument
116 if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_GET_PEER_ADDRESS) { in virtual_interface_get_config()
128 } else if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_GET_MTU) { in virtual_interface_get_config()
138 } else if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_GET_LINK_TYPE) { in virtual_interface_get_config()
149 } else if (mgmt_request == NET_REQUEST_VIRTUAL_INTERFACE_GET_PUBLIC_KEY) { in virtual_interface_get_config()
/subsys/net/l2/ethernet/
A Dethernet_mgmt.c28 static int ethernet_set_config(uint64_t mgmt_request, in ethernet_set_config() argument
50 if (mgmt_request == NET_REQUEST_ETHERNET_SET_MAC_ADDRESS) { in ethernet_set_config()
75 } else if (mgmt_request == NET_REQUEST_ETHERNET_SET_QAV_PARAM) { in ethernet_set_config()
99 } else if (mgmt_request == NET_REQUEST_ETHERNET_SET_QBV_PARAM) { in ethernet_set_config()
119 } else if (mgmt_request == NET_REQUEST_ETHERNET_SET_QBU_PARAM) { in ethernet_set_config()
154 } else if (mgmt_request == NET_REQUEST_ETHERNET_SET_T1S_PARAM) { in ethernet_set_config()
169 } else if (mgmt_request == NET_REQUEST_ETHERNET_SET_MAC_FILTER) { in ethernet_set_config()
210 static int ethernet_get_config(uint64_t mgmt_request, in ethernet_get_config() argument
246 } else if (mgmt_request == NET_REQUEST_ETHERNET_GET_QAV_PARAM) { in ethernet_get_config()
283 } else if (mgmt_request == NET_REQUEST_ETHERNET_GET_PORTS_NUM) { in ethernet_get_config()
[all …]
A Dethernet_stats.c20 static int eth_stats_get(uint64_t mgmt_request, struct net_if *iface, in eth_stats_get() argument
27 switch (NET_MGMT_GET_COMMAND(mgmt_request)) { in eth_stats_get()
/subsys/net/l2/ieee802154/
A Dieee802154_mgmt.c114 mgmt_request == NET_REQUEST_IEEE802154_ACTIVE_SCAN ? in ieee802154_scan()
124 if (mgmt_request == NET_REQUEST_IEEE802154_ACTIVE_SCAN) { in ieee802154_scan()
180 if (mgmt_request == NET_REQUEST_IEEE802154_ACTIVE_SCAN) { in ieee802154_scan()
721 if (mgmt_request == NET_REQUEST_IEEE802154_SET_ACK) { in ieee802154_set_ack()
723 } else if (mgmt_request == NET_REQUEST_IEEE802154_UNSET_ACK) { in ieee802154_set_ack()
738 static int ieee802154_set_parameters(uint64_t mgmt_request, in ieee802154_set_parameters() argument
750 if (mgmt_request == NET_REQUEST_IEEE802154_SET_EXT_ADDR) { in ieee802154_set_parameters()
771 if (mgmt_request == NET_REQUEST_IEEE802154_SET_CHANNEL) { in ieee802154_set_parameters()
856 static int ieee802154_get_parameters(uint64_t mgmt_request, in ieee802154_get_parameters() argument
868 if (mgmt_request == NET_REQUEST_IEEE802154_GET_EXT_ADDR) { in ieee802154_get_parameters()
[all …]
/subsys/net/l2/wifi/
A Dwifi_mgmt.c373 static int wifi_connect(uint64_t mgmt_request, struct net_if *iface, in wifi_connect() argument
476 static int wifi_scan(uint64_t mgmt_request, struct net_if *iface, in wifi_scan() argument
505 static int wifi_disconnect(uint64_t mgmt_request, struct net_if *iface, in wifi_disconnect() argument
685 static int wifi_ap_enable(uint64_t mgmt_request, struct net_if *iface, in wifi_ap_enable() argument
706 static int wifi_ap_disable(uint64_t mgmt_request, struct net_if *iface, in wifi_ap_disable() argument
877 static int wifi_11k_cfg(uint64_t mgmt_request, struct net_if *iface, in wifi_11k_cfg() argument
996 static int wifi_set_twt(uint64_t mgmt_request, struct net_if *iface, in wifi_set_twt() argument
1063 static int wifi_set_btwt(uint64_t mgmt_request, struct net_if *iface, in wifi_set_btwt() argument
1135 static int wifi_mode(uint64_t mgmt_request, struct net_if *iface, in wifi_mode() argument
1183 static int wifi_channel(uint64_t mgmt_request, struct net_if *iface, in wifi_channel() argument
[all …]
/subsys/net/l2/ppp/
A Dppp_stats.c20 static int ppp_stats_get(uint64_t mgmt_request, struct net_if *iface, in ppp_stats_get() argument
27 if (NET_MGMT_GET_COMMAND(mgmt_request) == in ppp_stats_get()
/subsys/net/ip/
A Dnet_stats.c255 static int net_stats_get(uint64_t mgmt_request, struct net_if *iface, in net_stats_get() argument
261 switch (NET_MGMT_GET_COMMAND(mgmt_request)) { in net_stats_get()

Completed in 33 milliseconds