Structure containing the parameters of the MM_KEY_ADD_REQ message. More...
#include <mm_task.h>

Data Fields | |
| uint8_t | key_idx |
| Key index (valid only for default keys). | |
| uint8_t | sta_idx |
| STA index (valid only for pairwise keys or mesh group keys). | |
| struct mac_sec_key | key |
| Key material. | |
| uint8_t | cipher_suite |
| Cipher suite (WEP64, WEP128, TKIP, CCMP). | |
| uint8_t | inst_nbr |
| Index of the interface for which the key is set (valid only for default keys or mesh group keys). | |
| uint8_t | spp |
| A-MSDU SPP parameter. | |
| bool | pairwise |
| Indicate if provided key is a pairwise key or not. | |
Structure containing the parameters of the MM_KEY_ADD_REQ message.
Definition at line 578 of file mm_task.h.
1.6.1