LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   meaning of ioctl[SIOCSIWENCODEEXT]: Invalid argument (https://www.linuxquestions.org/questions/linux-newbie-8/meaning-of-ioctl%5Bsiocsiwencodeext%5D-invalid-argument-4175436446/)

arijspieter 11-09-2012 01:32 PM

meaning of ioctl[SIOCSIWENCODEEXT]: Invalid argument
 
i am using wpa_supplicant to connect to my wlan network (Debian Wheezy)
everything works as it should but whenever wpa_supplicant is started, i get the following message:
Code:

ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument

it does work, but i would like to know what the system is trying to tell me with that message
anybody here who knows?

thanks,
Pieter

malekmustaq 11-10-2012 10:54 AM

ioctl is the layer providing vector to system calls for certain device (in this case your wlan device). ioctl errors usually occur when higher application (in the userspace) misplaces or fails in some way at passing correctly arguments to the kernel vector --often caused by insufficiency of driver/module provided, or misconfiguration of internal routes. Flushing the kernel routing table will sometimes eliminate typical error report. Sometimes it will require a better driver. Rebooting may sometimes eliminate undesired err message.

Hope that helps.

arijspieter 11-11-2012 02:27 PM

still getting the error but at least i know a little more now. thanks for your reply


All times are GMT -5. The time now is 09:03 PM.