qcacmn: Add tx peer filtering WMI command
Add WMI command for tx peer filtering. This command is needed to send the mac address to FW for which tx monitor peer filtering is needed to be done. Change-Id: Ia141fba81ba240b7f4ca015eb9251e3485294bb6 CRs-Fixed: 3199493
This commit is contained in:

committed by
Madan Koyyalamudi

부모
45c39ea4b3
커밋
422bbf322b
@@ -532,6 +532,18 @@ struct set_neighbour_rx_params {
|
||||
uint32_t type;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct set_tx_peer_filter - Set tx peer filter
|
||||
* @vdev_id: vdev id
|
||||
* @idx: index of param
|
||||
* @action: action
|
||||
*/
|
||||
struct set_tx_peer_filter {
|
||||
uint8_t vdev_id;
|
||||
uint32_t idx;
|
||||
uint32_t action;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct vdev_scan_nac_rssi_params - NAC_RSSI cmd parameter
|
||||
* @vdev_id: vdev id
|
||||
|
Reference in New Issue
Block a user