I am developing an intermediate NDIS driver for window CE(Pocket PC).
The first time when I reboot the Pocket PC, after the
miniportInitializate(), it will not call MiniportQueryInformation for
OID_GEN_NETWORK_LAYER_ADDRESSES. ProtocolBindAdapter will return
NDIS_STATUS_SUCCESS and DriverEntry looks like passing everything. But
the result, it is not calling my intermediate NDIS driver anymore.
When I reboot the PC again, it will call MiniportQueryInformation for
OID_GEN_NETWORK_LAYER_ADDRESSES. This time, the network is using my
intermediate NDIS driver.
The Network card is NE2000. If you have any idea, please help me!!