qcacmn: Populate TWT target API to set pdev param

Populate TWT target API to set pdev param

Change-Id: Id82ee089825293c05bace5ead97727c8c79845db
CRs-Fixed: 3168199
This commit is contained in:
Vishal Miskin
2022-04-05 00:34:59 +05:30
committad av Madan Koyyalamudi
förälder cb97253df6
incheckning 36da36e010
3 ändrade filer med 30 tillägg och 0 borttagningar

Visa fil

@@ -994,5 +994,14 @@ enum HOST_TWT_CMD_FOR_ACK_EVENT {
HOST_TWT_UNKNOWN_CMDID,
};
/* access categories */
enum twt_traffic_ac {
TWT_AC_VO = 0,
TWT_AC_VI = 1,
TWT_AC_BE = 2,
TWT_AC_BK = 3,
TWT_AC_MAX = 4,
};
#endif /* _WLAN_TWT_PUBLIC_STRUCTS_H_ */