i have x86 nas and installed windows 8.1
and i want set it -wating under s3 sleep state -wake up when netwrok tarffic by wake on match patter(ARP request)
but have some trouble
as you see i use 'intel 1000ET quad port' nic and there is only one port have WOL capacyty
so i set 'wake on match pattern' nas wake up only arp request to '192.168.1.100' but i want to nas response not only request to '192.168.1.100' but also response qrp request to '192.168.1.101' so i need port 1 response 'arp request' targeting two different IP.
how can i manually overide WOL bitmap option
https://msdn.microsoft.com/en-us/library/windows/hardware/ff543710(v=vs.85).aspx i read document about ndis driver.
it said NDIS driver can program nic multiple 'WOL bitmap pattern' so it is possible what i want right?