Prev: perf,hw_breakpoint,kgdb: No mutex taken forkerneldebugger
Next: ARM: Add sh7372 and AP4EVB support
From: Luis R. Rodriguez on 1 Feb 2010 13:10 On Sun, Jan 31, 2010 at 1:20 PM, Johannes Berg <johannes(a)sipsolutions.net> wrote: > On Sun, 2010-01-31 at 22:03 +0100, Witold Sowa wrote: > >> Some time ago johill asked me if I would be interested in hacking on >> adding WPS support to NetworkManager. Well, I would but I don't know >> when I'll find some time for that. I don't know how much of work would >> it require, but it possibly could be a topic of one of GSoC 2010 >> projects. I have no idea know if anybody would be willing to be a mentor >> for such a project. > > Sounds like a good project to me, but I don't think I'd be a good mentor > for since I'm not familiar with the NM codebase at all. As for how much > work it would require, I think the basic client-side functionality could > possibly be "too simple" for you, WPS has a lot of additional > functionality (e.g. WPS support for the AP side). In case it helps, I believe all that would be required is the dbus stuff, there are sample GUI examples of this already provided through the wpa_supplicant wpa_gui. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Maxim Levitsky on 1 Feb 2010 15:20 On Mon, 2010-02-01 at 10:01 -0800, Luis R. Rodriguez wrote: > On Sun, Jan 31, 2010 at 1:20 PM, Johannes Berg > <johannes(a)sipsolutions.net> wrote: > > On Sun, 2010-01-31 at 22:03 +0100, Witold Sowa wrote: > > > >> Some time ago johill asked me if I would be interested in hacking on > >> adding WPS support to NetworkManager. Well, I would but I don't know > >> when I'll find some time for that. I don't know how much of work would > >> it require, but it possibly could be a topic of one of GSoC 2010 > >> projects. I have no idea know if anybody would be willing to be a mentor > >> for such a project. > > > > Sounds like a good project to me, but I don't think I'd be a good mentor > > for since I'm not familiar with the NM codebase at all. As for how much > > work it would require, I think the basic client-side functionality could > > possibly be "too simple" for you, WPS has a lot of additional > > functionality (e.g. WPS support for the AP side). > > In case it helps, I believe all that would be required is the dbus > stuff, there are sample GUI examples of this already provided through > the wpa_supplicant wpa_gui. Here are couple of ideas (I don't think I will enter the program though): 1 - Make Ad-Hoc WPA networks work (with NM). This would involve changes in kernel, but I don't think will involve changes in hardware drivers. 2 - Allow a wireless card to associate to several APs at once (if they share the frequency). Implement this at least for ath5/9k. Madwifi had that feature. Maybe ath9k has. If it has that feature, test it. Implement proper GUI support in NM for that. 3 - Create wardriving^Wwireless analysis tool. No, not for wardriving. I mean an application that shows and analyzes nicely the signal strength of nearby APs, and other features of it airodump-ng does have some features, but it is focused too much on cracking that on analysis. For example it slows to an crawl, when I attempt to do iperf and monitor huge traffic that is sent. It could see how many packets are dropped, how many resends were done, have proper ESSID filter, so it can be used in large scale networks (I once tried to understand locations of wifi access points in my uni, so I know where to get proper wifi connection.) A lot more can be extracted from monitor mode. Best regards, Maxim Levitsky -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: david on 1 Feb 2010 15:20 On Mon, 1 Feb 2010, Maxim Levitsky wrote: > On Mon, 2010-02-01 at 10:01 -0800, Luis R. Rodriguez wrote: >> On Sun, Jan 31, 2010 at 1:20 PM, Johannes Berg >> <johannes(a)sipsolutions.net> wrote: >>> On Sun, 2010-01-31 at 22:03 +0100, Witold Sowa wrote: >>> >>>> Some time ago johill asked me if I would be interested in hacking on >>>> adding WPS support to NetworkManager. Well, I would but I don't know >>>> when I'll find some time for that. I don't know how much of work would >>>> it require, but it possibly could be a topic of one of GSoC 2010 >>>> projects. I have no idea know if anybody would be willing to be a mentor >>>> for such a project. >>> >>> Sounds like a good project to me, but I don't think I'd be a good mentor >>> for since I'm not familiar with the NM codebase at all. As for how much >>> work it would require, I think the basic client-side functionality could >>> possibly be "too simple" for you, WPS has a lot of additional >>> functionality (e.g. WPS support for the AP side). >> >> In case it helps, I believe all that would be required is the dbus >> stuff, there are sample GUI examples of this already provided through >> the wpa_supplicant wpa_gui. > > Here are couple of ideas (I don't think I will enter the program > though): > > 1 - Make Ad-Hoc WPA networks work (with NM). This would involve changes > in kernel, but I don't think will involve changes in hardware drivers. > > 2 - Allow a wireless card to associate to several APs at once (if they > share the frequency). > Implement this at least for ath5/9k. Madwifi had that feature. Maybe > ath9k has. If it has that feature, test it. > Implement proper GUI support in NM for that. why would you want to do this? > 3 - Create wardriving^Wwireless analysis tool. > No, not for wardriving. I mean an application that shows and analyzes > nicely the signal strength of nearby APs, and other features of it it seems to me that kismet provides exactly this capability, what is it missing? David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Maxim Levitsky on 1 Feb 2010 16:40 On Mon, 2010-02-01 at 12:17 -0800, david(a)lang.hm wrote: > On Mon, 1 Feb 2010, Maxim Levitsky wrote: > > > On Mon, 2010-02-01 at 10:01 -0800, Luis R. Rodriguez wrote: > >> On Sun, Jan 31, 2010 at 1:20 PM, Johannes Berg > >> <johannes(a)sipsolutions.net> wrote: > >>> On Sun, 2010-01-31 at 22:03 +0100, Witold Sowa wrote: > >>> > >>>> Some time ago johill asked me if I would be interested in hacking on > >>>> adding WPS support to NetworkManager. Well, I would but I don't know > >>>> when I'll find some time for that. I don't know how much of work would > >>>> it require, but it possibly could be a topic of one of GSoC 2010 > >>>> projects. I have no idea know if anybody would be willing to be a mentor > >>>> for such a project. > >>> > >>> Sounds like a good project to me, but I don't think I'd be a good mentor > >>> for since I'm not familiar with the NM codebase at all. As for how much > >>> work it would require, I think the basic client-side functionality could > >>> possibly be "too simple" for you, WPS has a lot of additional > >>> functionality (e.g. WPS support for the AP side). > >> > >> In case it helps, I believe all that would be required is the dbus > >> stuff, there are sample GUI examples of this already provided through > >> the wpa_supplicant wpa_gui. > > > > Here are couple of ideas (I don't think I will enter the program > > though): > > > > 1 - Make Ad-Hoc WPA networks work (with NM). This would involve changes > > in kernel, but I don't think will involve changes in hardware drivers. > > > > 2 - Allow a wireless card to associate to several APs at once (if they > > share the frequency). > > Implement this at least for ath5/9k. Madwifi had that feature. Maybe > > ath9k has. If it has that feature, test it. > > Implement proper GUI support in NM for that. > > why would you want to do this? To create a wireless router. However, yes, I probably meant an access point and wireless client at same time. > > > 3 - Create wardriving^Wwireless analysis tool. > > No, not for wardriving. I mean an application that shows and analyzes > > nicely the signal strength of nearby APs, and other features of it > > it seems to me that kismet provides exactly this capability, what is it > missing? Didn't use this tool. Also, like I said, this should be a analysis, and not wardriving/hacking tool. And with GUI. Best regards, Maxim Levitsky -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Nick Bowler on 1 Feb 2010 17:20
On 22:14 Mon 01 Feb , Maxim Levitsky wrote: > 2 - Allow a wireless card to associate to several APs at once (if they > share the frequency). > Implement this at least for ath5/9k. Madwifi had that feature. Maybe > ath9k has. If it has that feature, test it. I haven't actually tried this particular case, but this is ostensibly already supported by mac80211: iw allows you to create several wireless interfaces that share a phy, which can then be configured into different modes (I've used station + monitor successfully in the past). -- Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |