This file contains MAC related data structures, types and enums.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
#include "mac.h"
Data Structures | |
union | frame_payload_t |
General Command frame payload type. More... | |
struct | mac_assoc_req_tag |
Association Request type. More... | |
struct | mac_assoc_response_tag |
Association Response type. More... | |
struct | mac_beacon_payload_tag |
Beacon Payload type. More... | |
struct | mac_coord_realign_tag |
Coordinator Realignment type. More... | |
struct | mac_data_payload_tag |
Data Payload type. More... | |
struct | mac_disassoc_req_tag |
Disassociation Request type. More... | |
struct | parse_tag |
struct | sec_ctrl_tag |
Structure containing auxiliary security header information. More... | |
Typedefs | |
typedef struct mac_assoc_req_tag | mac_assoc_req_t |
Association Request type. More... | |
typedef struct mac_assoc_response_tag | mac_assoc_response_t |
Association Response type. More... | |
typedef struct mac_beacon_payload_tag | mac_beacon_payload_t |
Beacon Payload type. More... | |
typedef struct mac_coord_realign_tag | mac_coord_realign_t |
Coordinator Realignment type. More... | |
typedef struct mac_data_payload_tag | mac_data_payload_t |
Data Payload type. More... | |
typedef struct mac_disassoc_req_tag | mac_disassoc_req_t |
Disassociation Request type. More... | |
typedef struct parse_tag | parse_t |
typedef struct sec_ctrl_tag | sec_ctrl_t |
Structure containing auxiliary security header information. More... | |