|
@@ -20431,6 +20431,7 @@ typedef struct wow_event_info_s {
|
|
|
A_UINT32 flag; /*This is current reserved.*/
|
|
|
A_INT32 wake_reason;
|
|
|
A_UINT32 data_len;
|
|
|
+ A_UINT32 delayed_pkt_count;
|
|
|
} WOW_EVENT_INFO_fixed_param;
|
|
|
|
|
|
typedef struct wow_initial_wakeup_event_s {
|
|
@@ -35406,8 +35407,6 @@ typedef struct {
|
|
|
A_UINT32 preauth_status;
|
|
|
/* AP BSSID for which pre-authentication is completed */
|
|
|
wmi_mac_addr candidate_ap_bssid;
|
|
|
- /* AKM suite type (as defined in the IEEE 802.11 spec) */
|
|
|
- A_UINT32 akm_suite_type;
|
|
|
/**
|
|
|
* This fixed_param TLV is followed by the below TLVs:
|
|
|
*
|
|
@@ -35430,6 +35429,8 @@ typedef struct {
|
|
|
* in MLO case. In non MLO cases, transmit_addr will be filled with 0x0.
|
|
|
*/
|
|
|
wmi_mac_addr transmit_addr;
|
|
|
+ /* AKM suite type (as defined in the IEEE 802.11 spec) */
|
|
|
+ A_UINT32 akm_suite_type;
|
|
|
} wmi_roam_preauth_start_event_fixed_param;
|
|
|
|
|
|
typedef struct {
|