All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Additional processing in NL80211_CMD_SET_BEACON
@ 2022-05-09 17:33 Aloka Dixit
  2022-05-09 17:33 ` [PATCH v3 1/2] nl80211: process additional attributes " Aloka Dixit
  2022-05-09 17:33 ` [PATCH v3 2/2] mac80211: process additional data in ieee80211_change_beacon() Aloka Dixit
  0 siblings, 2 replies; 5+ messages in thread
From: Aloka Dixit @ 2022-05-09 17:33 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Aloka Dixit

FILS discovery and unsolicited broadcast probe response transmissions
are configured as part of NL80211_CMD_START_AP, however both stop
after userspace issues NL80211_CMD_SET_BEACON command as these
attributes are not processed as part of this command.
Add the missing implementation in nl80211 and mac80211 to fix the issue.

Aloka Dixit (2):
  nl80211: process additional attributes in NL80211_CMD_SET_BEACON
  mac80211: process additional data in ieee80211_change_beacon()

 include/net/cfg80211.h  |  2 +-
 net/mac80211/cfg.c      | 25 +++++++++++++++++---
 net/wireless/nl80211.c  | 28 ++++++++++++++++++----
 net/wireless/rdev-ops.h |  2 +-
 net/wireless/trace.h    | 52 +++++++++++++++++++++++------------------
 5 files changed, 77 insertions(+), 32 deletions(-)


base-commit: fc20106d6e2086dd37bf286605c28b28b4f2492c
-- 
2.31.1


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

end of thread, other threads:[~2022-05-09 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 17:33 [PATCH v3 0/2] Additional processing in NL80211_CMD_SET_BEACON Aloka Dixit
2022-05-09 17:33 ` [PATCH v3 1/2] nl80211: process additional attributes " Aloka Dixit
2022-05-09 21:05   ` kernel test robot
2022-05-09 23:10   ` kernel test robot
2022-05-09 17:33 ` [PATCH v3 2/2] mac80211: process additional data in ieee80211_change_beacon() Aloka Dixit

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.