An error occurred fetching the project authors.
  1. 09 Oct, 2014 1 commit
  2. 11 Sep, 2014 6 commits
  3. 05 Sep, 2014 3 commits
  4. 03 Sep, 2014 1 commit
  5. 26 Aug, 2014 1 commit
    • Johannes Berg's avatar
      cfg80211: clarify BSS probe response vs. beacon data · 0e227084
      Johannes Berg authored
      There are a few possible cases of where BSS data came from:
       1) only a beacon has been received
       2) only a probe response has been received
       3) the driver didn't report what it received (this happens when
          using cfg80211_inform_bss[_width]())
       4) both probe response and beacon data has been received
      
      Unfortunately, in the userspace API, a few things weren't there:
       a) there was no way to differentiate cases 1) and 4) above
          without comparing the data of the IEs
       b) the TSF was always from the last frame, instead of being
          exposed for beacon/probe response separately like IEs
      
      Fix this by
         i) exporting a new flag attribute that indicates whether or
            not probe response data has been received - this addresses (a)
        ii) exporting a BEACON_TSF attribute that holds the beacon's TSF
            if a beacon has been received
       iii) not exporting the beacon attributes in case (3) above as that
            would just lead userspace into thinking the data actually came
            from a beacon when that isn't clear
      
      To implement this, track inside the IEs struct whether or not it
      (definitely) came from a beacon.
      
      Reported-by: William Seto
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      0e227084
  6. 21 Jul, 2014 1 commit
  7. 25 Jun, 2014 1 commit
  8. 24 Jun, 2014 1 commit
  9. 23 Jun, 2014 1 commit
  10. 26 May, 2014 1 commit
  11. 20 May, 2014 1 commit
  12. 19 May, 2014 1 commit
  13. 15 May, 2014 3 commits
  14. 13 May, 2014 1 commit
  15. 28 Apr, 2014 1 commit
  16. 25 Apr, 2014 4 commits
  17. 09 Apr, 2014 7 commits
  18. 25 Feb, 2014 3 commits
  19. 21 Feb, 2014 2 commits