Re: [PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-09-26 Thread Dan Williams
On Tue, 2012-09-25 at 10:40 +0200, Jan Lübbe wrote: > On Mon, 2012-09-24 at 11:16 -0500, Dan Williams wrote: > > On Mon, 2012-09-24 at 12:21 +0200, Jan Lübbe wrote: > > > On Mon, 2012-09-24 at 12:10 +0200, Jan Lübbe wrote: > > > > I noticed that for checking if wpa_supplicants supports AP mode, NM

Re: [PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-09-25 Thread Jan Lübbe
On Mon, 2012-09-24 at 11:16 -0500, Dan Williams wrote: > On Mon, 2012-09-24 at 12:21 +0200, Jan Lübbe wrote: > > On Mon, 2012-09-24 at 12:10 +0200, Jan Lübbe wrote: > > > I noticed that for checking if wpa_supplicants supports AP mode, NM > > > needs a wpa_supplicant build from their master branch

Re: [PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-09-24 Thread Dan Williams
On Mon, 2012-09-24 at 12:21 +0200, Jan Lübbe wrote: > On Mon, 2012-09-24 at 12:10 +0200, Jan Lübbe wrote: > > I noticed that for checking if wpa_supplicants supports AP mode, NM > > needs a wpa_supplicant build from their master branch (not 1.0). > > > > When using it with this wpa_supplicant, AP

Re: [PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-09-24 Thread Jan Lübbe
On Fri, 2012-09-21 at 17:03 -0500, Dan Williams wrote: > Pushed to the 'ap' branch, and I added a bunch of fixes for stuff I > found when testing, including figuring out whether we actually have AP > support built into the supplicant or not, and to better suppress > scanning when in AP mode. Pleas

Re: [PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-09-24 Thread Jan Lübbe
On Mon, 2012-09-24 at 12:10 +0200, Jan Lübbe wrote: > I noticed that for checking if wpa_supplicants supports AP mode, NM > needs a wpa_supplicant build from their master branch (not 1.0). > > When using it with this wpa_supplicant, AP mode still works for me. If I revert 6d726622069338652326d9a0

Re: [PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-09-21 Thread Dan Williams
On Fri, 2012-07-06 at 14:47 +0200, Jan Luebbe wrote: > A new value for NM80211Mode is introduced (NM_802_11_MODE_AP) and the > new mode is passed to wpa_supplicant analogous to adhoc-mode. > The places which need to know the interface mode have been extended to > handle the new mode. > > If the co

[PATCH v2] wifi: support ap-mode with wpa_supplicant

2012-07-06 Thread Jan Luebbe
A new value for NM80211Mode is introduced (NM_802_11_MODE_AP) and the new mode is passed to wpa_supplicant analogous to adhoc-mode. The places which need to know the interface mode have been extended to handle the new mode. If the configuration does not contain a fixed frequency, a channel is sele