cfg80211: basic support for PBSS network type
authorLior David <liord@codeaurora.org>
Thu, 28 Jan 2016 08:58:25 +0000 (10:58 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 24 Feb 2016 08:04:34 +0000 (09:04 +0100)
commit34d505193bd10668acf1caba02d2f66bddc23fea
tree85a3ae638a7394c2d0cd342c918e363fb81cdc96
parent230fd28a91542f0abfe390bda74702a3504c3df6
cfg80211: basic support for PBSS network type

PBSS (Personal Basic Service Set) is a new BSS type for DMG
networks. It is similar to infrastructure BSS, having an AP-like
entity called PCP (PBSS Control Point), but it has few differences.
PBSS support is mandatory for 11ad devices.

Add support for PBSS by introducing a new PBSS flag attribute.
The PBSS flag is used in the START_AP command to request starting
a PCP instead of an AP, and in the CONNECT command to request
connecting to a PCP instead of an AP.

Signed-off-by: Lior David <liord@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/wil6210/cfg80211.c
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c
net/wireless/sme.c