summaryrefslogtreecommitdiff
path: root/network/wlan
AgeCommit message (Collapse)Author
2026-06-19Add variants to the NetVAdapterLibrary to support the requirements of ↵Yang You (UU)
different adapter types.
2026-06-17check in the demo for OEM solution based on Service Command channel.Yang You (UU)
2026-06-15Merge branch 'microsoft:main' into WifiihvsampleDataPathYang You(UU)
2025-12-11rename the WIFICX folder into wificxYang You (UU)
2025-12-10Remove the Nuget for the WIL, since WDK sample build system not support the ↵Yang You (UU)
VCXProj driven Nuget package. hardcode the WIL path
2025-12-09fix the bad "smart" GitHub mergeYang You (UU)
2025-12-09Merge branch 'wifiihvsample' into WifiihvsampleDataPathYang You (UU)
2025-12-09address commentsYang You (UU)
2025-12-09update the readme.mdYang You (UU)
2025-12-09update the readme.mdYang You (UU)
2025-12-09fix the readme.mdYang You (UU)
2025-12-09have the updated project statusYang You (UU)
2025-12-08Remove the TX demx support as ENL limiation.Yang You (UU)
2025-12-08have the last Mac byte featureYang You (UU)
2025-12-06Fix build break for NETCX2.6 only APIsYang You (UU)
2025-12-04intergrate the netvadapterlibrary with wificxsampledriver, cleanup the ↵Yang You (UU)
memory related header -KNEW.H
2025-11-25fixing the GitHub code analysis errorsYang You (UU)
2025-11-25Moving to UTF-16 LE BOM asYang You (UU)
https://learn.microsoft.com/en-us/windows-hardware/drivers/install/general-guidelines-for-inf-files#editing-inf-files-and-file-encodings The file must be saved with an ANSI or Unicode (UTF-16 LE) file encoding. Unicode (UTF-16 LE) is preferred since it allows the INF to support localizing the INF Strings section in a wide variety of languages. If your INF contains non-ASCII characters, you must save the file as a Unicode (UTF-16 LE) file.
2025-11-24BuildBreak Fix: Convert to UTF8Yang You (UU)
2025-11-24fix the rror 1001: Invalid INF ↵Yang You (UU)
'D:\a\Windows-driver-samples\Windows-driver-samples\network\wlan\WIFICX\um\ARM64\Debug\wificxsampleclientum.inf', must contain [Version] section and have signature "$Windows NT$"
2025-11-24try to walk aroudn the DrvCat EWDK(10.0.26100.6584) error by disabling the ↵Yang You (UU)
inf2cat and code analysis. Will enable back when newer version EWDK fixed the issue.
2025-11-20Update the project status.Yang You (UU)
2025-11-20adding the copyright to the code file, and let the Radio State by default is onYang You (UU)
2025-11-20cleanup dead fileYang You (UU)
2025-11-20have the Infrastructure ready to have the driver install success and able to ↵Yang You (UU)
start handling the WifiRequest
2025-11-18add the INF file for UM and KM, make the static analysis issue freeYang You (UU)
2025-11-16have the wifiHAL living with the wdfdevice addtional context memoryYang You (UU)
2025-11-14have the M3 amd M4 general typesYang You (UU)
2025-11-13move the logic to CPPYang You (UU)
2025-11-13have the M3 and M4 correctly triggerYang You (UU)
2025-11-11have the HAL layer created for correctly demo the Interface of WIfireuqest, ↵Yang You (UU)
meanwhile have the WPPTrace enabled for both um and km
2025-11-10have the buildable KM and UM solutions for Wifi only scenarios.Yang You (UU)
2025-11-06Create the WIFICX Folder to prepare the project for WIFICX Sample driver.Yang You (UU)
2025-03-20Update samples to use WDF v15+Wei Mao
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-03-21[WDI Sample] Refactoring Platform File IO ops to use WDM calls (#1142)Enya Quetzalli
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2023-06-01[network/wlan/WDI] Rename configurations (#988)Adonais Romero González
2023-05-02Cleanup the ARM and X86, (#982)Yang You(UU)
Cleanup the ARM and X86, both of them are out of date, currently not able to succesfully build.
2023-04-04Update all network sample INFs to use UTF-16 LE file encoding (#957)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Remove references to XP in INFs (#950)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Add PnpLockdown=1 to remaining samples (#949)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-13INFs using DIRID 13 should target only build 16299 or later - network ↵Jason
updates (#928) Co-authored-by: Jason Knichel <[email protected]>
2023-02-15Fix InfVerif 1235 errors in some sample INFs (#885)Jason
Co-authored-by: Jason Knichel <[email protected]>
2022-11-28Merge branch 'main' into developAdonais Romero Gonzalez
2022-11-28[network/wlan/WDI] Fix Mismatched Type Comparisons (#715)Pranav Sharma
* fix wider type comparisons * fix resulting mismatched types
2022-07-12[network\wlan\wdi] Move Project to be Windows Driver Compliance ready (#752)Yang You(UU)
1. Running the ApiValidator and make sure the issue free. 2. Running the InfVerif and make sure the INF file issue free. There is limitations for MSFT currently doesn’t have any SDIO based WI-FI NICs, so the latest Driver Verifier /RC 33 36 tests not run
2022-03-23fix outdated codePranav Sharma
2022-03-18Merge branch 'master' of https://github.com/pralater/Windows-driver-samplesPranav Sharma
2022-03-18replace deprecated ExAllocatePool APIPranav Sharma