1. 05 2月, 2014 2 次提交
    • J
      cfg80211: Advertise maximum associated STAs in AP mode · b43504cf
      Jouni Malinen 提交于
      This allows drivers to advertise the maximum number of associated
      stations they support in AP mode (including P2P GO). User space
      applications can use this for cleaner way of handling the limit (e.g.,
      hostapd rejecting IEEE 802.11 authentication without manual
      configuration of the limit) or to figure out what type of use cases can
      be executed with multiple devices before trying and failing.
      Signed-off-by: NJouni Malinen <j@w1.fi>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      b43504cf
    • J
      cfg80211: Allow BSS hint to be provided for connect · 1df4a510
      Jouni Malinen 提交于
      This clarifies the expected driver behavior on the older
      NL80211_ATTR_MAC and NL80211_ATTR_WIPHY_FREQ attributes and adds a new
      set of similar attributes with _HINT postfix to enable use of a
      recommendation of the initial BSS to choose. This can be helpful for
      some drivers that can avoid an additional full scan on connection
      request if the information is provided to them (user space tools like
      wpa_supplicant already has that information available based on earlier
      scans).
      
      In addition, this can be used to get more expected behavior for cases
      where a specific BSS should be picked first based on operations like
      Interworking network selection or WPS. These cases were already easily
      addressed with drivers that leave BSS selection to user space, but there
      was no convenient way to do this with drivers that take care of BSS
      selection internally without using the NL80211_ATTR_MAC which is not
      really desired since it is needed for other purposes to force the
      association to remain with the same BSS.
      Signed-off-by: NJouni Malinen <j@w1.fi>
      [add const, fix policy]
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      1df4a510
  2. 15 1月, 2014 1 次提交
  3. 09 1月, 2014 1 次提交
  4. 06 1月, 2014 1 次提交
  5. 19 12月, 2013 2 次提交
  6. 16 12月, 2013 1 次提交
  7. 05 12月, 2013 2 次提交
  8. 03 12月, 2013 4 次提交
  9. 02 12月, 2013 4 次提交
  10. 26 11月, 2013 6 次提交
  11. 25 11月, 2013 4 次提交
  12. 20 11月, 2013 3 次提交
  13. 15 11月, 2013 2 次提交
  14. 28 10月, 2013 4 次提交
  15. 11 10月, 2013 1 次提交
  16. 01 10月, 2013 1 次提交
  17. 26 9月, 2013 1 次提交