Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Porting a wifi driver to QNX: Page 1 of 4 (4 Items)
   
Porting a wifi driver to QNX  
Hello, guys,

    I am working on porting a wifi driver from Linux to QNX. Our wifi driver use SDIO interface, and we need to config 
the wifi module, it is different from the normal standard(802.11ac..), it is 1609.4 standard.

 right now, I have known how to handle the data path(data sending and receiving), but how should application config the 
wifi  module through SDIO interface? In the Linux, we use NL80211+CFG80211 structure to send configuration to driver, so
 what can I use in QNX? RAW socket? IPC?

Thank you!