Manangement Frames protection module definitions. More...
#include "co_bool.h"#include "co_int.h"#include "rxu_cntrl.h"Go to the source code of this file.
Enumerations | |
| enum | mfp_protection { MFP_NO_PROT, MFP_UNICAST_PROT, MFP_MULTICAST_PROT } |
list of MFP protection More... | |
Functions | |
| bool | mfp_is_robust_frame (uint16_t frame_cntl, uint8_t action) |
| Check if it is a robust management frame. | |
| bool | mfp_ignore_mgmt_frame (struct rx_cntrl_rx_status *rx_status, uint32_t *frame, uint16_t frmlen, bool *upload) |
| Check if the management frame must be ignored. | |
| enum mfp_protection | mfp_protect_mgmt_frame (struct txdesc *txdesc, uint16_t fctl, uint8_t action) |
| Check if the management frame must be protected. | |
| int | mfp_add_mgmt_mic (struct txdesc *txdesc, uint32_t frame, int length, uint32_t mmic) |
| Add the MGMT MIC IE at the end of the frame. | |
Manangement Frames protection module definitions.
Copyright (C) RivieraWaves 2015-2019
Definition in file mfp.h.
1.6.1