qcacmn: Add twt req and responder flags in peer assoc params
WMI_PEER_TWT_REQ and WMI_PEER_TWT_RESP flags are introduced in peer flags sent to FW in PEER_ASSOC_CMD. Add corresponding flags in host structure to indicate peer's support for TWT requester and TWT responder. Change-Id: Ic5edb594a95b255fe8ce1091d96c4d886b4d6170 CRs-Fixed: 2290026
This commit is contained in:

committed by
nshrivas

vanhempi
f82a204d44
commit
321fd7c5d5
@@ -1196,6 +1196,8 @@ typedef struct {
|
||||
* @amsdu_disable: AMSDU disble
|
||||
* @peer_mac: Peer mac address
|
||||
* @he_flag: HE flags
|
||||
* @twt_requester: TWT Requester Support bit in Extended Capabilities element
|
||||
* @twt_responder: TWT Responder Support bit in Extended Capabilities element
|
||||
* @peer_he_cap_macinfo: Peer HE Cap MAC info
|
||||
* @peer_he_ops: Peer HE operation info
|
||||
* @peer_he_cap_phyinfo: Peer HE Cap PHY info
|
||||
@@ -1254,6 +1256,8 @@ struct peer_assoc_params {
|
||||
uint8_t peer_mac[IEEE80211_ADDR_LEN];
|
||||
#endif
|
||||
bool he_flag;
|
||||
bool twt_requester;
|
||||
bool twt_responder;
|
||||
uint32_t peer_he_cap_macinfo;
|
||||
uint32_t peer_he_ops;
|
||||
uint32_t peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
|
||||
|
Viittaa uudesa ongelmassa
Block a user