Add wifi_read_packet_filter() to the legacy wifi hal
am: 8c64fe9b12
Change-Id: I5c9d0e03cfb80a5d38274c901700c26874c36bde
This commit is contained in:
commit
efe0474c98
1 changed files with 3 additions and 0 deletions
|
@ -453,6 +453,9 @@ typedef struct {
|
|||
*/
|
||||
wifi_error (*wifi_set_packet_filter)(wifi_interface_handle handle,
|
||||
const u8 *program, u32 len);
|
||||
wifi_error (*wifi_read_packet_filter)(wifi_interface_handle handle,
|
||||
u32 src_offset, u8 *host_dst,
|
||||
u32 length);
|
||||
wifi_error (*wifi_get_roaming_capabilities)(wifi_interface_handle handle,
|
||||
wifi_roaming_capabilities *caps);
|
||||
wifi_error (*wifi_enable_firmware_roaming)(wifi_interface_handle handle,
|
||||
|
|
Loading…
Reference in a new issue