qcacmn: Add management frame wake stats
Track and print WLAN wake stats for management frames received. Change-Id: I2f2d49345d695561ab3f115e1ce30f284a1472bb CRs-Fixed: 2236014
This commit is contained in:

gecommit door
nshrivas

bovenliggende
8e9eb4f27d
commit
ef742350c2
@@ -73,6 +73,14 @@ enum stats_req_type {
|
||||
* @oem_response_wake_up_count: oem response wakeup count
|
||||
* @pwr_save_fail_detected: pwr save fail detected wakeup count
|
||||
* @scan_11d 11d scan wakeup count
|
||||
* @mgmt_assoc: association request management frame
|
||||
* @mgmt_disassoc: disassociation management frame
|
||||
* @mgmt_assoc_resp: association response management frame
|
||||
* @mgmt_reassoc: reassociate request management frame
|
||||
* @mgmt_reassoc_resp: reassociate response management frame
|
||||
* @mgmt_auth: authentication managament frame
|
||||
* @mgmt_deauth: deauthentication management frame
|
||||
* @mgmt_action: action managament frame
|
||||
*/
|
||||
struct wake_lock_stats {
|
||||
uint32_t ucast_wake_up_count;
|
||||
@@ -92,6 +100,14 @@ struct wake_lock_stats {
|
||||
uint32_t oem_response_wake_up_count;
|
||||
uint32_t pwr_save_fail_detected;
|
||||
uint32_t scan_11d;
|
||||
uint32_t mgmt_assoc;
|
||||
uint32_t mgmt_disassoc;
|
||||
uint32_t mgmt_assoc_resp;
|
||||
uint32_t mgmt_reassoc;
|
||||
uint32_t mgmt_reassoc_resp;
|
||||
uint32_t mgmt_auth;
|
||||
uint32_t mgmt_deauth;
|
||||
uint32_t mgmt_action;
|
||||
};
|
||||
|
||||
struct stats_event;
|
||||
|
Verwijs in nieuw issue
Block a user