Why do you think that? I literally just wrote an app to do this. From my notes:
> Android 13 still requires `ACCESS_FINE_LOCATION` to call `startScan()` and `getScanResults()` - `NEARBY_WIFI_DEVICES` is not sufficient
See here: https://developer.android.com/reference/android/net/wifi/Wif...()
I tried getting by without it, but it was required.