Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - sample io-pkt driver for 802.11 device: (1 Item)
   
sample io-pkt driver for 802.11 device  
Hi,
  I am developing io-pkt native driver for our SDIO based WiFi chips. I want to know how to attach 802.11 device with 
the networking stack. For example, if i use dev_qnx/sample driver (devnp-sample.so) as it is and follows the step


# io-pkt-v4-hc -d /devnp-sample.so

#ifconfig

 I could see the sam0 device.

This sample driver is for ethernet device and it uses 'ether_ifattach' for attaching the driver. If i change the call to
 ieee80211_ifattach, ifconfig is not showing the sam0 device. Am i missing anyhting?

Please let me know the procedure for attaching the 802.11 device.

Thanks,
Nizam.