diff options
| author | Yang You (UU) <[email protected]> | 2025-11-18 18:21:05 -0800 |
|---|---|---|
| committer | Yang You (UU) <[email protected]> | 2025-11-18 18:21:05 -0800 |
| commit | 25de639a793266bde0116816b86f8ada28808186 (patch) | |
| tree | 2f12a6fc948b85f636f7871da8be3f020bc7f8e8 /network/wlan/WIFICX/drivercode/driver.cpp | |
| parent | 90a7fc175216f84a11cda994958cd1634341783f (diff) | |
add the INF file for UM and KM, make the static analysis issue free
Diffstat (limited to 'network/wlan/WIFICX/drivercode/driver.cpp')
| -rw-r--r-- | network/wlan/WIFICX/drivercode/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wlan/WIFICX/drivercode/driver.cpp b/network/wlan/WIFICX/drivercode/driver.cpp index f25cc7b5..974d87fb 100644 --- a/network/wlan/WIFICX/drivercode/driver.cpp +++ b/network/wlan/WIFICX/drivercode/driver.cpp @@ -156,7 +156,7 @@ Return Value: WDI_VERSION_LATEST, // The "WDI" version supported by this Ihv driver EvtWifiDeviceSendCommand, // The Wdi command and task, now called "wifirequest". EvtWifiDeviceCreateAdapter, // The Wdi "ports", now support by the netadapter instances. - nullptr); // [Scope: No WiFi Direct support in this sample] + EvtWifiDeviceCreateWifiDirectDevice); // [Scope: No WiFi Direct support in this sample] // Initialize the WifiCx device with the configuration above to let OS side ready. status = WifiDeviceInitialize(wdfIhvDevice, &wifiDeviceConfig); |
