| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-19 | Add variants to the NetVAdapterLibrary to support the requirements of ↵ | Yang You (UU) | |
| different adapter types. | |||
| 2026-06-17 | check in the demo for OEM solution based on Service Command channel. | Yang You (UU) | |
| 2026-06-15 | Merge branch 'microsoft:main' into WifiihvsampleDataPath | Yang You(UU) | |
| 2025-12-11 | rename the WIFICX folder into wificx | Yang You (UU) | |
| 2025-12-10 | Remove 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-09 | fix the bad "smart" GitHub merge | Yang You (UU) | |
| 2025-12-09 | Merge branch 'wifiihvsample' into WifiihvsampleDataPath | Yang You (UU) | |
| 2025-12-09 | address comments | Yang You (UU) | |
| 2025-12-09 | update the readme.md | Yang You (UU) | |
| 2025-12-09 | update the readme.md | Yang You (UU) | |
| 2025-12-09 | fix the readme.md | Yang You (UU) | |
| 2025-12-09 | have the updated project status | Yang You (UU) | |
| 2025-12-08 | Remove the TX demx support as ENL limiation. | Yang You (UU) | |
| 2025-12-08 | have the last Mac byte feature | Yang You (UU) | |
| 2025-12-06 | Fix build break for NETCX2.6 only APIs | Yang You (UU) | |
| 2025-12-04 | intergrate the netvadapterlibrary with wificxsampledriver, cleanup the ↵ | Yang You (UU) | |
| memory related header -KNEW.H | |||
| 2025-11-25 | fixing the GitHub code analysis errors | Yang You (UU) | |
| 2025-11-25 | Moving to UTF-16 LE BOM as | Yang 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-24 | BuildBreak Fix: Convert to UTF8 | Yang You (UU) | |
| 2025-11-24 | fix 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-24 | try 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-20 | Update the project status. | Yang You (UU) | |
| 2025-11-20 | adding the copyright to the code file, and let the Radio State by default is on | Yang You (UU) | |
| 2025-11-20 | cleanup dead file | Yang You (UU) | |
| 2025-11-20 | have the Infrastructure ready to have the driver install success and able to ↵ | Yang You (UU) | |
| start handling the WifiRequest | |||
| 2025-11-18 | add the INF file for UM and KM, make the static analysis issue free | Yang You (UU) | |
| 2025-11-16 | have the wifiHAL living with the wdfdevice addtional context memory | Yang You (UU) | |
| 2025-11-14 | have the M3 amd M4 general types | Yang You (UU) | |
| 2025-11-13 | move the logic to CPP | Yang You (UU) | |
| 2025-11-13 | have the M3 and M4 correctly trigger | Yang You (UU) | |
| 2025-11-11 | have 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-10 | have the buildable KM and UM solutions for Wifi only scenarios. | Yang You (UU) | |
| 2025-11-06 | Create the WIFICX Folder to prepare the project for WIFICX Sample driver. | Yang You (UU) | |
| 2025-03-20 | Update samples to use WDF v15+ | Wei Mao | |
| 2024-07-01 | Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files | Adonais Romero Gonzalez | |
| 2024-03-21 | [WDI Sample] Refactoring Platform File IO ops to use WDM calls (#1142) | Enya Quetzalli | |
| 2024-02-26 | Remove 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-02 | Cleanup 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-04 | Update all network sample INFs to use UTF-16 LE file encoding (#957) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-31 | Remove references to XP in INFs (#950) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-31 | Add PnpLockdown=1 to remaining samples (#949) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-13 | INFs using DIRID 13 should target only build 16299 or later - network ↵ | Jason | |
| updates (#928) Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-02-15 | Fix InfVerif 1235 errors in some sample INFs (#885) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2022-11-28 | Merge branch 'main' into develop | Adonais 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-23 | fix outdated code | Pranav Sharma | |
| 2022-03-18 | Merge branch 'master' of https://github.com/pralater/Windows-driver-samples | Pranav Sharma | |
| 2022-03-18 | replace deprecated ExAllocatePool API | Pranav Sharma | |
