Skip to content

Commit ed78032

Browse files
rado17rlubos
authored andcommitted
[nrf fromlist] drivers: wifi: nrf_wifi: Suppress 11b rates in P2P scan
Add an identifier to P2P scan request. RPU can use this to differentiate it from regular scan requests and suppress 11b rates. Upstream PR #: 97183 Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent a5d3264 commit ed78032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/wifi/nrf_wifi/src/wpa_supp_if.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,10 @@ int nrf_wifi_wpa_supp_scan2(void *if_priv, struct wpa_driver_scan_params *params
559559
}
560560
}
561561

562+
if (params->p2p_probe) {
563+
scan_info->scan_params.no_cck = 1;
564+
}
565+
562566
scan_info->scan_reason = SCAN_CONNECT;
563567

564568
/* Copy extra_ies */

0 commit comments

Comments
 (0)