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 - ioctl operation in sample ethernet driver: Page 1 of 11 (11 Items)
   
ioctl operation in sample ethernet driver  
Hi,
I have added a few new ioctl commands in sam_ioctl function in sample ethernet driver.

For accessing
========
1.I wrote test application to create a s = socket(AF_INET,SOCK_DGRAM,0).
2.update the interface name as sam0 in struct ifreq structure.
3.invoked ioctl function ioctl(s,MY_CMD,&ifreq).

The following error 
===========
#./test
[Operation not Supported ]

Please tell me how to process my ioctl commands.

Regards
K.Senthil