Hi all,<br>
<br>
I need to find the network interfaces which are present in the system.
after finding that list I need to discriminate whether that interface
is wire or wireless, and I need to find which device driver was binded for that network card.<br>
<br>
I able to find that network interface list by using IOCTL commands. But
I am not able to find that difference in wire or wireless and driver
related information.<br>
<br>
Is there any kernel level structure which contain this information.<br>
<br>
help me...<br>