RE: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-20 Thread Undekari, Sunil Dutt
>Ah, heh. Yes, I think this is exactly the use case they have in mind. >Each of the multiple BSSes is represented by its own AP type virtual interface. Yes . This is the requirement we are targeting . The use case is also to have different beacon interval for these VAP's and hence this patch. Ple

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Arend Van Spriel
On 18-7-2016 21:21, Arend Van Spriel wrote: > On 18-7-2016 21:15, Johannes Berg wrote: >> On Mon, 2016-07-18 at 21:13 +0200, Arend Van Spriel wrote: >>> >>> On 18-7-2016 20:56, Johannes Berg wrote: On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: > Driver may allow support

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Ben Greear
On 07/18/2016 12:14 PM, Johannes Berg wrote: On Mon, 2016-07-18 at 12:04 -0700, Ben Greear wrote: On 07/18/2016 11:56 AM, Johannes Berg wrote: On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: Driver may allow support for different beacon interval on virtual interfaces. Allow i

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Johannes Berg
> Whoops. Should not use abbreviations like that. I meant the > Multiple-BSSID functionality (from hostapd): Ah, heh. Yes, I think this is exactly the use case they have in mind. Each of the multiple BSSes is represented by its own AP type virtual interface. johannes -- To unsubscribe from this

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Arend Van Spriel
On 18-7-2016 21:15, Johannes Berg wrote: > On Mon, 2016-07-18 at 21:13 +0200, Arend Van Spriel wrote: >> >> On 18-7-2016 20:56, Johannes Berg wrote: >>> On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: Driver may allow support for different beacon interval on virtual interfa

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Johannes Berg
On Mon, 2016-07-18 at 21:13 +0200, Arend Van Spriel wrote: > > On 18-7-2016 20:56, Johannes Berg wrote: > > On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: > > > Driver may allow support for different beacon interval on virtual > > > interfaces. > > > Allow if such support is advert

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Arend Van Spriel
On 18-7-2016 20:56, Johannes Berg wrote: > On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: >> Driver may allow support for different beacon interval on virtual >> interfaces. >> Allow if such support is advertised by driver. This adds new >> ext_feature as NL80211_EXT_FEATURE_DIFF_

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Johannes Berg
On Mon, 2016-07-18 at 12:04 -0700, Ben Greear wrote: > > On 07/18/2016 11:56 AM, Johannes Berg wrote: > > On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: > > > Driver may allow support for different beacon interval on virtual > > > interfaces. > > > Allow if such support is advertis

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Ben Greear
On 07/18/2016 11:56 AM, Johannes Berg wrote: On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: Driver may allow support for different beacon interval on virtual interfaces. Allow if such support is advertised by driver. This adds new ext_feature as NL80211_EXT_FEATURE_DIFF_BEACON_

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Johannes Berg
On Mon, 2016-07-18 at 19:23 +0530, Purushottam Kushwaha wrote: > Driver may allow support for different beacon interval on virtual > interfaces. > Allow if such support is advertised by driver. This adds new > ext_feature as NL80211_EXT_FEATURE_DIFF_BEACON_INTERVAL. We have NL80211_IFACE_COMB_STA_

Re: [PATCH v2] cfg80211: Allow differnt beacon interval if driver supports

2016-07-18 Thread Kalle Valo
Purushottam Kushwaha writes: > Driver may allow support for different beacon interval on virtual interfaces. > Allow if such support is advertised by driver. This adds new ext_feature as > NL80211_EXT_FEATURE_DIFF_BEACON_INTERVAL. > > Signed-off-by: Purushottam Kushwaha A typo in the title: "di