NVIDIA model firmware does not support WOL, but you can find it on other OEM cards, such as Huawei SP382, QNAP onboard lom, etc...
You can run
flint.bat -i fw.bin dc
to check if there are these configurations in the firmware config.
If there are, WOL will be supported.
Code:
nv_config.fw_config.port[0].keep_link_up.keep_eth_link_up = 0x1
nv_config.fw_config.port[1].keep_link_up.keep_eth_link_up = 0x1
nv_config.fw_config.port[0].keep_link_up.keep_link_up_on_standby = 0x1
nv_config.fw_config.port[1].keep_link_up.keep_link_up_on_standby = 0x1
nv_config.fw_config.port[0].keep_link_up.keep_link_up_on_boot = 0x1
nv_config.fw_config.port[1].keep_link_up.keep_link_up_on_boot = 0x1
host_management.wol_cap.magic_packet = 0x11
nv_config.fw_config.host[0].port[0].wol.en_wol_magic = 1
nv_config.fw_config.host[0].port[1].wol.en_wol_magic = 1