Wrapper code for MAC callback functions.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
#include <compiler.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include "return_val.h"
#include "pal.h"
#include "bmm.h"
#include "qmm.h"
#include "tal.h"
#include "ieee_const.h"
#include "mac_msg_const.h"
#include "mac_api.h"
#include "mac_msg_types.h"
#include "mac_data_structures.h"
#include "stack_config.h"
#include "mac_internal.h"
#include "mac.h"
#include "mac_build_config.h"
Functions | |
void | mcps_data_conf (uint8_t *m) |
Wrapper function for messages of type mcps_data_conf_t. More... | |
void | mcps_data_ind (uint8_t *m) |
Wrapper function for messages of type mcps_data_ind_t. More... | |
void | mlme_gts_conf (uint8_t *m) |
void | mlme_gts_ind (uint8_t *m) |
void | mlme_reset_conf (uint8_t *m) |
Wrapper function for messages of type mlme_reset_conf_t. More... | |
void | mlme_set_conf (uint8_t *m) |
Wrapper function for messages of type mlme_set_conf_t. More... | |
void mlme_gts_conf | ( | uint8_t * | m | ) |
References mlme_gts_conf_tag::GtsChar, mlme_gts_conf_tag::status, and usr_mlme_gts_conf().
void mlme_gts_ind | ( | uint8_t * | m | ) |
References mlme_gts_ind_tag::DeviceAddr, mlme_gts_ind_tag::GtsChar, and usr_mlme_gts_ind().