cfg80211: Advertise extended capabilities per interface type to userspace
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>
Mon, 16 May 2016 05:11:04 +0000 (10:41 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 31 May 2016 13:23:13 +0000 (15:23 +0200)
commit019ae3a918811715192b22c400ac78d54acc26a9
treeca99aaee90d64947b7eb3d15d54da6bf70536dd4
parentbf1ecd210541ef5f3a110e88e8ca5d33b4aa5c23
cfg80211: Advertise extended capabilities per interface type to userspace

The driver extended capabilities may differ for different
interface types which the userspace needs to know (for
example the fine timing measurement initiator and responder
bits might differ for a station and AP). Add a new nl80211
attribute to provide extended capabilities per interface type
to userspace.

Signed-off-by: Vidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Reviewed-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/core.c
net/wireless/nl80211.c