commit | 69d89950d2d35bfc4274a2a16b8b26e155f35c05 | [log] [tgz] |
---|---|---|
author | Kiran Kumar Lokere <klokere@codeaurora.org> | Sun Aug 08 23:41:46 2021 -0700 |
committer | Jouni Malinen <jouni@codeaurora.org> | Tue Aug 31 23:27:57 2021 +0300 |
tree | f1fc27f02b6873d2023eea37e06211beff0a4bbd | |
parent | 0d2beba498ea5f82a4a3f7205904dacd951d0058 [diff] |
sta_scan: Support the RxMac parameter in the scan command Add support to parse RxMac in the sta_scan command to configure the driver to use scan request BSSID value in Probe Request frame RA(A1) for scan. If this configuration is set, the driver uses the BSSID value from the scan request to set the RA(A1) in the Probe Request frames during the scan, else the broadcast address is set in the Probe Request frames RA(A1). Signed-off-by: Jouni Malinen <jouni@codeaurora.org>