Results 1 to 1 of 1
Hi all,
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, ...
- 01-24-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 2
network interface information through ioctls
Hi all,
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 th that network card.
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.
Is there any kernel level structure which contain this information.
help me...


Reply With Quote