All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4 v2] cfg80211/mac80211: Add new interface type for OCB (Outside the Context of a BSS) mode
@ 2014-05-30 16:56 Rostislav Lisovy
  2014-05-30 16:56 ` [RFC 1/4] cfg80211: Add channel flags limiting availability to OCB mode only Rostislav Lisovy
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Rostislav Lisovy @ 2014-05-30 16:56 UTC (permalink / raw)
  To: Johannes Berg, John W. Linville, linux-wireless, linux-kernel
  Cc: Michal Sojka, s.sander, jan-niklas.meier, Rostislav Lisovy

The IEEE 802.11p amendment defines a procedure for data frames
transmission by an STA that is not a member of a BSS. Such data
frames are defined as being transmitted "outside the context of a
BSS" (this is allowed only if the MIB variable dot11OCBActivated is
true).  This patchset adds new interface type (NL80211_IFTYPE_OCB)
for an STA in the OCB mode.

When an OCB mode is used, all the STAs communicate with each other
without the need for a coordinator. In such case no beacons are
sent and BSSID is set to wildcard (all 1's). Every STA receives all
frames from every STA in range and transmits to every STA tuned to
the same channel. The communication is taking place in a reserved
frequency band (5.9 GHz).

This patchset presents work in progress. Patches adding *_leave_ocb()
functions and modifying RX/TX path in mac80211 to work with OCB
mode will come in near future.


Changes v1 --> v2:
* Added proper (__)cfg80211_join_ocb function
* Removed the infrastructure for ocb_housekeeping
  (has to be reworked and added in the future)
* OCB_ONLY channel flags are checked in __cfg80211_join_ocb()

Rostislav Lisovy (4):
  cfg80211: Add channel flags limiting availability to OCB mode only
  cfg80211: Add new interface type for OCB mode
  nl80211: Do not ignore 5/10MHz wide channels in nl80211_send_chandef()
  mac80211: OCB mode interface configuration

 include/net/cfg80211.h       |  9 ++++++
 include/uapi/linux/nl80211.h |  8 +++++
 net/mac80211/Makefile        |  3 +-
 net/mac80211/cfg.c           | 22 +++++++++++++
 net/mac80211/chan.c          |  1 +
 net/mac80211/driver-ops.h    |  3 +-
 net/mac80211/ieee80211_i.h   |  3 ++
 net/mac80211/iface.c         | 22 +++++++++++++
 net/mac80211/ocb.c           | 22 +++++++++++++
 net/mac80211/util.c          |  5 +++
 net/wireless/Makefile        |  2 +-
 net/wireless/chan.c          |  2 ++
 net/wireless/core.h          |  8 +++++
 net/wireless/nl80211.c       |  6 ++++
 net/wireless/ocb.c           | 75 ++++++++++++++++++++++++++++++++++++++++++++
 net/wireless/rdev-ops.h      | 11 +++++++
 net/wireless/reg.c           |  2 ++
 net/wireless/trace.h         | 17 ++++++++++
 net/wireless/util.c          |  5 ++-
 19 files changed, 222 insertions(+), 4 deletions(-)
 create mode 100644 net/mac80211/ocb.c
 create mode 100644 net/wireless/ocb.c

-- 
2.0.0.rc4


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

end of thread, other threads:[~2014-09-05 21:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30 16:56 [RFC 0/4 v2] cfg80211/mac80211: Add new interface type for OCB (Outside the Context of a BSS) mode Rostislav Lisovy
2014-05-30 16:56 ` [RFC 1/4] cfg80211: Add channel flags limiting availability to OCB mode only Rostislav Lisovy
2014-06-03 20:01   ` Johannes Berg
2014-06-03 22:18     ` Luis R. Rodriguez
2014-06-03 22:18       ` [wireless-regdb] " Luis R. Rodriguez
2014-06-09 14:21       ` Rostislav Lisovy
2014-06-10 21:16         ` Luis R. Rodriguez
2014-06-10 21:16           ` [wireless-regdb] " Luis R. Rodriguez
2014-06-10 21:16           ` Luis R. Rodriguez
2014-08-01 14:00           ` Regulatory of 5.9 GHz band and OCB mode (was: [RFC 1/4] cfg80211: Add channel flags limiting availability to OCB mode only) Michal Sojka
2014-08-01 14:00             ` Michal Sojka
2014-09-05 21:52             ` Luis R. Rodriguez
2014-09-05 21:52               ` [wireless-regdb] " Luis R. Rodriguez
2014-09-05 21:52               ` Luis R. Rodriguez
2014-05-30 16:56 ` [RFC 2/4] cfg80211: Add new interface type for OCB mode Rostislav Lisovy
2014-06-03 20:10   ` Johannes Berg
2014-05-30 16:56 ` [RFC 3/4] nl80211: Do not ignore 5/10MHz wide channels in nl80211_send_chandef() Rostislav Lisovy
2014-05-30 16:56 ` [RFC 4/4] mac80211: OCB mode interface configuration Rostislav Lisovy
2014-06-03 20:13   ` Johannes Berg
2014-06-03 20:15 ` [RFC 0/4 v2] cfg80211/mac80211: Add new interface type for OCB (Outside the Context of a BSS) mode Johannes Berg
2014-06-09 14:09   ` Rostislav Lisovy
2014-06-10 16:43     ` Johannes Berg

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.