In Miniport drivers we have two status indications(NDIS_STATUS_MEDIA_CONNECT/NDIS_STATUS_MEDIA_DISCONNECT) to know whether LAN is disconnected or not.
Can we use the same indications in LWF to know the status of Media associated with LAN. I have two scenarios that I want get the indications or handles for.
- When Wire connected to NIC is pulled and re-connected.
- When two PC's are connected through a wire, I will power down the other PC where LWF is not running.
Appreciate your help.
Thanks