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

Data Fields | |
| struct mac_chan_op | chan |
| Channel information. | |
| uint8_t | index |
| Index of the RF for which the channel has to be set (0: operating (primary), 1: secondary RF (used for additional radar detection). | |
Structure containing the parameters of the MM_SET_CHANNEL_REQ message.
Definition at line 316 of file mm_task.h.
| uint8_t mm_set_channel_req::index |
Index of the RF for which the channel has to be set (0: operating (primary), 1: secondary RF (used for additional radar detection).
This parameter is reserved if no secondary RF is available in the system
Definition at line 323 of file mm_task.h.
Referenced by mm_set_channel_req_handler().
1.6.1