All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ветошкин Никита" <nvetoshkin@naumen.ru>
To: linux-wireless@vger.kernel.org
Subject: mac80211 and SIOCSIWAUTH
Date: Thu, 08 Nov 2007 23:46:24 +0500	[thread overview]
Message-ID: <47335980.4070103@naumen.ru> (raw)

Hi, I'm a user of Lenovo R61 laptop with Intel 3945 wireless card. I 
have Gentoo and would like to use the iwlwifi + wpa_supplicant driver, 
but I can't because Wi-Fi installed in our office needs WPA2 
authentication and I can't connect to it. There no problems using ipw3945d.
#wpa_supplicant config
ap_scan=2
network={
         ssid="point1"
         key_mgmt=WPA-EAP
         scan_ssid=1
         identity="nvetoshkin"
         proto=WPA2
         eap=TLS
         ca_cert="/home/nekto/certificate.pem"
         private_key="/home/nekto/nvetoshkin.p12"
         private_key_passwd="nvetoshkin"
}
ioctl[SIOCSIWAUTH]: Operation not supported - this error always appears 
in wpa_supplicant output. I digged a bit in source code and found out 
that it is mac80211 subsystem who returns ENOTSUP.
Is it really the cause of my problems or am I just confused?

-=-=-=-
Vetoshkin Nikita

             reply	other threads:[~2007-11-08 19:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-08 18:46 Ветошкин Никита [this message]
2007-11-08 20:00 ` mac80211 and SIOCSIWAUTH Dan Williams
2007-11-08 20:13   ` Ветошкин Никита
2007-11-09  1:23 ` Zhu Yi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47335980.4070103@naumen.ru \
    --to=nvetoshkin@naumen.ru \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.