lp:~indicator-network-developers/wpasupplicant/trunk
- Get this branch:
- bzr branch lp:~indicator-network-developers/wpasupplicant/trunk
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://w1.fi/srv/git/hostap.git.
Last successful import was .
Recent revisions
- 17817. By Vinay Gannevaram <email address hidden>
-
Add AP and STA specific P802.11az security capabilities (vendor command)
Add feature capability indication for P802.11az security for the drivers
to advertise capabilities such as secure LTF support, secure RTT
measurement exchange support, and protection of range negotiation and
measurement management frames for station and AP interfaces
independently. This allows a more fine-tuned capability indication as an
alternative to the upstream nl80211 mechanism that is not specific to
the operating mode.Signed-off-by: Jouni Malinen <email address hidden>
- 17816. By Yu Wang <email address hidden>
-
QCA vendor command for CoAP offload processing
Add vendor command QCA_NL80211_
VENDOR_ SUBCMD_ COAP_OFFLOAD to
enable/disable offload processing in firmware for CoAP messages
(RFC7252: The Constrained Application Protocol) or fetch the
CoAP messages cached during offload processing.Signed-off-by: Yu Wang <email address hidden>
- 17815. By Jingxiang Ge <email address hidden>
-
Add QCA vendor attribute for TIM beacon statistics
Add the following two vendor attributes to send TIM beacon
statistics to userspace which can be used for power saving:
QCA_WLAN_VENDOR_ ATTR_LL_ STATS_TIM_ BEACON
QCA_WLAN_VENDOR_ ATTR_LL_ STATS_TIM_ BEACON_ ERR Signed-off-by: Jingxiang Ge <email address hidden>
- 17814. By Vinay Gannevaram <email address hidden>
-
Add QCA vendor interface for PASN offload to userspace
Define QCA vendor interface for PASN offload to userspace from the driver.
The driver can send this command as an event to a userspace component to
perform PASN authentication with a list of peers with which the driver
needs to do ranging. The userspace component, if capable of performing
PASN handshake, can perform PASN handshake with all the peer devices and
set the relevant keys by sending the
QCA_NL80211_VENDOR_ SUBCMD_ SECURE_ RANGING_ CONTEXT command for each peer
to the driver.Once PASN handshake is completed with all requested peers, the userspace
component sends consolidated status for all the peers to the driver. The
consolidated report is required for the driver to understand that the
PASN handshake process is complete and whether it succeeded/failed for
each of the peers it was requested for. The secure ranging context is
configured only for the peers with which the PASN handshake succeeded.When the driver requests PASN keys, the userspace component can set the
keys from its cache if those keys have not already expired and were
derived with the same source MAC address that is requested by the driver
instead of doing the full PASN handshake again.If the driver detects that current keys of a peer are not valid anymore,
it sends a notification to userspace using the
QCA_NL80211_VENDOR_ SUBCMD_ PASN command and setting the action to
QCA_WLAN_VENDOR_ PASN_ACTION_ DELETE_ SECURE_ RANGING_ CONTEXT. The userspace
component should delete the corresponding keys from its cache.Signed-off-by: Jouni Malinen <email address hidden>
- 17813. By Purushottam Kushwaha <email address hidden>
-
Add a vendor attribute to configure concurrency policy for AP interface
Add a new QCA vendor attribute
QCA_WLAN_VENDOR_ ATTR_CONCURRENT _POLICY_ AP_CONFIG to
QCA_NL80211_VENDOR_ SUBCMD_ CONCURRENT_ POLICY sub command to set the
concurrency policy for AP interface.
QCA_WLAN_VENDOR_ ATTR_CONCURRENT _POLICY_ AP_CONFIG uses the values
defined in enum qca_wlan_concurrent_ ap_policy_ config to specify
concurrency policy.Signed-off-by: Purushottam Kushwaha <email address hidden>
- 17812. By Purushottam Kushwaha <email address hidden>
-
Rename QCA_NL80211_
VENDOR_ SUBCMD_ CONCURRENT_ MULTI_STA_ POLICY Rename QCA_NL80211_
VENDOR_ SUBCMD_ CONCURRENT_ MULTI_STA_ POLICY to
QCA_NL80211_VENDOR_ SUBCMD_ CONCURRENT_ POLICY to allow extension for other
interface type(s). A subsequent commit will extend the renamed
definitions in a manner that is inconsistent with the current naming.This is a precursor for AP/P2P concurrency policy configuration support
via updated vendor command QCA_NL80211_VENDOR_ SUBCMD_ CONCURRENT_ POLICY. Signed-off-by: Purushottam Kushwaha <email address hidden>
- 17811. By Veerendranath Jakkam <email address hidden>
-
EHT: Add 320 channel width support
Add initial changes to support 320 MHz channel width.
Signed-off-by: Veerendranath Jakkam <email address hidden>
Signed-off-by: Karthikeyan Periyasamy <email address hidden> - 17810. By Aleti Nageshwar Reddy <email address hidden>
-
Move CHANWIDTH_* definitions from ieee80211_defs.h to defs.h
Move most of CHANWIDTH_* definitions from ieee80211_defs.h to defs.h as
the definitions are getting used mostly for internal purpose only. Also
change prefix of the definitions to CONF_OPER_CHWIDTH_* and update in
all the files accordingly.Leave the couple of VHT-specific exceptions to use the old defines (the
reason why they were originally added as VHT values), to avoid use of
clearly marked configuration values in information elements. In
addition, use the defines instead of magic values where appropriate.Signed-off-by: Aleti Nageshwar Reddy <email address hidden>
- 17809. By Jouni Malinen <email address hidden>
-
tests: Remove the 80+80 vs. 160 part from wpa2_ocv_
ap_vht160_ mismatch This started failing with the OCV implementation change to ignore the
second segment when using a 160 MHz channel.Signed-off-by: Jouni Malinen <email address hidden>
- 17808. By Jouni Malinen <email address hidden>
-
tests: Make OCV negative test error cases more robust
Try to avoid an exception while processing an exception that indicates
the test case failed. Explicit DISCONNECT command here can avoid the
undesired FAIL-BUSY from cleanup SCAN.Signed-off-by: Jouni Malinen <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)