In the msdn website when looking at "802.11 Wireless LAN Objects" (http://msdn.microsoft.com/en-us/library/ms799386.aspx) there is an OID named "OID_802_11_STATISTICS" which interests me a lot because provides information about frame transmissions like :
RetryCountThe number of frames that the NIC successfully retransmitted after one or more retransmission attempts.
MultipleRetryCountThe number of frames that the NIC successfully retransmitted after more than one retransmission attempt.
But in the OpenNetCF Smart Device Framework 2.2 I am not able to find a method/interface which uses this OID.
My question is simple : Can I get the information provided by this OID in the Smart Device Framework ?? and if not what can I do to get it ?
Thanks in advance.