![]() |
nRF Connect SDK API 3.3.99
|
DECT NR+ HAL API. More...
#include <dect_net_l2.h>
Data Fields | |
| struct net_if_api | iface_api |
| int(* | status_info_get )(const struct device *dev, struct dect_status_info *status_info_out) |
| int(* | settings_read )(const struct device *dev, struct dect_settings *settings_out) |
| int(* | settings_write )(const struct device *dev, struct dect_settings *settings_in) |
| int(* | activate_req )(const struct device *dev) |
| int(* | deactivate_req )(const struct device *dev) |
| int(* | rssi_scan )(const struct device *dev, struct dect_rssi_scan_params *params) |
| int(* | scan )(const struct device *dev, struct dect_scan_params *params, dect_scan_result_cb_t cb) |
| int(* | associate_req )(const struct device *dev, struct dect_associate_req_params *params) |
| int(* | associate_release )(const struct device *dev, struct dect_associate_rel_params *params) |
| int(* | cluster_start_req )(const struct device *dev, struct dect_cluster_start_req_params *params) |
| int(* | cluster_reconfig_req )(const struct device *dev, struct dect_cluster_reconfig_req_params *params) |
| int(* | cluster_stop_req )(const struct device *dev, struct dect_cluster_stop_req_params *params) |
| int(* | nw_beacon_start_req )(const struct device *dev, struct dect_nw_beacon_start_req_params *params) |
| int(* | nw_beacon_stop_req )(const struct device *dev, struct dect_nw_beacon_stop_req_params *params) |
| int(* | send )(const struct device *dev, struct net_pkt *pkt) |
| int(* | neighbor_list_req )(const struct device *dev) |
| int(* | neighbor_info_req )(const struct device *dev, struct dect_neighbor_info_req_params *params) |
| int(* | cluster_info_req )(const struct device *dev) |
| int(* | network_create_req )(const struct device *dev) |
| int(* | network_remove_req )(const struct device *dev) |
| int(* | network_join_req )(const struct device *dev) |
| int(* | network_unjoin_req )(const struct device *dev) |
DECT NR+ HAL API.