diff options
| author | Adam Shapiro <[email protected]> | 2016-02-04 13:02:45 -0800 |
|---|---|---|
| committer | Adam Shapiro <[email protected]> | 2016-02-04 13:02:45 -0800 |
| commit | 3c8ac8624f815e66b370ef412bbf13cbd2c732e2 (patch) | |
| tree | 9e1e9654be00272763677a6fe6891f7cb5fb4995 /network/wlan/WDI/COMMON/IOTGen.h | |
| parent | 921231effe018f3939f5b67fc7e44560aa6f3998 (diff) | |
WDI Sample
Adding WDI sample from partner enablement-China
Diffstat (limited to 'network/wlan/WDI/COMMON/IOTGen.h')
| -rw-r--r-- | network/wlan/WDI/COMMON/IOTGen.h | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/network/wlan/WDI/COMMON/IOTGen.h b/network/wlan/WDI/COMMON/IOTGen.h new file mode 100644 index 00000000..30725b8d --- /dev/null +++ b/network/wlan/WDI/COMMON/IOTGen.h @@ -0,0 +1,70 @@ +#ifndef __INC_IOTGEN_H +#define __INC_IOTGEN_H + + +BOOLEAN +IOTActIsDisableEDCATurbo( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc + ); + +BOOLEAN +IOTActIsEnableBETxOPLimit( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +BOOLEAN +IOTActIsNullDataPowerSaving( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +BOOLEAN +IOTActIsForcedRTSCTS( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc + ); + +BOOLEAN +IOTActWAIOTBroadcom( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +BOOLEAN +IOTActBcmRxFailRelink( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc + ); + +BOOLEAN +IOTActIsForcedCTS2Self( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +BOOLEAN +IOTActIsDisableTxPowerTraining( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +BOOLEAN +IOTActIsDisableProtectionMode( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +BOOLEAN +IOTActIsForcedDataRate( + PADAPTER Adapter, + PRT_WLAN_BSS pBssDesc +); + +VOID +IOTActForcedDataRate( + PADAPTER Adapter +); + +#endif |
