1. 13 12月, 2008 1 次提交
  2. 26 11月, 2008 1 次提交
    • L
      cfg80211/mac80211: Add 802.11d support · 3f2355cb
      Luis R. Rodriguez 提交于
      This adds country IE parsing to mac80211 and enables its usage
      within the new regulatory infrastructure in cfg80211. We parse
      the country IEs only on management beacons for the BSSID you are
      associated to and disregard the IEs when the country and environment
      (indoor, outdoor, any) matches the already processed country IE.
      
      To avoid following misinformed or outdated APs we build and use
      a regulatory domain out of the intersection between what the AP
      provides us on the country IE and what CRDA is aware is allowed
      on the same country.
      
      A secondary device is allowed to follow only the same country IE
      as it make no sense for two devices on a system to be in two
      different countries.
      
      In the case the AP is using country IEs for an incorrect country
      the user may help compliance further by setting the regulatory
      domain before or after the IE is parsed and in that case another
      intersection will be performed.
      
      CONFIG_WIRELESS_OLD_REGULATORY is supported but requires CRDA
      present.
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Acked-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3f2355cb
  3. 11 11月, 2008 2 次提交
    • J
      mac80211_hwsim: Add support for client PS mode · fc6971d4
      Jouni Malinen 提交于
      This introduces a debugfs file (ieee80211/phy#/hwsim/ps) that can be
      used to force a simulated radio into power save mode. Following values
      can be written into this file to change PS mode:
      0 = power save disabled (constantly awake)
      1 = power save enabled (drop all frames; do not send PS-Poll)
      2 = power save enabled (send PS-Poll frames automatically to receive
          buffered unicast frames); not yet fully implemented
      3 = manual PS-Poll trigger (send a single PS-Poll frame)
      
      Two different behavior for power save mode processing can be tested:
      - move between modes 1 and 0 (i.e., receive all buffered frames at a
        time)
      - move to mode 1 and use manual PS-Poll frames (write 3 to the 'ps'
        debugfs file) to fetch power save buffered frames one at a time
      
      Mode 2 (automatic PS-Poll) does not yet parse Beacon frames, but
      eventually, it should take a look at TIM IE and send PS-Poll if a
      traffic bit is set for our AID.
      Signed-off-by: NJouni Malinen <jouni.malinen@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      fc6971d4
    • J
      wireless: move mesh config length constant · 1239cd58
      Johannes Berg 提交于
      This is a constant from the 802.11 specification.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Cc: Javier Cardona <javier@cozybit.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      1239cd58
  4. 01 11月, 2008 3 次提交
  5. 25 9月, 2008 1 次提交
  6. 12 9月, 2008 2 次提交
  7. 30 8月, 2008 1 次提交
  8. 05 8月, 2008 1 次提交
  9. 09 7月, 2008 1 次提交
  10. 08 7月, 2008 1 次提交
  11. 27 6月, 2008 2 次提交
  12. 15 6月, 2008 3 次提交
  13. 04 6月, 2008 1 次提交
  14. 22 5月, 2008 1 次提交
  15. 15 5月, 2008 1 次提交
  16. 01 5月, 2008 1 次提交
  17. 24 4月, 2008 1 次提交
  18. 07 3月, 2008 1 次提交
  19. 02 2月, 2008 1 次提交
  20. 29 1月, 2008 4 次提交
  21. 11 10月, 2007 1 次提交
  22. 13 7月, 2007 1 次提交
    • D
      [PATCH] mac80211: ERP IE handling improvements · 5628221c
      Daniel Drake 提交于
      The "protection needed" flag is currently parsed out of the ERP IE in
      beacons. This patch allows the ERP IE to be available at assocation time
      and causes the appropriate actions to be performed earlier.
      
      It is slightly complicated by the fact that most APs don't include the
      ERP IE in association responses. To work around this, we store ERP
      values in the ieee80211_sta_bss structure.
      
      Also added some WLAN_ERP defines for use by upcoming patches.
      Signed-off-by: NJiri Benc <jbenc@suse.cz>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5628221c
  23. 06 5月, 2007 1 次提交