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 - how to use copyout : (2 Items)
   
how to use copyout  
I want to know how to use copyout  in drivers to communicate with the inbuilt binary application like ifconfig and 
wpa_supplicant..  

Want to communicate with embedded pointers. Is copyout can handle this embedded pointers..??
Re: how to use copyout  
If you have a copy of the io-pkt source then I suggest taking a look at
io-pkt/sys/net80211/ieee80211_ioctl.c

Many of the 802.11 ioctls from wpa_supplicant are handled here with a copyout() call.