1. 11 Jul, 2022 2 commits
  2. 08 Jul, 2022 3 commits
  3. 01 Jul, 2022 21 commits
  4. 21 Jun, 2022 13 commits
  5. 20 Jun, 2022 1 commit
    • Veerendranath Jakkam's avatar
      cfg80211: Indicate MLO connection info in connect and roam callbacks · efbabc11
      Veerendranath Jakkam authored
      The MLO links used for connection with an MLD AP are decided by the
      driver in case of SME offloaded to driver.
      
      Add support for the drivers to indicate the information of links used
      for MLO connection in connect and roam callbacks, update the connected
      links information in wdev from connect/roam result sent by driver.
      Also, send the connected links information to userspace.
      
      Add a netlink flag attribute to indicate that userspace supports
      handling of MLO connection. Drivers must not do MLO connection when this
      flag is not set. This is to maintain backwards compatibility with older
      supplicant versions which doesn't have support for MLO connection.
      Signed-off-by: default avatarVeerendranath Jakkam <quic_vjakkam@quicinc.com>
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      efbabc11