Re: Network Manager reason codes

2011-02-14 Thread Marc Herbert
Le 12/02/2011 15:56, Sven Nielsen a écrit :
 If your driver supports some undefined positive sens value you can 
 experiment with different settings and
 see if you find some relation to link quality perhaps, or, you just find a 
 value that works for you.
 Testing should be easy as you can just change the value while connected and 
 walking the house. Have this
 line running in some terminal then you see as soon as your card roams to the 
 other AP:
 
 while true; do iwconfig wlan0 |grep Access ; sleep 1; done

I did not read the whole discussion but I am pretty sure that
wavemon is much better than this loop.

Cheers,

Marc


___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Issues in commit 52f2295: libnm-util: fix possible crash in nm_setting_update_secrets()

2011-02-14 Thread Jirka Klimes
On Friday 11 of February 2011 21:15:01 Mathieu Trudel-Lapierre wrote:
 Hi,
 
 I've noticed issues connecting to my test PPTP VPN (using SwissVPN
 test account); secrets can't be retrieved which causes the VPN
 connection to immediately fail on start. That was using a package
 built on the latest commits in branch NM_0_8, in Ubuntu Natty.
 
 If I revert the commit 52f2295a4925acc892e2fd67540671d4a8047f55 [1],
 things seem to work properly again.
 
 I sadly haven't had time to further look into the issue yet; so this
 is just a heads up that something might be broken ;)
 
 [1]
 http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=NM_0_8
 id=52f2295a4925acc892e2fd67540671d4a8047f55
 

Fixed by d54361fb8889f88f46a1cabd0cd9df7ce3186999.
Could you try if it's okay?

Thanks,
Jirka
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Need help with the NetworkManager DBUS API

2011-02-14 Thread Greg Suarez
If you're trying to establish a connection while nm-applet is running then
you have to add the connection information through gconf which nm-applet
will pickup and create a new connection through NetworkManager.

Hope this helps,

Greg

On Sun, Feb 13, 2011 at 8:52 PM, Anurup Raveendran 
anurupraveend...@gmail.com wrote:

 i'm trying to establish a wireless network connection using the DBUS
 API but i have failed miserably. i have attached the code that I'm
 using.


 Regards,


 --
 Anurup Raveendran
 Computer Science  Engineering(2007-2011)
 Model Engineering College, Cochin
 Mobile: +919895301078
 Landline : 0496-2503009
 E-mail id : anurupraveend...@gmail.com

 ___
 networkmanager-list mailing list
 networkmanager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list


___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


RE: Need help with the NetworkManager DBUS API

2011-02-14 Thread Jos Collin-ERS,HCLTech
I don't know whether this will help Anurup or not. I see that instead of using 
gconf, you can add the connections to the nm-applet via dbus.

Regards,
Jos Collin

From: networkmanager-list-boun...@gnome.org 
[networkmanager-list-boun...@gnome.org] On Behalf Of Greg Suarez 
[gpsuarez2...@gmail.com]
Sent: Tuesday, February 15, 2011 10:02 AM
To: networkmanager-list@gnome.org
Subject: Re: Need help with the NetworkManager DBUS API

If you're trying to establish a connection while nm-applet is running then you 
have to add the connection information through gconf which nm-applet will 
pickup and create a new connection through NetworkManager.

Hope this helps,

Greg

On Sun, Feb 13, 2011 at 8:52 PM, Anurup Raveendran 
anurupraveend...@gmail.commailto:anurupraveend...@gmail.com wrote:
i'm trying to establish a wireless network connection using the DBUS
API but i have failed miserably. i have attached the code that I'm
using.


Regards,


--
Anurup Raveendran
Computer Science  Engineering(2007-2011)
Model Engineering College, Cochin
Mobile: +919895301078
Landline : 0496-2503009
E-mail id : anurupraveend...@gmail.commailto:anurupraveend...@gmail.com

___
networkmanager-list mailing list
networkmanager-list@gnome.orgmailto:networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list



::DISCLAIMER::
---

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and
attachments please check them for viruses and defect.

---
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Network manager problem

2011-02-14 Thread Esther MORRIS-DAVIES PEÑA
hello,

I would like to know if there is a solution for my problem;
The internet of a lot of people in my school randomly comes
and goes out of the panel...Our program is called Jolicloud 1.1

I think the problem is that we have created too many of our own wireless
networks
and we have tried to delete them but they still appear. We would appreciate
it if you
could help us

thank you,

-- 
Esther
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Network Manager to WEXT interface

2011-02-14 Thread Mark Kilty

Hi,

If there is somewhere I should look for this information, I apologize, but I am 
not sure there is without looking through the code base.

I have a 80211 Wireless Driver I am working on.

I have an issue in it, but its because I dont understand what Network Manager 
is fully doing.

I need to know what Network Manager calls when it is switching to a new AP to 
connect to when in Managed (client) mode (I am sure it called SetEssid and WAP, 
but I need a bit more info).  Specifically, there is some WPA items in our 
driver that are not getting cleaned up properly when going from a WPA network 
to an open network and I need to know where I can put code to clean these items 
up before Network Manager tries to associate to the new network.

I have my cleanup code in a section that is called by ifconfig down, but 
Network manager does not call this when switching networks.

Again, if someone can point me to the right code file, or documentation, I can 
sort it out, I just need to be pointed in the right direction.

Thank you for your help,
Mark

  ___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


check attack package

2011-02-14 Thread b123114

Dear,
I use NetworkManager 0.8 version
wpa_supplicant 0.6.9 version
in our embedded system.
i have some issue about attack package by wireless.

I want to pass the WIFI LOGO. But it have a test case fail by our system.
test case steps:
1. wireless connected AP SSID.
2. test program will give attack package by wireless.
3. wireless disconnect (after twice attack package)
4. must be after 60sec. reconnect wireless
5. test case END

But step3 - step4 will be fail in system.
So, NetworkManager know attack package? or wpa_supplicant?
or Could i know attack package by NetworkManager Signals?
(I will reconnect by my program after 60sec.)

Why processes always reconnect immediately?

In driver layer, i can use command line to connect AP.
And, Pass this test case.

driver - wpa_supplicant - NetworkManager - my-applet
^^ ^^ ^^
1.tell wifi interface 2.notice accept attack 3.Emit Attack Signal

Thanks a lot

blue
___
networkmanager-list mailing list
networkmanager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list