PEAP or WPA-Enterprise not accessible

2021-10-04 Thread c.buhtz--- via networkmanager-list
nnection via the nm-tray symbol to a PEAP (WPA-Enterprise?). The problem is that "PEAP" is not offered to my. It is missing in the "security" drop down menu. Also WPA-Enterprise is missing. I assume that some components are missing. But searching the Debian repository I g

Re: how to disable WiFi / wpa-supplicant so hostapd can be used ?

2021-07-21 Thread Jason Vas Dias via networkmanager-list
e set wlan0 managed yes`. > > > > I think `nmcli device set wlan0 managed yes` may not sufficiently > instruct wpa_supplicant to let go of the device. That means, you still > might need `systemctl stop wpa_supplicant.service`. Patch welcome to > properly handle the release of a device by

Re: how to disable WiFi / wpa-supplicant so hostapd can be used ?

2021-07-21 Thread Thomas Haller via networkmanager-list
Dias wrote: > > > > Good day - > > > >  Whenever I try to run hostapd, NM still runs wpa-supplicant, > >  which periodically tries to put the WiFi interface into scanning > >  mode, which messes up the hostapd session . > > > >  Please is t

Re: how to disable WiFi / wpa-supplicant so hostapd can be used ?

2021-07-20 Thread Jason Vas Dias via networkmanager-list
t; > Good day - > > Whenever I try to run hostapd, NM still runs wpa-supplicant, > which periodically tries to put the WiFi interface into scanning > mode, which messes up the hostapd session . > > Please is there a config file setting or applet interaction > to disable wpa-

how to disable WiFi / wpa-supplicant so hostapd can be used ?

2021-07-20 Thread Jason Vas Dias via networkmanager-list
Good day - Whenever I try to run hostapd, NM still runs wpa-supplicant, which periodically tries to put the WiFi interface into scanning mode, which messes up the hostapd session . Please is there a config file setting or applet interaction to disable wpa-supplicant (and maybe configure

Re: nmcli can't astablish connection to radius server with wpa eap tls

2018-03-07 Thread Beniamino Galvani
On Wed, Mar 07, 2018 at 10:28:18AM +0100, Iris Fiedler wrote: > Hi, > > I found my errror. My radius server had a wrong configuration and didn't send > the accepted response. So the network manager didn't received it and printed > an error. Hi, good to know! > Thank you for your help. You're

Re: nmcli can't astablish connection to radius server with wpa eap tls

2018-03-07 Thread Iris Fiedler
Hi, I found my errror. My radius server had a wrong configuration and didn't send the accepted response. So the network manager didn't received it and printed an error. Thank you for your help. Iris ___ networkmanager-list mailing list networkmanager-

Re: nmcli can't astablish connection to radius server with wpa eap tls

2018-02-22 Thread Iris Fiedler
ls me that it accepts the authentication send from nmcli.Is there something else that I'm missing?IrisAm 21.02.2018 09:24 schrieb Beniamino Galvani :On Mon, Feb 19, 2018 at 12:59:04PM +0100, Iris Fiedler wrote: Hi, > freeRADIUS: 3.0.15 (on a different PC with OpenSuse 42.3) > Konfigur

Re: nmcli can't astablish connection to radius server with wpa eap tls

2018-02-21 Thread Beniamino Galvani
On Mon, Feb 19, 2018 at 12:59:04PM +0100, Iris Fiedler wrote: Hi, > freeRADIUS: 3.0.15 (on a different PC with OpenSuse 42.3) > Konfigured as wpa-eap tls with identity and password. EAP-TLS doesn't support passwords AFAIK. Perhaps you mean EAP-TTLS? > radius-tls.log > (3

nmcli can't astablish connection to radius server with wpa eap tls

2018-02-19 Thread Iris Fiedler
[wifi-security] auth-alg=open key-mgmt=wpa-eap [802-1x] ca-cert=/var/opt/telemotive/etc/cert/ca.pem client-cert=/var/opt/telemotive/etc/cert/client.p12 eap=tls; identity=testUser1 password=testUser11 private-key=/var/opt/telemotive/etc/cert/client.p12 private-key-password=testCert1 [ipv4] dns

Re: [PATCH] wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports them

2018-01-21 Thread Thomas Haller
On Wed, 2018-01-17 at 18:06 +0100, Beniamino Galvani wrote: > Commit 87ec5e90fe79 ("supplicant: set key_mgmt independent of pmf > value") enabled WPA-PSK-SHA256 or WPA-EAP-SHA256 even when the > supplicant didn't support them, potentially causing connection > failu

Re: [PATCH] wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports them

2018-01-20 Thread Masashi Honma
On 2018/01/18 05:52, Masashi Honma wrote: > On 2018/01/18 02:06, Beniamino Galvani wrote: >> Commit 87ec5e90fe79 ("supplicant: set key_mgmt independent of pmf >> value") enabled WPA-PSK-SHA256 or WPA-EAP-SHA256 even when the >> supplicant didn't support

Re: [PATCH] wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports them

2018-01-17 Thread Masashi Honma
On 2018/01/18 02:06, Beniamino Galvani wrote: > Commit 87ec5e90fe79 ("supplicant: set key_mgmt independent of pmf > value") enabled WPA-PSK-SHA256 or WPA-EAP-SHA256 even when the > supplicant didn't support them, potentially causing connection > failures. Instead,

Re: [PATCH] wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports them

2018-01-17 Thread Thomas Haller
On Wed, 2018-01-17 at 18:06 +0100, Beniamino Galvani wrote: > Commit 87ec5e90fe79 ("supplicant: set key_mgmt independent of pmf > value") enabled WPA-PSK-SHA256 or WPA-EAP-SHA256 even when the > supplicant didn't support them, potentially causing connection > failu

[PATCH] wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports them

2018-01-17 Thread Beniamino Galvani
Commit 87ec5e90fe79 ("supplicant: set key_mgmt independent of pmf value") enabled WPA-PSK-SHA256 or WPA-EAP-SHA256 even when the supplicant didn't support them, potentially causing connection failures. Instead, use the 'pmf' capability to detect when th

Re: [PATCH 1/1] device/wifi: drop messing with wpa-supplicant's support for MAC address randomization

2017-02-07 Thread Thomas Haller
On Tue, 2017-02-07 at 11:29 +0100, Beniamino Galvani wrote: > On Sun, Feb 05, 2017 at 11:18:08PM +0100, Thomas Haller wrote: > > We no longer use wpa_supplicant for MAC address randomization. > > Instead, NetworkManager > > handle it on it's own. It is actually important that supplicant > > does no

Re: [PATCH 1/1] device/wifi: drop messing with wpa-supplicant's support for MAC address randomization

2017-02-07 Thread Beniamino Galvani
On Sun, Feb 05, 2017 at 11:18:08PM +0100, Thomas Haller wrote: > We no longer use wpa_supplicant for MAC address randomization. Instead, > NetworkManager > handle it on it's own. It is actually important that supplicant does not > interfere > when setting the MAC address of the device. > > The c

[PATCH 1/1] device/wifi: drop messing with wpa-supplicant's support for MAC address randomization

2017-02-05 Thread Thomas Haller
We no longer use wpa_supplicant for MAC address randomization. Instead, NetworkManager handle it on it's own. It is actually important that supplicant does not interfere when setting the MAC address of the device. The code was only in effect when a PreassocMacAddr property exists, which is a rec

Re: nm-connection-editor forgets WPA password

2016-06-09 Thread Bastien Nocera
on > > code. > > > > 1. Connect to a known wireless network with WPA/WPA2 Personal > > authentication > > 2. Once connected, edit the connection > > 3. In "Wi-Fi Security" select "Dynamic WEP", then "Tunneled TLS" as > > the &g

Re: nm-connection-editor forgets WPA password

2016-06-07 Thread Bastien Nocera
on > > code. > > > > 1. Connect to a known wireless network with WPA/WPA2 Personal > > authentication > > 2. Once connected, edit the connection > > 3. In "Wi-Fi Security" select "Dynamic WEP", then "Tunneled TLS" as > > the &g

Re: nm-connection-editor forgets WPA password

2016-06-07 Thread Thomas Haller
On Tue, 2016-06-07 at 19:10 +0200, Bastien Nocera wrote: > Hey, > > I get problems when trying this with both nm-connection-editor and > gnome-control-center, so it's probably a problem in the common code. > > 1. Connect to a known wireless network with WPA/WPA2 Person

nm-connection-editor forgets WPA password

2016-06-07 Thread Bastien Nocera
Hey, I get problems when trying this with both nm-connection-editor and gnome-control-center, so it's probably a problem in the common code. 1. Connect to a known wireless network with WPA/WPA2 Personal authentication 2. Once connected, edit the connection 3. In "Wi-Fi Security"

WPA Enterprise WiFi testing with freeradius

2016-04-19 Thread Dan Williams
Hi, The following is a brain-dump of what I've been using to test all the WPA Enterprise stuff using freeradius. 1) install freeradius 3.0 or higher 2) in /etc/raddb/certs there is a 'bootstrap' script.  You can use this to generate testing certificates for the CA and the RAD

Re: WPA/WPA2 Enterprise details

2015-09-14 Thread Dan Williams
> > > > Hi, > > > > > > > > I'm trying to improve our WPA/WPA2 Enterprise support in KDE and I > > > > have few questions regarding 802-11x security setting. > > > > > > > > 1) When phase2-foo properties should be used in

Re: WPA/WPA2 Enterprise details

2015-09-14 Thread Jirka Klimes
On Mon, 14 Sep 2015 13:23:14 +0200 Jan Grulich wrote: > On Monday 14 of September 2015 12:51:01 Jirka Klimes wrote: > > On Mon, 14 Sep 2015 10:36:59 +0200 > > > > Jan Grulich wrote: > > > Hi, > > > > > > I'm trying to improve our WP

Re: WPA/WPA2 Enterprise details

2015-09-14 Thread Jan Grulich
On Monday 14 of September 2015 12:51:01 Jirka Klimes wrote: > On Mon, 14 Sep 2015 10:36:59 +0200 > > Jan Grulich wrote: > > Hi, > > > > I'm trying to improve our WPA/WPA2 Enterprise support in KDE and I > > have few questions regarding 802-11x securit

Re: WPA/WPA2 Enterprise details

2015-09-14 Thread Jirka Klimes
On Mon, 14 Sep 2015 10:36:59 +0200 Jan Grulich wrote: > Hi, > > I'm trying to improve our WPA/WPA2 Enterprise support in KDE and I > have few questions regarding 802-11x security setting. > > 1) When phase2-foo properties should be used instead of just foo > properti

WPA/WPA2 Enterprise details

2015-09-14 Thread Jan Grulich
Hi, I'm trying to improve our WPA/WPA2 Enterprise support in KDE and I have few questions regarding 802-11x security setting. 1) When phase2-foo properties should be used instead of just foo properties (e.g phase2-private-key/private-key) ? In implementation of gnome-applet I see they

Re: NetworkManager & WPA supplicant

2015-06-03 Thread Dan Williams
On Tue, 2015-06-02 at 21:04 +0200, Pieter Cardoen wrote: > Dear > > I want to use the option scan_ssid=0 for the wpa_supplicant configuration. > However when I add this line to the Wifi configuration keyfile of > NetworkManager, it is ignored by the NM daemon. How could I configure the > scan_s

NetworkManager & WPA supplicant

2015-06-02 Thread Pieter Cardoen
Dear I want to use the option scan_ssid=0 for the wpa_supplicant configuration. However when I add this line to the Wifi configuration keyfile of NetworkManager, it is ignored by the NM daemon. How could I configure the scan_ssid option using NetworkManager? Thanks in advance!

Re: "Save..." button deactivated, can't create WPA & WPA2 Enterprise connection

2014-05-02 Thread Dan Williams
nly Fedora 20 and Fedora 19, and probably Fedora 18 as well). > > > > > > When creating a new Wi-Fi connection: > > > > > > Security: WPA & WPA2 Enterprise > > > Authentication: TLS > > > User certificate: file in .der format > > > C

Re: "Save..." button deactivated, can't create WPA & WPA2 Enterprise connection

2014-05-02 Thread Chuck Anderson
; > When creating a new Wi-Fi connection: > > > > Security: WPA & WPA2 Enterprise > > Authentication: TLS > > User certificate: file in .der format > > CA certifcate: file in .der format > > Private key: file in .pem format > > Private key password:

Re: "Save..." button deactivated, can't create WPA & WPA2 Enterprise connection

2014-05-02 Thread Dan Williams
On Fri, 2014-05-02 at 14:49 -0400, Chuck Anderson wrote: > I've had this problem for awhile now (maybe the last year or 2, > certainly Fedora 20 and Fedora 19, and probably Fedora 18 as well). > > When creating a new Wi-Fi connection: > > Security: WPA & WPA2 Enter

"Save..." button deactivated, can't create WPA & WPA2 Enterprise connection

2014-05-02 Thread Chuck Anderson
I've had this problem for awhile now (maybe the last year or 2, certainly Fedora 20 and Fedora 19, and probably Fedora 18 as well). When creating a new Wi-Fi connection: Security: WPA & WPA2 Enterprise Authentication: TLS User certificate: file in .der format CA certifcate: file in .d

Re: nm-applet crashes when connecting to new wpa AP

2013-06-26 Thread Kevin Brandstatter
match network manager and that solved the issue. I guess can only hope that wpa 1.1 will get to testing soon so i can finally update network manager to 9.8 -Kevin On 06/26/2013 04:32 PM, Dan Williams wrote: > On Sun, 2013-06-23 at 15:40 +0200, Kevin Brandstatter wrote: >> Settings schema 

Re: nm-applet crashes when connecting to new wpa AP

2013-06-26 Thread Dan Williams
ly > doesnt exist. > I've also tried reinstalling the network-manager-gnome package that > provides the applet > > further note: im using e17 wm (0.17.3) on debian jessie, but using the > network manager from wheezy becuase of some issues with wpa supplicant That schema shou

nm-applet crashes when connecting to new wpa AP

2013-06-23 Thread Kevin Brandstatter
e that provides the applet further note: im using e17 wm (0.17.3) on debian jessie, but using the network manager from wheezy becuase of some issues with wpa supplicant -Kevin ___ networkmanager-list mailing list networkmanager-list@gnome.org https:/

Re: How to find out if my WLAN uses WPA or WPA2 security?

2013-06-19 Thread Dan Williams
On Wed, 2013-06-19 at 09:37 +0200, Paul Menzel wrote: > Dear NetworkManager folks, > > > following a discussion on the linux-wireless list [1], I want to find > out if my WLAN uses WPA(1) or WPA2 security. In his reply Larry Finger > suggests to use `iwlist scan` but

How to find out if my WLAN uses WPA or WPA2 security?

2013-06-19 Thread Paul Menzel
Dear NetworkManager folks, following a discussion on the linux-wireless list [1], I want to find out if my WLAN uses WPA(1) or WPA2 security. In his reply Larry Finger suggests to use `iwlist scan` but I do want to avoid installing the package containing this and wonder if NetworkManager exposes

[PATCH 2/3] Replace Ad-Hoc WPA-None support with IBSS RSN-PSK.

2013-01-30 Thread Stanislaw Gruszka
From: Nicolas Cavallari From: Nicolas Cavallari This completely removes Ad-Hoc WPA-None support, as it is not supported by the linux kernel since a long time, have never been standardized and other vendors already removed support for it since a long time. The security of the protocol is also

[PATCH 1/3] Revert "wifi: disable Ad-Hoc WPA connections (lp:905748)"

2013-01-30 Thread Stanislaw Gruszka
From: Nicolas Cavallari From: Nicolas Cavallari This reverts commit 69247a00eacd00617acbf1dfcee8497437b8ad39, which disabled all security in Ad-Hoc networks, due to a bug of wpa_supplicant that only affected WPA-None. --- libnm-util/nm-utils.c | 4 src/nm-device-wifi.c | 60

Re: WPA-PSK password length requirement

2012-12-11 Thread Robert Moskowitz
Moskowitz wrote: The is on Fedora 17, x86_64 (NM 0.9.6.4-3.fc17?), Gnome 3. First I was a major contributor to 802.11i and wrote the first paper on the attack on WPA-PSK (and the myth on hiding SSIDs); I am not your typical end user having a complaint on client behaviour. Yesterday, I was at a

Re: WPA-PSK password length requirement

2012-12-11 Thread Dan Williams
kowitz wrote: > >>>> The is on Fedora 17, x86_64 (NM 0.9.6.4-3.fc17?), Gnome 3. > >>>> > >>>> First I was a major contributor to 802.11i and wrote the first paper on > >>>> the attack on WPA-PSK (and the myth on hiding SSIDs); I am not yo

Re: WPA-PSK password length requirement

2012-12-11 Thread Brian Morrison
On Tue, 11 Dec 2012 12:53:58 -0600 Dan Williams wrote: > And these devices pass WiFi Alliance certification? Since this is against "golden" devices instead of against a rigorous spec it doesn't actually guarantee that compliance means "does what the spec says it should". -- Brian Morrison

Re: WPA-PSK password length requirement

2012-12-11 Thread Robert Moskowitz
contributor to 802.11i and wrote the first paper on the attack on WPA-PSK (and the myth on hiding SSIDs); I am not your typical end user having a complaint on client behaviour. Yesterday, I was at a major corporation for a meeting and the quest SSID had a 6 digit all numeric passcode. NM would not let

Re: WPA-PSK password length requirement

2012-12-11 Thread Dan Williams
contributor to 802.11i and wrote the first paper on > >> the attack on WPA-PSK (and the myth on hiding SSIDs); I am not your > >> typical end user having a complaint on client behaviour. > >> > >> Yesterday, I was at a major corporation for a meeting and the

Re: WPA-PSK password length requirement

2012-12-11 Thread Robert Moskowitz
On 12/11/2012 10:02 AM, Dan Williams wrote: On Tue, 2012-12-11 at 06:24 -0500, Robert Moskowitz wrote: The is on Fedora 17, x86_64 (NM 0.9.6.4-3.fc17?), Gnome 3. First I was a major contributor to 802.11i and wrote the first paper on the attack on WPA-PSK (and the myth on hiding SSIDs); I am

Re: WPA-PSK password length requirement

2012-12-11 Thread Dan Williams
On Tue, 2012-12-11 at 06:24 -0500, Robert Moskowitz wrote: > The is on Fedora 17, x86_64 (NM 0.9.6.4-3.fc17?), Gnome 3. > > First I was a major contributor to 802.11i and wrote the first paper on > the attack on WPA-PSK (and the myth on hiding SSIDs); I am not your > typical en

WPA-PSK password length requirement

2012-12-11 Thread Robert Moskowitz
The is on Fedora 17, x86_64 (NM 0.9.6.4-3.fc17?), Gnome 3. First I was a major contributor to 802.11i and wrote the first paper on the attack on WPA-PSK (and the myth on hiding SSIDs); I am not your typical end user having a complaint on client behaviour. Yesterday, I was at a major

Re: cnetworkmanager: Will --wpa-pass expose my password?

2012-12-03 Thread Pantelis Koukousoulas
On Mon, Dec 3, 2012 at 3:32 AM, wrote: > Hello! > > I'd like to try cnetworkmanager. The only thing that stops me is the > following options: > > --wep-hex=KEY use this WEP key of 26 hex digits > --wep-pass=KEYuse this WEP passphrase > --wpa-psk

cnetworkmanager: Will --wpa-pass expose my password?

2012-12-02 Thread bromley
Hello! I'd like to try cnetworkmanager. The only thing that stops me is the following options: --wep-hex=KEY use this WEP key of 26 hex digits --wep-pass=KEYuse this WEP passphrase --wpa-psk-hex=KEY use this WPA key of 64 hex digits --wpa-pass=KEYuse thi

Patch feedback on "Revert "wifi: disable Ad-Hoc WPA connections (lp:905748)"

2012-08-24 Thread Nathanael D. Noblet
o see that get merged in before 0.9.8 or even into 0.9.7.x if possible as we use WPA adhoc networks fairly extensively. Thanks, -- Nathanael d. Noblet t 403.875.4613 ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnom

[PATCH 2/3 v3] Replace Ad-Hoc WPA-None support with IBSS RSN-PSK.

2012-08-10 Thread Nicolas . Cavallari
From: Nicolas Cavallari This completely removes Ad-Hoc WPA-None support, as it is not supported by the linux kernel since a long time, have never been standardized and other vendors already removed support for it since a long time. The security of the protocol is also comparable to WEP

[PATCH 2/3 v2] Replace Ad-Hoc WPA-None support with IBSS RSN-PSK.

2012-08-10 Thread Nicolas . Cavallari
From: Nicolas Cavallari This completely removes Ad-Hoc WPA-None support, as it is not supported by the linux kernel since a long time, have never been standardized and other vendors already removed support for it since a long time. The security of the protocol is also comparable to WEP

[PATCH 2/3] Replace Ad-Hoc WPA-None support with IBSS RSN-PSK.

2012-08-09 Thread Nicolas . Cavallari
From: Nicolas Cavallari This completely removes Ad-Hoc WPA-None support, as it is not supported by the linux kernel since a long time, have never been standardized and other vendors already removed support for it since a long time. The security of the protocol is also comparable to WEP

[PATCH 1/3] Revert "wifi: disable Ad-Hoc WPA connections (lp:905748)"

2012-08-09 Thread Nicolas . Cavallari
From: Nicolas Cavallari This reverts commit 69247a00eacd00617acbf1dfcee8497437b8ad39, which disabled all security in Ad-Hoc networks, due to a bug of wpa_supplicant that only affected WPA-None. --- libnm-util/nm-utils.c |4 --- src/nm-device-wifi.c | 60

Re: Wpa Supplicant

2012-02-24 Thread Dan Williams
On Fri, 2012-02-24 at 12:34 +0100, Jirka Klimes wrote: > On Sunday 19 of February 2012 17:58:09 Almo Nito wrote: > > Hey Guys, im Trying to get Networkmanager to work together with wpa > > supplicant. > > > > > > > > They are both started fine with the

Re: Wpa Supplicant

2012-02-24 Thread Jirka Klimes
On Sunday 19 of February 2012 17:58:09 Almo Nito wrote: > Hey Guys, im Trying to get Networkmanager to work together with wpa > supplicant. > > > > They are both started fine with the dbus option but networkmanager doesn't > seem to interact with wpa supplicant (it nei

Re: Wpa Supplicant

2012-02-20 Thread Bin Li
On Mon, Feb 20, 2012 at 1:09 AM, Almo Nito wrote: > Im actually getting this error: > > > > NetworkManager[1295]: [1329674643.782386] > [nm-supplicant-interface.c:570] interface_add_cb(): (wlan0): error adding > interface: Did not receive a reply. Possible causes include: the remote > application

Wpa Supplicant

2012-02-19 Thread Almo Nito
Im actually getting this error: NetworkManager[1295]: [1329674643.782386] [nm-supplicant-interface.c:570] interface_add_cb(): (wlan0): error adding interface: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked

Wpa Supplicant

2012-02-19 Thread Almo Nito
Hey Guys, im Trying to get Networkmanager to work together with wpa supplicant. They are both started fine with the dbus option but networkmanager doesn't seem to interact with wpa supplicant (it neither tells that is running in the logs nor sees access points) What exactly do I wa

Re: WPA + cloned mac doesn't work

2011-11-14 Thread Jirka Klimes
, and it does work even in KDE, however setting custom MAC on > WPA2 enabled network connection fails. > > Reason is same as what I have seen many years ago, when I played a lot > with wifi. > > Reason is that supplicant is not informed of new MAC and thus rejects > WPA han

WPA + cloned mac doesn't work

2011-10-21 Thread Maxim Levitsky
fails. Reason is same as what I have seen many years ago, when I played a lot with wifi. Reason is that supplicant is not informed of new MAC and thus rejects WPA handshake, or even worse its told old MAC by NM (I suspect later as I tried restarting the supplicant and that didn't help). When

Re: NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-13 Thread iain
On 09/12/2011 10:19 PM, Dan Williams wrote: On Mon, 2011-09-12 at 19:18 +0100, iain wrote: Hi again, In case anyone else is wondering about this, I've found a patch from Android for an older version of wpa-supplicant, that with a bit of tweaking for 0.7.3 appears to fix the problem This

NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-12 Thread iain
000 IE: Unknown: 2A0100 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (2) : CCMP TKIP Authentication Suites (1) : PSK IE: WPA Version 1

Re: NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-12 Thread Dan Williams
On Mon, 2011-09-12 at 19:18 +0100, iain wrote: > Hi again, > > In case anyone else is wondering about this, I've found a patch from > Android for an older version of wpa-supplicant, that with a bit of > tweaking for 0.7.3 appears to fix the problem This would appear to ind

Re: NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-12 Thread iain
Hi again, In case anyone else is wondering about this, I've found a patch from Android for an older version of wpa-supplicant, that with a bit of tweaking for 0.7.3 appears to fix the problem http://codesearch.google.com/#dR3YEbitojA/driver_wext.c&q=IWEVGENIE%20overflow&t

Re: NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-12 Thread iain
Some further information, when wpa-supplicant carries out a scan there are a lot of "IWEVGENIE overflow" errors. What might this indicate (if anything)? thanks, iain On 09/09/2011 04:42 PM, Lamarque Vieira Souza wrote: Em Friday 09 September 2011, iain escreveu: > Hi, >

Re: NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-09 Thread iain
On 09/09/2011 04:42 PM, Lamarque Vieira Souza wrote: Em Friday 09 September 2011, iain escreveu: > Hi, > > I'm running NetworkManager 0.9.1 from git and wpa_supplicant 0.7.3 on a > custom distro (based from poky). When I run nmcli dev wifi, the access > points appear but everything seems to

Re: NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-09 Thread Lamarque Vieira Souza
00 ms > IE: Unknown: 000B4254487562332D4A4A4348 > IE: Unknown: 010882848B960C121824 > IE: Unknown: 030106 > IE: Unknown: 05040203 > IE: Unknown: 2A0100 > IE: IEEE 802.11i/

NM 0.9.1 failing to get SSIDs with WPA supplicant 0.7.3

2011-09-09 Thread iain
IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (2) : CCMP TKIP Authentication Suites (1) : PSK IE: WPA Version 1 Group Cipher : TKIP

Re: NM keeps asking for WPA-PSK password.

2011-05-09 Thread Dan Williams
AP as "wrong password" because in many cases we simply don't know if the failure was password-related or not. And the kernel logs say: May 6 14:03:52 sm1 wpa_supplicant[530]: WPA: 4-Way Handshake failed - pre-shared key may be incorrect which indicate that is the case. How many

NM keeps asking for WPA-PSK password.

2011-05-06 Thread Antoni Mont
12] Associated: False May 6 14:03:52 sm1 wpa_supplicant[530]: WPA: 4-Way Handshake failed - pre-shared key may be incorrect May 6 14:03:52 sm1 wpa_supplicant[530]: CTRL-EVENT-DISCONNECTED bssid=94:fe:f4:f9:63:18 reason=0 May 6 14:03:52 sm1 kernel: [ 1587.798570] cfg80211: All devices are

WPA Enterprise doesn't like PEM certs

2010-11-02 Thread Chuck Anderson
We've received many reports that NetworkManager in Ubuntu 10.04 and Fedora 13 (0.8.1) doesn't like PEM-formatted cert files when configuring new wireless networks for WPA Enterprise, whereas earlier versions work fine. Also, 0.8.1 works for existing wireless network configurations

WPA_SUPPLICANT (Fedora 13) - NetworkManager can not connect WPA-PSK -TKIP on IBM T30

2010-08-03 Thread RumseyCW
Mr. Williams et al, NetworkManager on Fedora 13 (IBM T30) installation can not connect to a 3CRWE554G72TU wireless router using WPA-PSK -TKIP. The laptop has the latest updates and all the NetworkManager packages installed including GNOME GUI. When I use NetworkManager it will accept the WPA

Re: WPA_SUPPLICANT (Fedora 13) - NetworkManager can not connect WPA-PSK -TKIP on IBM T30

2010-08-03 Thread Dan Williams
On Fri, 2010-07-30 at 10:00 -0400, RumseyCW wrote: > Mr. Williams et al, > > NetworkManager on Fedora 13 (IBM T30) installation can not connect to > a 3CRWE554G72TU wireless router using WPA-PSK -TKIP. The laptop has > the latest updates and all the NetworkManager packages instal

Re: can't enter wpa password

2010-07-14 Thread Dan Williams
k (using that other OS from Washington). > > When I try to log on it will only give me the option to enter a WEP > code, not a WPA. With some jiggling--turning radio off and on, > disabling wireless and reenabling it, deleting the connection and > trying to recreate it, even rebooting

Re: can't enter wpa password

2010-07-04 Thread Bin Li
orked fine but yesterday afternoon for some reason is cut me off >> > and >> > I haven't been able to get back on. All the other boxes work (using that >> > other OS from Washington). >> > >> > When I try to log on it will only give me the

Re: can't enter wpa password

2010-07-01 Thread Bin Li
ing that > other OS from Washington). > > When I try to log on it will only give me the option to enter a WEP code, > not a WPA. With some jiggling--turning radio off and on, disabling wireless > and reenabling it, deleting the connection and trying to recreate it, even > rebooting, I

can't enter wpa password

2010-07-01 Thread carpetnailz
ly give me the option to enter a WEP code, not a WPA. With some jiggling--turning radio off and on, disabling wireless and reenabling it, deleting the connection and trying to recreate it, even rebooting, I sometimes will get a dialog box that calls for the WPA password. But then the "A

NetworkMananger failing to connect to WPA/WPA2 networks with rnd_wlan

2010-04-17 Thread Alex Buell
wireless router (again, a DD-WRT equipped Linksys WRT54GS v5.2 router). When I use NetworkManager and specify WPA/WPA2 and supply the passphrase, I simply cannot get a successful connection at all. Here's the versions I'm using on the iMac G3: NetworkManager 0.8 nm-applet 0.8 wpa_supplicant

Re: realtek 8172 does not work with networkmanager and wpa on ubuntu 9.10

2010-02-12 Thread Dan Williams
On Fri, 2010-02-12 at 14:47 -0600, Larry Finger wrote: > On 02/11/2010 04:02 PM, vincent guffens wrote: > > Dear list, > > > > I have recently bought a thinkpad edge 64 bits with a realtek 8192. > > > > lspci reports > > Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10) > >

Re: realtek 8172 does not work with networkmanager and wpa on ubuntu 9.10

2010-02-12 Thread Larry Finger
On 02/11/2010 04:02 PM, vincent guffens wrote: > Dear list, > > I have recently bought a thinkpad edge 64 bits with a realtek 8192. > > lspci reports > Network controller: Realtek Semiconductor Co., Ltd. Device 8172 (rev 10) > > I have installed ubuntu 9.10 amd64 but Linux does not come with the

realtek 8172 does not work with networkmanager and wpa on ubuntu 9.10

2010-02-12 Thread vincent guffens
le it, I can manually connect to the access point using the following wpa.conf network={ ssid="doubidou-net" proto=WPA WPA2 key_mgmt=WPA-PSK pairwise=CCMP TKIP g

Re: Connection sharing with WPA/WPA2

2010-01-20 Thread Gonsolo
What type of wifi card? It may be that driver issues prevent the wifi card from completing the WPA Ad-Hoc network. WPA Ad-Hoc is more complex than WEP ad-hoc and there have been kernel driver issues with that configuration in the past. What kernel version are you using, what wifi hardware

Re: Connection sharing with WPA/WPA2

2010-01-19 Thread Dan Williams
On Sun, 2010-01-17 at 18:04 +0100, Gonsolo wrote: > >> I wanted to inform you that I was able to share my connection with > WEP64 but > >> not WPA/WPA2. > >> > >> I am connecting my Ipod Touch 2nd generation to my notebook (ath5k based > >> WLA

Re: Connection sharing with WPA/WPA2

2010-01-19 Thread Dan Williams
t; On Sun, Jan 17, 2010 at 6:37 PM, Gonsolo wrote: > > Hi! > > > > I wanted to inform you that I was able to share my connection with WEP64 but > > not WPA/WPA2. > > > > I am connecting my Ipod Touch 2nd generation to my notebook (ath5k based > > WLAN card,

Re: Connection sharing with WPA/WPA2

2010-01-18 Thread John Mahoney
On Mon, Jan 18, 2010 at 6:02 AM, Quintin Beukes wrote: > > It should not have to be ad-hoc. The wifi card is acting in ap(Access > > Point) mode. > > How does this work? > Internally or how to configure? To configure: 1. Create a new wireless connection with the add button 2. enter ssid 3. Kee

Re: Connection sharing with WPA/WPA2

2010-01-18 Thread José Queiroz
2010/1/18 Marc Herbert : > Gonsolo a écrit : >> I think my WG511 card would allow  WPA > > Note that it is not because a card works as a WPA station that it works > as an WPA Access Point. > I agree. I remember that when I was testing a rt61-based card, I had problems when

Re: Connection sharing with WPA/WPA2

2010-01-18 Thread Marc Herbert
Gonsolo a écrit : > I think my WG511 card would allow WPA Note that it is not because a card works as a WPA station that it works as an WPA Access Point. ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mail

Re: Connection sharing with WPA/WPA2

2010-01-18 Thread Quintin Beukes
> It should not have to be ad-hoc.  The wifi card is acting in ap(Access > Point) mode. How does this work? Q ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: Connection sharing with WPA/WPA2

2010-01-17 Thread Gonsolo
Am 17.01.2010 22:09, schrieb John Mahoney: On Sun, Jan 17, 2010 at 1:28 PM, Quintin Beukes wrote: Are you sure the network is even established? Can you ping the other host? You mentioned "ad-hoc". I've noticed NetworkManager has problems establishing AdHoc networks using WPA.

Re: Connection sharing with WPA/WPA2

2010-01-17 Thread John Mahoney
On Sun, Jan 17, 2010 at 1:28 PM, Quintin Beukes wrote: > Are you sure the network is even established? Can you ping the other host? > > You mentioned "ad-hoc". I've noticed NetworkManager has problems > establishing AdHoc networks using WPA. For the network doesn'

Re: Connection sharing with WPA/WPA2

2010-01-17 Thread Quintin Beukes
Are you sure the network is even established? Can you ping the other host? You mentioned "ad-hoc". I've noticed NetworkManager has problems establishing AdHoc networks using WPA. For the network doesn't establish in the first place, so sharing won't work. Maybe this is y

Re: Connection sharing with WPA/WPA2

2010-01-17 Thread Gonsolo
Am 17.01.2010 18:04, schrieb Marc Luethi: On Sun, 2010-01-17 at 17:37 +0100, Gonsolo wrote: It works with WEP64 encryption but not with WPA/WPA2 encryption. If your notebook sets up an "ad hoc" WiFi network, you can't use WPA or WPA2. AFAIK, the "ad hoc" WiFi mod

Re: Connection sharing with WPA/WPA2

2010-01-17 Thread Gonsolo
>> I wanted to inform you that I was able to share my connection with WEP64 but >> not WPA/WPA2. >> >> I am connecting my Ipod Touch 2nd generation to my notebook (ath5k based >> WLAN card, Ubuntu Karmic) which is connected to the internet via UMTS >> (Huawei

Re: Connection sharing with WPA/WPA2

2010-01-17 Thread Quintin Beukes
2010 at 6:37 PM, Gonsolo wrote: > Hi! > > I wanted to inform you that I was able to share my connection with WEP64 but > not WPA/WPA2. > > I am connecting my Ipod Touch 2nd generation to my notebook (ath5k based > WLAN card, Ubuntu Karmic) which is connected to the internet v

Connection sharing with WPA/WPA2

2010-01-17 Thread Gonsolo
Hi! I wanted to inform you that I was able to share my connection with WEP64 but not WPA/WPA2. I am connecting my Ipod Touch 2nd generation to my notebook (ath5k based WLAN card, Ubuntu Karmic) which is connected to the internet via UMTS (Huawei E220, "option" kernel module). It

Re: NM deleting WPA key secret in Fedora 12?

2009-12-05 Thread Brian Morrison
On Fri, 04 Dec 2009 12:25:26 -0800 Dan Williams wrote: > On Thu, 2009-12-03 at 15:03 +, Brian Morrison wrote: > > Brian Morrison wrote: > > > > > The fix was to paste my WPA key into the entry field after using > > > the edit menu for my home SSID a

Re: NM deleting WPA key secret in Fedora 12?

2009-12-04 Thread Dan Williams
On Thu, 2009-12-03 at 15:03 +, Brian Morrison wrote: > Brian Morrison wrote: > > > The fix was to paste my WPA key into the entry field after using the > > edit menu for my home SSID and then going to the advanced tab (at least > > I think that's it, don'

  1   2   3   4   5   6   >