nrfxlib API 3.3.99
Loading...
Searching...
No Matches
DECT MAC function and function parameter declarations.

nRF Modem DECT MAC functions and function parameters More...

Data Structures

struct  nrf_modem_dect_control_configure_params
 Control configuration parameters. More...
 
struct  nrf_modem_dect_mac_tx_flow_config
 TX flow configuration. More...
 
struct  nrf_modem_dect_mac_parent_info_triggers
 Triggers for notifying change in parent status. More...
 
struct  nrf_modem_dect_mac_association_params
 Association request parameters. More...
 
struct  nrf_modem_dect_mac_association_release_params
 Association request parameters. More...
 
struct  nrf_modem_dect_mac_cluster_beacon_config
 Cluster beacon confiuration. More...
 
struct  nrf_modem_dect_mac_cluster_beacon_receive_params
 Cluster beacon receive request parameters. More...
 
struct  nrf_modem_dect_mac_association_config
 Association configuration. More...
 
struct  nrf_modem_dect_mac_cluster_config
 Cluster configuration. More...
 
struct  nrf_modem_dect_mac_cluster_configure_params
 Cluster configure request parameters. More...
 
struct  nrf_modem_dect_mac_network_beacon_configure_params
 
struct  nrf_modem_dect_mac_network_scan_params
 Network scan request parameters. More...
 
struct  nrf_modem_dect_mac_rssi_scan_params
 RSSI scan request parameters. More...
 
struct  nrf_modem_dect_mac_neighbor_info_params
 Neighbor info request parameters. More...
 
struct  nrf_modem_dect_dlc_data_tx_params
 DLC TX data params. More...
 
struct  nrf_modem_dect_dlc_data_discard_params
 DLC data discard request params. More...
 

Functions

int nrf_modem_dect_mac_callback_set (const struct nrf_modem_dect_mac_op_callbacks *op_cb, const struct nrf_modem_dect_mac_ntf_callbacks *ntf_cb)
 Set application callbacks for MAC notifications.
 
int nrf_modem_dect_control_systemmode_set (enum nrf_modem_dect_control_systemmode dect_mode)
 Set DECT system mode.
 
int nrf_modem_dect_control_functional_mode_set (enum nrf_modem_dect_control_functional_mode mode)
 Set functional mode.
 
int nrf_modem_dect_control_configure (struct nrf_modem_dect_control_configure_params *params)
 Set control configuration.
 
int nrf_modem_dect_mac_association (struct nrf_modem_dect_mac_association_params *params)
 Association request.
 
int nrf_modem_dect_mac_association_release (struct nrf_modem_dect_mac_association_release_params *params)
 Association release request.
 
int nrf_modem_dect_mac_cluster_beacon_receive (struct nrf_modem_dect_mac_cluster_beacon_receive_params *params)
 Cluster beacon receive request.
 
int nrf_modem_dect_mac_cluster_beacon_receive_stop (void)
 Cluster beacon receive request.
 
int nrf_modem_dect_mac_cluster_configure (struct nrf_modem_dect_mac_cluster_configure_params *params)
 Cluster configure request.
 
int nrf_modem_dect_mac_network_beacon_configure (struct nrf_modem_dect_mac_network_beacon_configure_params *params)
 Network beacon configuration request.
 
int nrf_modem_dect_mac_network_scan (struct nrf_modem_dect_mac_network_scan_params *params)
 Network scan request.
 
int nrf_modem_dect_mac_network_scan_stop (void)
 Network scan stop request.
 
int nrf_modem_dect_mac_rssi_scan (struct nrf_modem_dect_mac_rssi_scan_params *params)
 RSSI scan request.
 
int nrf_modem_dect_mac_rssi_scan_stop (void)
 RSSI scan stop request.
 
int nrf_modem_dect_mac_cluster_info (void)
 Cluster info request.
 
int nrf_modem_dect_mac_neighbor_info (struct nrf_modem_dect_mac_neighbor_info_params *params)
 Neighbor info request.
 
int nrf_modem_dect_mac_neighbor_list (void)
 Neighbor list request.
 
int nrf_modem_dect_dlc_data_tx (struct nrf_modem_dect_dlc_data_tx_params *params)
 DLC data transmission request.
 
int nrf_modem_dect_dlc_data_discard (struct nrf_modem_dect_dlc_data_discard_params *params)
 DLC data discard request.
 

Detailed Description

nRF Modem DECT MAC functions and function parameters