qcacld-3.0: Add support for beacon filters in packet capture mode
Add support to send beacon received from firmware on STA interface to mon interface based on management rx filters set by user in vendor command. Change-Id: I186ab0d697da831894854d7680265e82dd3adcef CRs-Fixed: 3073478
This commit is contained in:

committed by
Madan Koyyalamudi

parent
80969617dd
commit
2634d52576
@@ -50,9 +50,9 @@ enum pkt_capture_mode {
|
||||
enum pkt_capture_config {
|
||||
PACKET_CAPTURE_CONFIG_TRIGGER_ENABLE = BIT(0),
|
||||
PACKET_CAPTURE_CONFIG_QOS_ENABLE = BIT(1),
|
||||
PACKET_CAPTURE_CONFIG_NO_BEACON_ENABLE = BIT(2),
|
||||
PACKET_CAPTURE_CONFIG_BEACON_ENABLE = BIT(3),
|
||||
PACKET_CAPTURE_CONFIG_OFF_CHANNEL_BEACON_ENABLE = BIT(4),
|
||||
PACKET_CAPTURE_CONFIG_BEACON_ENABLE = BIT(2),
|
||||
PACKET_CAPTURE_CONFIG_OFF_CHANNEL_BEACON_ENABLE = BIT(3),
|
||||
PACKET_CAPTURE_CONFIG_NO_BEACON_ENABLE = BIT(4),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user