- 16 Aug, 2013 1 commit
-
-
Dmitry Shmidt authored
Bug: 9056601 Change-Id: I6d78433df656c24af74a6825624c68231a4bf87d Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 14 Aug, 2013 1 commit
-
-
Dmitry Shmidt authored
Bug: 9056601 Change-Id: Ia461ff500df50f1b97ad446dc14d43fa3513677b Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 08 Aug, 2013 1 commit
-
-
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:
Dmitry Shmidt <dimitrysh@google.com>
-
- 05 Aug, 2013 1 commit
-
-
Dmitry Shmidt authored
c2db79f VLAN: Remove vlan_tail f7b4ef2 TDLS: Handle transmission failures of TPK Handshake messages a2ea8d6 P2P: Fix invalid remain-on-channel duration for frame TX cbf41ca P2P: Do not delay retries on failure during group formation dc01de8 nl80211: Fix TDLS key configuration to not set TX key index Change-Id: Id2418699c3ce49a7e198ab9c0d718ab4a713df62 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 24 Jul, 2013 1 commit
-
-
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:
Dmitry Shmidt <dimitrysh@google.com>
-
- 19 Jul, 2013 8 commits
-
-
The Android Open Source Project authored
* commit '18493732': Mark interface disconnected on removal request, DO NOT MERGE Do not try auto connect mechanism in disconnected state, DO NOT MERGE Do not add BSS to blacklist on local disconnection request, DO NOT MERGE
-
Jouni Malinen authored
* commit '63c1477e': Mark interface disconnected on removal request, DO NOT MERGE
-
Jouni Malinen authored
am 82c2c233: (-s ours) am 26a545dc: Do not try auto connect mechanism in disconnected state, DO NOT MERGE * commit '82c2c233': Do not try auto connect mechanism in disconnected state, DO NOT MERGE
-
Jouni Malinen authored
am f7f24ff1: (-s ours) am 74d2224e: Do not add BSS to blacklist on local disconnection request, DO NOT MERGE * commit 'f7f24ff1': Do not add BSS to blacklist on local disconnection request, DO NOT MERGE
-
The Android Open Source Project authored
Change-Id: I0e4867b931bdee95e581e2769b182814cb23a531
-
Jouni Malinen authored
* commit 'b75d8b67': Mark interface disconnected on removal request, DO NOT MERGE
-
Jouni Malinen authored
* commit '26a545dc': Do not try auto connect mechanism in disconnected state, DO NOT MERGE
-
Jouni Malinen authored
* commit '74d2224e': Do not add BSS to blacklist on local disconnection request, DO NOT MERGE
-
- 16 Jul, 2013 6 commits
-
-
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:
Iliyan Malchev <malchev@google.com>
-
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:
Iliyan Malchev <malchev@google.com>
-
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:
Iliyan Malchev <malchev@google.com>
-
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:
Iliyan Malchev <malchev@google.com>
-
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:
Iliyan Malchev <malchev@google.com>
-
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:
Iliyan Malchev <malchev@google.com>
-
- 12 Jul, 2013 1 commit
-
-
Dmitry Shmidt authored
-
- 11 Jul, 2013 1 commit
-
-
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...
-
- 26 Jun, 2013 4 commits
-
-
Kenny Root authored
* commit '65699d14': Remove obsolete keystore path
-
Kenny Root authored
* commit '499d6840': Remove obsolete keystore path
-
Kenny Root authored
-
Kenny Root authored
It's not possible to get a raw private key from keystore anymore, so this would fail every time anyway. Remove it so it doesn't confuse anyone that looks at this code. Change-Id: I021fc1707b16474d8698c85055a6fcc4095cd215
-
- 06 Jun, 2013 1 commit
-
-
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:
Dmitry Shmidt <dimitrysh@google.com>
-
- 05 Jun, 2013 1 commit
-
-
Dmitry Shmidt authored
Change-Id: I3117a1b74707193dcc0598a47285813d6d7c5567 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 23 May, 2013 2 commits
-
-
Dmitry Shmidt authored
Change-Id: I01caeeff2cf356afb4ce0453d7a78f7ecfae1de6 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
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:
Dmitry Shmidt <dimitrysh@google.com>
-
- 20 May, 2013 1 commit
-
-
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 ...
-
- 17 May, 2013 1 commit
-
-
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:
Dmitry Shmidt <dimitrysh@google.com>
-
- 13 May, 2013 1 commit
-
-
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:
Dmitry Shmidt <dimitrysh@google.com>
-
- 08 May, 2013 1 commit
-
-
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...
-
- 30 Apr, 2013 1 commit
-
-
Dmitry Shmidt authored
Group removal in wpas_p2p_handle_frequency_conflicts() happens during wpa_supplicant_associate() processing and in case of having interface per group will cause interface removal and use of freed memory later. So we need to postpone it to eloop timer. Change-Id: Iee15b31a03a8c7f675929a2a51a6ad20d7070193 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 29 Apr, 2013 1 commit
-
-
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...
-
- 24 Apr, 2013 4 commits
-
-
Dmitry Shmidt authored
97279d8 nl80211: Drop frame events that are for foreign address cc2ada8 nl80211: Reduce debug on Probe Request frames 63a965c P2P: Fix after_scan_tx processing during ongoing operations 06b7f58 RSN: Update preauth scan results only based on new scan results 18e00b5 Move wpa_s freeing into wpa_supplicant_deinit_iface() 754632c dbus_new: Add EAP logon/logoff c2aff6b hostapd: Add some testing options adc96dc nl80211: Fix nla_nest_start conversion 0606052 wpa_supplicant: Add get_capability freq c7a39ba Provide TLS alerts to CLI/UI over control interface 2a07a27 P2P: Increase GTK rekeying period to 24 hours 75fa7d1 TDLS: Fix key configuration with current mac80211 8970bae nl80211: Use nla_nest_start/end instead of nla_put_nested Change-Id: Ic4b568c341657d266b7759513230d4ef206d75b1 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Dmitry Shmidt authored
* commit '7d96eda0': P2P: Unblock the code under wpas_p2p_set_group_idle_timeout.
-
Dmitry Shmidt authored
* commit '77979736': P2P: Unblock the code under wpas_p2p_set_group_idle_timeout.
-
Dmitry Shmidt authored
-
- 23 Apr, 2013 1 commit
-
-
Jouni Malinen authored
* commit '5d1c8ad1': wpa_supplicant: fix memory leak in -I option handling
-