1. 16 Aug, 2013 1 commit
  2. 14 Aug, 2013 1 commit
  3. 08 Aug, 2013 1 commit
    • Dmitry Shmidt's avatar
      Cumulative patch from commit d2ba3d6bd9336ef8fd761a0cc7999824d4c4da41 · 5393a0f7
      Dmitry Shmidt authored
      
      d2ba3d6 VLAN: Simplify no-WEP with VLAN check
      d66dcb0 WEP: Remove VLAN support from hostapd
      646f12a bsd: Add a commit routine
      32dc6a3 bsd: Mark define sta_set_flags() only for hostapd
      70a867c bsd: Mark the interface down before opening the routing socket
      89f4690 bsd: Compute the RSSI level
      5dd82c6 bsd: Set IEEE80211_KEY_NOREPLAY in IBSS/AHDEMO mode
      cb76af8 bsd: Skip SIOCSIFFFLAGS ioctl when there is no change.
      7239ea7 nl80211: Add stop AP mode event API
      
      Change-Id: Ib1c41f2ed18299451f05d0adf808b8b560522c86
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      5393a0f7
  4. 05 Aug, 2013 1 commit
  5. 24 Jul, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit 932659696e2755bb1ecd6a27e1968fd27eef4948 · c2ebb4b8
      Dmitry Shmidt authored
      
      9326596 nl80211: Remove unused WPA_DRIVER_FLAGS_MULTI_CHANNEL_CONCURRENT
      0d08efa P2P: Use the number of concurrent channels in P2P flows
      a21816a Use wpa_drv_shared_freq() if get_radio_name() is not supported
      53c5dfc Change share_vif_oper_freq() to handle multiple freqs
      4752147 nl80211: Report the number of concurrent support channels
      d7df0fa Clean up wpa_supplicant_event() with deauth/disassoc helper functions
      fd9f170 Remove unnecessary nested ifdef CONFIG_AP
      13adc57 IBSS RSN: Add peer restart detection
      b21990b nl80211: Register for AUTH frames when joining an IBSS network
      c91f796 nl80211: Support not specifying the frame frequency
      ec384c5 IBSS RSN: Fix disconnect() with internal SME
      ed07764 nl80211: Remove redundant assignment of ifindex
      4ed8d95 TDLS: Tear down TDLS using wpas_drv_tlds_oper() if not external
      831770b Cancel delayed scheduled scan when wpa_supplicant cleans up
      69dd296 WDS: Fix WEP usage with nl80211 wds_sta=1
      c8ebeda wpa_supplicant: Add support for VHT BSS membership selector
      3f9a813 hostapd: Add a config option to control beaconing
      182b2e5 Add missing host_to_le32() for big endian hosts
      3f53c00 nl80211: Ignore disconnect event in case of locally generated request
      
      Change-Id: Ia7368e71ae40966a92970ac82b002c09a7971d41
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      c2ebb4b8
  6. 19 Jul, 2013 8 commits
  7. 16 Jul, 2013 6 commits
    • Jouni Malinen's avatar
      Mark interface disconnected on removal request, DO NOT MERGE · e7ccc402
      Jouni Malinen authored
      
      This cleans up debug log by not trying to process the disconnection
      event as a failure that could result in blacklist addition and auto
      connect attempt. These are pointless operations since the interface is
      going to removed immediately after this.
      
      Bug: 8785804
      Change-Id: I2406d9b9bd9f0a83ae9fd0b0962f1134fda2bb9e
      Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      e7ccc402
    • Jouni Malinen's avatar
      Do not try auto connect mechanism in disconnected state, DO NOT MERGE · 7f6ddc3b
      Jouni Malinen authored
      
      This cleans up debug log by not requesting the auto connect on
      dissassociation event if we are already in disconnected state and would
      not try to connect anyway.
      
      Bug: 8785804
      Change-Id: I3ba6cc4c64dd714c0689a39339b6f0da5a06857e
      Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      7f6ddc3b
    • Jouni Malinen's avatar
      Do not add BSS to blacklist on local disconnection request, DO NOT MERGE · 17cac74a
      Jouni Malinen authored
      
      There is no point in marking a BSS temporarily blacklisted based on a
      connection failure or disconnection case if that happens as a result of
      a local request to disconnect. The blacklist entry could result on
      unexpected BSS getting selected on the next connection attempt. In
      addition, the code to try to find another BSS within the ESS could
      result in scanning a single channel on the next attempt. Fix these
      issues by handling the connection failure events only if we are not in
      disconnected state (i.e., would try to reconnect after this
      automatically).
      
      Bug: 8785804
      Change-Id: Iae119c292f5f45b78359dd67317d7d8206cb4cf7
      Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      17cac74a
    • Jouni Malinen's avatar
      Mark interface disconnected on removal request, DO NOT MERGE · b75d8b67
      Jouni Malinen authored
      
      This cleans up debug log by not trying to process the disconnection
      event as a failure that could result in blacklist addition and auto
      connect attempt. These are pointless operations since the interface is
      going to removed immediately after this.
      
      Bug: 8785804
      Change-Id: I2406d9b9bd9f0a83ae9fd0b0962f1134fda2bb9e
      Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      b75d8b67
    • Jouni Malinen's avatar
      Do not try auto connect mechanism in disconnected state, DO NOT MERGE · 26a545dc
      Jouni Malinen authored
      
      This cleans up debug log by not requesting the auto connect on
      dissassociation event if we are already in disconnected state and would
      not try to connect anyway.
      
      Bug: 8785804
      Change-Id: I3ba6cc4c64dd714c0689a39339b6f0da5a06857e
      Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      26a545dc
    • Jouni Malinen's avatar
      Do not add BSS to blacklist on local disconnection request, DO NOT MERGE · 74d2224e
      Jouni Malinen authored
      
      There is no point in marking a BSS temporarily blacklisted based on a
      connection failure or disconnection case if that happens as a result of
      a local request to disconnect. The blacklist entry could result on
      unexpected BSS getting selected on the next connection attempt. In
      addition, the code to try to find another BSS within the ESS could
      result in scanning a single channel on the next attempt. Fix these
      issues by handling the connection failure events only if we are not in
      disconnected state (i.e., would try to reconnect after this
      automatically).
      
      Bug: 8785804
      Change-Id: Iae119c292f5f45b78359dd67317d7d8206cb4cf7
      Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      74d2224e
  8. 12 Jul, 2013 1 commit
  9. 11 Jul, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit 1075b2957169d8f9d6dddd7679339c751dc9515b · 34af306c
      Dmitry Shmidt authored
      1075b29 P2P: Report group formation failure on error to start GO mode
      b62b29e Do not block on ctrl_iface monitor events
      eb7ddbf WPS: Stop SSDP service before freeing the pending entries
      98cbc0a Remove forgotten Xcode defines
      0b9d3b2 Interworking: Relax 3GPP info PLMN matching for MNC
      c7a67a7 WPS: Disconnect when removing existing WPS network block
      fe65847 EAP-EKE: Add server implementation
      7e7610d EAP-EKE: Add peer implementation
      489202d EAP-SAKE: Use configured server identity
      a607b42 EAP-PSK: Use configured server identity
      15b042b EAP-MSCHAPv2: Use configured server identity
      162865b EAP-IKEv2 server: Use configured server identity
      8f89d82 EAP-GPSK server: Use configured server identity
      67fe933 Add server identity configuration for EAP server
      06aeff5 dbus: Register the AutoScan method call at the right place
      78f79fe P2P: Do not add ctrl interface for P2P_DEVICE (p2p-dev-*)
      1c42b42 P2P: Fix TDLS and l2_packet init without P2P Device i...
      34af306c
  10. 26 Jun, 2013 4 commits
  11. 06 Jun, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit 4abc0424ef4bde2ea4fb1ba1c18619c7bc36eb02 · 8bae4138
      Dmitry Shmidt authored
      
      4abc042 P2P: Automatic channel selection at re-invocation of persistent GO
      8f39528 P2P: Modify wait time in INVITE state based on Tx status of INV-REQ
      e112764 nl80211: Use NL80211_ATTR_PEER_AID to set TDLS peer AID
      f8a5fd4 Synchronize with wireless-testing.git include/uapi/linux/nl80211.h
      9b1693a WPS: Allow Device Password Id changes between PIN methods
      1ba51ec nl80211: Add debug print for set_supp_port operation
      add9b7a nl80211: Ignore deauth/disassoc event from old AP
      eb4737f Fix ESS_DISASSOC ctrl_iface command parser
      b54c9ff FT: Fix TKIP group key configuration in FT protocol
      e78aaca Stop TKIP countermeasures on FLUSH command
      3cb953e Do not set driver MAC ACL unless driver supports this
      3c4ca36 hostapd: Support MAC address based access control list
      
      Change-Id: I0250e483c2992e6da8b2d1a323b7e3b8a73f9608
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      8bae4138
  12. 05 Jun, 2013 1 commit
  13. 23 May, 2013 2 commits
    • Dmitry Shmidt's avatar
      Remove 'interface=iface' command prefix · 65af1b08
      Dmitry Shmidt authored
      
      Change-Id: I01caeeff2cf356afb4ce0453d7a78f7ecfae1de6
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      65af1b08
    • Dmitry Shmidt's avatar
      Accumulative patch from commit 376204934db44d45f798bdde4db005bc88d666f0 · f7e0a990
      Dmitry Shmidt authored
      
      3762049 wpa_cli: Support tab completion with ifname= prefix
      13b11ba wpa_cli: Allow IFNAME= prefix to be used
      ae8535b WNM: Make ESS Disassoc Imminent event more convenient to use
      6df634f WNM: Do not reject ESS Disassoc Imminent
      7b53acd WNM: Use defines for BSS Trans Mgmt field values
      8e1bc70 WNM: Fix ess_disassoc timeout to be specified in TBTTs
      901d1fe WNM: Remove PMKSA cache entry on ESS disassoc imminent notification
      dad153d Try to use fast-associate on ENABLE_NETWORK
      b068001 Fix already-associated detection with driver-based BSS selection
      72728c6 P2P: Relax channel forcing for invitation processing with MCC support
      4033935 Fix OKC-based PMKSA cache entry clearing
      1045ec3 nl80211: Add couple of additional iftypes to debug prints
      2cadc8e TDLS: Retry TDLS Setup Response more quickly
      
      Change-Id: Ib02db74ca336a4d2da66c21d361c5529ee85f864
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      f7e0a990
  14. 20 May, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit d5b559b6418c2bd09663e0d09e93a6592357fdce · b6e9aaf7
      Dmitry Shmidt authored
      d5b559b WNM: Add disassociation timeout processing for ESS_DISASSOC
      f65f539 GAS: Reduce query timeout to two seconds
      7a56af5 GAS: Assign new dialog token even if previous one is free
      9e1ecab GAS: Ignore replays if previous frag_id without dropping GAS session
      fa7ae95 Add test code for fetching the last configured GTK
      576bce9 P2P: Direct global ctrl_iface commands automatically for P2P
      c4bf83a P2P: No duplicate AP-STA-CONNECTED/DISCONNECTED as global event
      7793c95 Clean up AP-STA-CONNECTED/DISCONNECTED prints
      92c4465 P2P: Mark P2P events global (not specific to interface)
      ed496f1 P2P: Clean up debug prints
      710ae9a P2P: Move p2p_find stopped event message into p2p_supplicant.c
      47bfe49 Add wpa_msg_global() for global events
      214e428 Allow global ctrl_iface monitors
      89c7ac5 wpa_cli: Set buffer length the same as in wpa_supplicant_ctrl_iface_process()
      faf9a85 Add band option (2.4 vs. 5) for filtering scans
      b83b1b2 Android: Clarify keystore ...
      b6e9aaf7
  15. 17 May, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit c6ccf12d3f6f35e295f9522dded535da8af6ab98 · 44c95786
      Dmitry Shmidt authored
      
      c6ccf12 P2P: Use preferred channel list during GO creation
      6d956c4 P2P: Re-select channel in invitation case with peer info
      010b5f9 P2P: Fix p2p_pref_chan setting from configuration file
      d7692b8 dbus: Terminate cleanly on messagebus shutdown
      e2396a6 WNM: Enable CONFIG_WNM in Android.mk
      65bcd0a WNM: Add sending of BSS Transition Management Query
      e27d20b WNM: Add neighbor report processing for BSS Transition Management
      f3e907a WPS: Clear connection failure counts on WPS success
      170f566 NFC: Connect using learnt credential after NFC Tag read
      0af2db7 edit: Fix libreadline history clearing with WPA_TRACE
      
      Change-Id: I0599ea2179869ae8c250ff6b887bb16324fc02f4
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      44c95786
  16. 13 May, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit 455299fb40d79bcbeaedcfbc04d00ac8330bbbdd · ea69e84a
      Dmitry Shmidt authored
      
      455299f nl80211: Fix foreign address filtering for MLME frame events
      e679f14 Mark interface disconnected on removal request
      3636b89 Do not try auto connect mechanism in disconnected state
      0cdb93f Do not add BSS to blacklist on local disconnection request
      36b9883 Defer scan if connection is in progress on any of the shared interfaces
      7c0e1e2 tls_openssl: Store TLS context per-connection
      732118e Rename hostapd_parse_rates() to a more generic int list parser
      b113a17 DFS: Add ieee80211h hostapd configuration parameter
      695c703 nl80211: Add driver_ops for stopping AP beaconing
      f90e9c1 nl80211: Add driver_ops for starting radar detection
      fc96522 nl80211: Add channel flags for DFS state information
      f295d0c nl80211: Add driver capability flag for radar detection
      04be54f nl80211: Add driver events for radar detection
      a7505b1 eloop: Allow to run event loop multiple times in a row
      6124e85 wpa_supplicant: Allow vifs to scan only current channel
      893a0a5 systemd: Fix systemd interface alias
      
      Change-Id: I0a39a6868562cd458202285fed8986ac81a0cef2
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      ea69e84a
  17. 08 May, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit 6ea1f4135b72199988393f34dd7f5ad8040b7a42 · 51b6ea88
      Dmitry Shmidt authored
      6ea1f41 Try to set WPA-None key after IBSS-joined event
      66562e9 Use cached driver capabilities instead of new fetch for each operation
      55293aa TDLS: Do not overwrite the reason code in the Tear Down Request
      4aa8186 Add a configration parameter for sched_scan interval
      03565bc Synchronize with wireless-testing.git include/uapi/linux/nl80211.h
      f11b72c TDLS: Move AID=1 workaround into driver_nl80211.c
      7853369 TDLS: Pass peer's AID information to kernel
      55a2df4 HS 2.0: Include HS 2.0 Indication element only for HS 2.0 association
      ad0685e edit: Fix history processing on running old command
      9be3714 wpa_cli: Fetch the current BSSID list when starting interactive mode
      69aa334 wpa_cli: Add BSSID tab completion for set bssid_filter
      2156587 wpa_cli: Replace set command help with completion routine
      f1fb042 wpa_cli: Allow space in the set command value
      f5ffc34 wpa_supplicant: Allow global scan frequencies configuration
      abfc3ad Synchronize build con...
      51b6ea88
  18. 30 Apr, 2013 1 commit
  19. 29 Apr, 2013 1 commit
    • Dmitry Shmidt's avatar
      Accumulative patch from commit b57b560034f1bb1ad3a3892228940dde97323c0e · 4b060597
      Dmitry Shmidt authored
      b57b560 wpa_supplicant: Default to nl80211 instead of wext
      ee28f08 hostapd: Add more messages for error paths
      61d2ce2 hostapd: Reject configuration file without interface parameter
      a8a7890 Clear extra_blacklist_count on FLUSH command
      c646862 WPS ER: Allow UPnP interface to be forced
      728d971 Use status code 17 (unable to handle new STA) on max-STA limitation
      5e24dc8 Add dup_binstr() to help common binary string tasks
      8b44ad7 Use os_zalloc() instead of os_malloc() + os_memset()
      2c48211 FT RRB: Validate os_malloc() return value before using it
      7ca902b Make vlan_file optional if dynamic_vlan is used
      bdb112d Add bitfield routines
      04382f7 NFC: Add no waiting and no multiple operations options for scripts
      fe90496 WPS: Fix AP auto configuration on config token generation
      28fcfb6 NFC: Increase wpa_cli command buffer size
      8f7a6dd WPS NFC: Allow Device Password ID override for selected registrar
      aaecb69 WPS: Use generic MAC Address attribute bui...
      4b060597
  20. 24 Apr, 2013 4 commits
  21. 23 Apr, 2013 1 commit