| 
    Cascoda SDK
    
   Cascoda SDK for building software to run with CA-821x transceivers 
   | 
 
#include <ca821x_api_helper.h>
Functions | |
| struct SecSpec * | MCPS_DATA_indication_get_secspec (const struct MCPS_DATA_indication_pset *aPset) | 
| Get pointer to the security spec of the MCPS Data Indication.  More... | |
| struct ShortAddr * | MLME_BEACON_NOTIFY_indication_get_shortaddrs (uint8_t *aLength, const struct MLME_BEACON_NOTIFY_indication_pset *aPset) | 
| Get the short addresses in the beacon address list.  More... | |
| struct ExtAddr * | MLME_BEACON_NOTIFY_indication_get_extaddrs (uint8_t *aLength, const struct MLME_BEACON_NOTIFY_indication_pset *aPset) | 
| Get the ext addresses in the beacon address list.  More... | |
| uint8_t * | MLME_BEACON_NOTIFY_indication_get_sdu (uint8_t *aLength, const struct MLME_BEACON_NOTIFY_indication_pset *aPset) | 
| Get the SDU from a beacon notify indication.  More... | |
| struct PanDescriptor * | MLME_SCAN_confirm_get_pandescriptor (uint8_t aIndex, const struct MLME_SCAN_confirm_pset *aPset) | 
| Get an indexed pandescriptor from an MLME-SCAN-confirm of a passive or active scan.  More... | |
| struct M_KeyIdLookupDesc * | KeyTableEntry_get_keyidlookupdescs (const struct M_KeyTableEntryFixed *aKte) | 
| Get a pointer to the start of the Key ID Lookup Descriptor list.  More... | |
| struct M_KeyDeviceDesc * | KeyTableEntry_get_keydevicedescs (const struct M_KeyTableEntryFixed *aKte) | 
| Get a pointer to the start of the Key Device Descriptor list.  More... | |
| struct M_KeyUsageDesc * | KeyTableEntry_get_keyusagedescs (const struct M_KeyTableEntryFixed *aKte) | 
| Get a pointer to the start of the Key Usage Descriptor list.  More... | |