[PATCH 0/5] Add TDLS channel switch support

Ilan Peer ilan.peer at intel.com
Sun Dec 28 22:35:16 EST 2014


The patch set adds the APIs/flows that allow to request the
driver to enable/disable TDLS channel switching, where the
driver is the one responsible to actually control the channel
configuration used by the radio at any given time.

The patch set requires an update version of nl80211.h from
wireless-testing.

Arik Nemtsov (5):
  TDLS: add channel-switch capability flag
  TDLS: track TDLS chan-switch prohibition in AP
  TDLS: propagate enable/disable channel-switch commands to drv
  nl80211: pass TDLS channel-switch start/stop params to kernel
  wpa_cli: implement TDLS start/cancel channel switch commands

 src/drivers/driver.h              |  29 ++++++++
 src/drivers/driver_nl80211.c      |  70 +++++++++++++++++-
 src/drivers/driver_nl80211_capa.c |   5 ++
 src/rsn_supp/tdls.c               | 146 +++++++++++++++++++++++++++++++++-----
 src/rsn_supp/wpa.h                |  11 ++-
 src/rsn_supp/wpa_i.h              |  29 +++++++-
 wpa_supplicant/ctrl_iface.c       | 106 +++++++++++++++++++++++++++
 wpa_supplicant/driver_i.h         |  22 ++++++
 wpa_supplicant/wpa_cli.c          |  22 ++++++
 wpa_supplicant/wpas_glue.c        |  32 ++++++++-
 10 files changed, 450 insertions(+), 22 deletions(-)

-- 
1.8.3.2



More information about the HostAP mailing list