Sample Code
Windows Driver Samples/ Native Wi-Fi Miniport Sample Driver/ C++/ hw/ atheros/ precomp.h/
// // Globally disabled warnings // These are superfluous errors at warning level 4. // #pragma warning(disable:4214) // bit field types other than int #pragma warning(disable:4200) // non-standard extension used #pragma warning(disable:4201) // nameless struct/union #pragma warning(disable:4115) // named type definition in parentheses #pragma warning(disable:4127) // conditional expression is constant #pragma warning(disable:4054) // cast of function pointer to PVOID #pragma warning(disable:4206) // translation unit is empty // // For making calls into NDIS // #include <ndis.h> // // For safe integer arithmetic // #include <ntintsafe.h> // // Various functions and data structures provided by WiFi // #include <windot11.h> #include "80211hdr.h" // // CNG crypto API // #include <bcrypt.h> // // Global structures // #include "glb_defs.h" #include "ath_glb_defs.h" #include "data_glb_defs.h" // // Debugging/tracing functions // #include "mp_trace.h" #include "mp_dbg.h" #include "mp_record.h" // // All the interface functions // #include "mp_intf.h" #include "hvl_intf.h" #include "hw_intf.h" // // Interfaces to the HAL layer // #include "hal_intf.h" // // Structures relevant for this layer // #include "hw_defs.h" #include "hw_data_defs.h" #include "hw_send.h" #include "hw_recv.h" #include "hw_utils.h" #include "glb_utils.h"
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials