Structure containing the parameters of the SCAN_START_REQ message. More...
#include <scan_task.h>

Data Fields | |
| struct mac_chan_def | chan [SCAN_CHANNEL_MAX] |
| List of channel to be scanned. | |
| struct mac_ssid | ssid [SCAN_SSID_MAX] |
| List of SSIDs to be scanned. | |
| struct mac_addr | bssid |
| BSSID to be scanned. | |
| uint32_t | add_ies |
| Address (in host memory) to the additional IEs that need to be added to the ProbeReq (following the SSID element). | |
| uint16_t | add_ie_len |
| Length of the additional IEs. | |
| uint8_t | vif_idx |
| Index of the VIF that is scanning. | |
| uint8_t | chan_cnt |
| Number of channels to scan. | |
| uint8_t | ssid_cnt |
| Number of SSIDs to scan for. | |
| bool | no_cck |
| no CCK - For P2P frames not being sent at CCK rate in 2GHz band. | |
Structure containing the parameters of the SCAN_START_REQ message.
Definition at line 86 of file scan_task.h.
1.6.1