All of lore.kernel.org
 help / color / mirror / Atom feed
* mwifiex: mwifiex_cfg80211_change_station and AP mode
@ 2020-07-01 12:48 Pali Rohár
  2021-07-17 13:57 ` Pali Rohár
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2020-07-01 12:48 UTC (permalink / raw)
  To: Ganapathi Bhat, Amitkumar Karwar, Xinming Hu, linux-wireless

Hello!

I'm looking at mwifiex_cfg80211_change_station() function which
basically implements NL80211_CMD_SET_STATION nl80211 API.

Currently this mwifiex implementation does not support AP mode, only
client STA mode.

The most common usage of NL80211_CMD_SET_STATION in AP mode is via
NL80211_ATTR_STA_VLAN to put clients into separate VLANs.

Is there any possibility how to implement NL80211_CMD_SET_STATION with
NL80211_ATTR_STA_VLAN in mwifiex (in mwifiex_cfg80211_change_station)?
It looks like it is needed some mwifiex firmware command which would do
it (put client into vlan).

Do you have any information / documentation for this feature?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mwifiex: mwifiex_cfg80211_change_station and AP mode
  2020-07-01 12:48 mwifiex: mwifiex_cfg80211_change_station and AP mode Pali Rohár
@ 2021-07-17 13:57 ` Pali Rohár
  0 siblings, 0 replies; 2+ messages in thread
From: Pali Rohár @ 2021-07-17 13:57 UTC (permalink / raw)
  To: Sharvari Harisangam
  Cc: Maximilian Luz, Jonas Dreßler, Ganapathi Bhat,
	Amitkumar Karwar, Xinming Hu, linux-wireless, Marek Behún

[+cc: Maximilian, Jonas and Sharvari]

Just to note that hostapd does not work in EAP mode (which is used e.g.
in WPA2-Enterprise) when kernel driver does not implement
NL80211_CMD_SET_STATION with NL80211_ATTR_STA_VLAN support.

So without it is mwifiex basically unusable for EAP mode.

On Wednesday 01 July 2020 14:48:37 Pali Rohár wrote:
> Hello!
> 
> I'm looking at mwifiex_cfg80211_change_station() function which
> basically implements NL80211_CMD_SET_STATION nl80211 API.
> 
> Currently this mwifiex implementation does not support AP mode, only
> client STA mode.
> 
> The most common usage of NL80211_CMD_SET_STATION in AP mode is via
> NL80211_ATTR_STA_VLAN to put clients into separate VLANs.
> 
> Is there any possibility how to implement NL80211_CMD_SET_STATION with
> NL80211_ATTR_STA_VLAN in mwifiex (in mwifiex_cfg80211_change_station)?
> It looks like it is needed some mwifiex firmware command which would do
> it (put client into vlan).
> 
> Do you have any information / documentation for this feature?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-17 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01 12:48 mwifiex: mwifiex_cfg80211_change_station and AP mode Pali Rohár
2021-07-17 13:57 ` Pali Rohár

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.