1. 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
  2. 01 11月, 2008 3 次提交
  3. 25 9月, 2008 1 次提交
  4. 12 9月, 2008 2 次提交
  5. 30 8月, 2008 1 次提交
  6. 05 8月, 2008 1 次提交
  7. 09 7月, 2008 1 次提交
  8. 08 7月, 2008 1 次提交
  9. 27 6月, 2008 2 次提交
  10. 15 6月, 2008 3 次提交
  11. 04 6月, 2008 1 次提交
  12. 22 5月, 2008 1 次提交
  13. 15 5月, 2008 1 次提交
  14. 01 5月, 2008 1 次提交
  15. 24 4月, 2008 1 次提交
  16. 07 3月, 2008 1 次提交
  17. 02 2月, 2008 1 次提交
  18. 29 1月, 2008 4 次提交
  19. 11 10月, 2007 1 次提交
  20. 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
  21. 06 5月, 2007 1 次提交