mwifiex/mwifiex_8997/mapp/mlanconfig/config/arpfilter.conf
Fugang Duan bd8827d169 mwifiex: 8997: add W16.68.10.p16 release sdk
The sdk release is from NXP offial web:
https://www.nxp.com/products/wireless/wi-fi-plus-bluetooth/
88w8997-wi-fi-dual-band-with-bluetooth-5-for-a-v-streaming-and-digital-tv:88W8997?tab=Design_Tools_Tab

The release file is:
PCIE-WLAN-UART-BT-8997-U16-X86-W16.68.10.p16-16.26.10.p16-C4X16640_V4-MGPL

The sdk version is: W16.68.10.p16

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2020-01-13 10:35:39 +08:00

30 lines
815 B
Plaintext
Executable file

# File : arpfilter.conf
######################### Host Sleep ARP/IP filtering command ##################
# add arp filter
# firmware supports 8 entries of ARP_FILTER. Each entry has 8 bytes.
# must not exceed 8x8+4=68 bytes
arpfilter={
TlvType:2=0x0115
TlvLength:2={
AddrType:2=3 # multicast
EthType:2=0xffff # Any
Ipv4Addr:4=0xffffffff # Any
AddrType:2=1 # broadcast
EthType:2=0x0608 # ARP: 0x0806
Ipv4Addr:4=0x6200a8c0 # 192.168.0.98
AddrType:2=2 # unicast
EthType:2=0xffff # Any
Ipv4Addr:4=0xffffffff # Any
}
}
# remove arp filter
#arpfilter={
# TlvType:2=0x0115
# TlvLength:2={
# }
#}
######################### Host Sleep ARP/IP filtering command ##################