- 05 Dec, 2013 2 commits
-
-
Ying Wang authored
The Android.mks to include are actually the same. Change-Id: I0ca51e744c9f1f09812f20064c0ae316856e0dc4
-
Dmitry Shmidt authored
Change-Id: I60c91fd04589386f9a7cbf1ae82fd545634640c7 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 17 Oct, 2013 1 commit
-
-
Ed Heyl authored
-
- 13 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 10 Oct, 2013 1 commit
-
-
Dmitry Shmidt authored
Bug: 11105901 Change-Id: Ibe8e85f47e95177700deedccb408f1eec85b8f3d Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 08 Oct, 2013 2 commits
- 01 Oct, 2013 1 commit
-
-
The Android Automerger authored
-
- 30 Sep, 2013 7 commits
-
-
Sunil Dutt authored
A new TDLS request shall transmit TPK M1 frame with a unique INonce. Thus a new explicit request would fail an ongoing TDLS negotiation with the error "TDLS: FTIE SNonce in TPK M3 does not match with FTIE SNonce used in TPK M1" if the peer happens to receive two M1 frames before an M3 frame. Check for the ongoing negotiation with the peer and do not start a new one if we are already in a setup negotiation with the peer. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Sunil Dutt authored
This function is used only with external setup, so this can cleaned up to use simpler design. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Sunil Dutt authored
There is no need to go through the peer list when we already have a pointer to the specific peer entry. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Sunil Dutt authored
This is called from number of locations and it is more efficient to use a new helper function instead of wpa_tdls_disable_link() that would do peer address search from the list of peers. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Sunil Dutt authored
Making this function be used only for external setup case simplifies the implementation and makes core wpa_supplicant calls in ctrl_iface.c and events.c consistent. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Sunil Dutt authored
There is no point in updating the RNonce for every obtained TPK M1 frame (e.g., retransmission due to timeout) with the same INonce (SNonce in FTIE). Update RNonce only if a TPK M1 is received with a different INonce (new TDLS session) to avoid issues with two setup exchanges getting mixed and exchange failing due to mismatching nonces ("TDLS: FTIE ANonce in TPK M3 does not match with FTIE ANonce used in TPK M2"). Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Sunil Dutt authored
Clear the peer information and disable the created link on a failed TDLS setup negotiation. This is needed to avoid leaving TDLS setup pending and to return to the AP path in case anything goes wrong during the setup attempt. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
- 29 Sep, 2013 1 commit
-
-
The Android Automerger authored
-
- 27 Sep, 2013 1 commit
-
-
Jouni Malinen authored
If there are large number of BSSes in the scan results, BSS table update could have added a BSS entry to the last_scan_res in a case where that BSS entry got just deleted. This would happen only if there are more than bss_max_count (by default 200) BSSes and if at least bss_max_count of those BSSes are known (match a configured network). In such a case, wpa_bss_add() could end up allocating a new BSS entry and return a pointer to that entry even if it was the one that ended up getting freed to keep the BSS table length within the limit. This could result in freed memory being used and the process crashing (likely with segfault) when trying to access information from that BSS entry. Fix the issue by removing the oldest BSS entry before linking the new entry to the table. This makes sure the newly added entry will never get picked up as the one to be deleted immediately. Bug: 10964663 Change-Id: I495dd2503127263746a69c9ef040c9e62fec0bda Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
- 18 Sep, 2013 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 17 Sep, 2013 2 commits
-
-
Hardik Kantilal Patel authored
When no other user preference is specified, opt to use an operating channel that allows 5 GHz band to be used rather than 2.4 GHz. Previously, this was already done in practice for HT40 channels since no such channel is enabled for P2P on 2.4 GHz. This commit extends this to apply 5 GHz preference for 20 MHz channels as well. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Dmitry Shmidt authored
Bug: 10641114 Change-Id: I621ef6d5e45392d86211bc3936e85b876b96aec4 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com> Conflicts: src/p2p/p2p_utils.c
-
- 16 Sep, 2013 2 commits
-
-
Dmitry Shmidt authored
Bug: 10641114 Change-Id: I621ef6d5e45392d86211bc3936e85b876b96aec4 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
The Android Automerger authored
-
- 12 Sep, 2013 2 commits
-
-
Dmitry Shmidt authored
Bug: 10641114 Change-Id: I9bb5e6f816ae84363487d77a8c6ddd1b4ae6ae0f Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Dmitry Shmidt authored
Bug: 10641114 Change-Id: Iab32a76b277cc8195f47a02fb8e6936ff2529aaa Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 10 Sep, 2013 1 commit
-
-
Dmitry Shmidt authored
Bug: 10513949 Change-Id: Id9e5b2560630049a6ca5f74e3785d4a2c2be3124 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 09 Sep, 2013 1 commit
-
-
Dmitry Shmidt authored
Despite interface (and group) related sockets are not used for control, they are created and may be left. Bug: 10585306 Change-Id: I7cf49403337afc2db552c094029390c2cbd57c0f Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 03 Sep, 2013 1 commit
-
-
Dmitry Shmidt authored
b2b688d P2P: Fix crash when failed to create GO interface 6197169 WPS NFC: Fix build without CONFIG_AP=y e1ae5d7 SAE: Fix build without CONFIG_AP=y 813e7b3 P2P: Remove group from timeout on PSK failure 5bf9a6c P2P: Add event messages for possible PSK failures on P2P groups eac8dab P2P: Document per-client keys and p2p_remove_client 43c693c P2P: Do not store duplicate PSK entries for the same device f2c5660 P2P: Add a command for removing a client from all groups 01a57fe P2P: Maintain list of per-client PSKs for persistent groups 759fd76 P2P: Select PSK based on Device Address instead of Interface Address 94ddef3 P2P: Make peer's P2P Device Address available to authenticator 52177fb P2P: Store P2P Device Address in per-device PSK records 05766ed P2P: Allow per-device PSK to be assigned 698e921 wpa_cli: Add tab completion for p2p_set field values 0b5fb86 P2P: Stop listen state when listen-only duration is over 02a3e5c wpa_cli: Allow first DISCONNECTED event to be reported cdf8bfa Disallow WEP configuration in WPA network 731ef43 D-Bus: Fix per-iface object unregistration on not existing objects 447969e D-Bus: Do not send network notification for all P2P groups eb32460 Fix switching from EAP-SIM to EAP-AKA/AKA' f2b3f4d P2P: Allow P2P functionality to be disabled per interface 50f4f2a hostapd: Add Automatic Channel Selection (ACS) support 43ee470 P2P: Immediate group removal in GC in case of deauthentication fcf2052 Fix MNC length for Swisscom SIM cards Bug: 10606228, 10513949 Change-Id: I63ba0e2ab4fa76e6afa7a34be42e8e847e1511b0 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 29 Aug, 2013 1 commit
-
-
Dmitry Shmidt authored
add7add IBSS RSN: Add a timeout for Authentication frame exchange c1c0b35 P2P: Postpone concurrent scans when waiting for first client as GO 6fb7b58 IBSS RSN: Work around Data RX vs. Authentication RX race condition Bug: 10513949 Change-Id: Ic4d77c94a5b6e4729cd798f7b033e3ea5b2481cc Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 26 Aug, 2013 1 commit
-
-
Dmitry Shmidt authored
853b49a tests: Increase test_ap_wps_init connection timeout 28de68a P2P: Update peer operating channel from GO Negotiation Confirm 6701fdc P2P: Use the first pref_chan entry as operating channel preference 99d7c76 P2P: Add more debug info on operating channel selection 8d660e0 P2P: Add GO negotiation results into the P2P-GO-NEG-SUCCESS event 2c6f8cf Replace perror() with wpa_printf(strerror) in ctrl_iface calls e743db4 IBSS RSN: Add IBSS-RSN-COMPLETED event message 4c55901 P2P: Add state info to global STATUS command ae8c27f Add STATUS command to global control interface 42868f1 Add SAVE_CONFIG command to global control interface 1b9b31c Add SET command for global control interface 0185007 hostapd: Add survey dump support 245e026 hostapd: Split up channel checking into helpers ba873bd wired: Wait for the link to become active before sending packets d393de1 P2P: Validate the freq in p2p_group_add 973622c wpa_supplicant: Fix AP mode frequency initialization d99ca89 P2P: Skip non-P2P interface in p2p_group_remove * 239abaf WPS: Set currently used RF band in RF Bands attribute bf83eab nl80211: Start P2P Device when rfkill is unblocked 60b13c2 nl80211: Do not change type to station on P2P interfaces e0591c3 wpa_supplicant: Reduce wait time for control interfaces 5046eb4 P2P: Allow separate interface GO to disconnect low-ack STAs 5bcd5c5 FT RRB: Clear pad field to avoid sending out uninitialized data b378c41 nl80211: Fix deinit path to unregister nl_mgmt socket a235aca Fix DETACH command debug prints to avoid use of freed memory 8d6e035 Make global UNIX socket non-blocking for ctrl_iface 86bd141 Change WEP network selection to reject WPA/WPA2 APs 2e145e9 WPS: Fix failure path to allow WSC_NACK and EAP-Failure to be exchanged 3351a38 WPS: Add control interface command for fetching latest status e96872a WPS: Track peer MAC address from the last operations ae23935 WPS: Track PBC status 61b6520 WPS: Track result of the latest WPS operation 50396e2 WPS: Add PBC mode activated/disabled events 961750c WPS: Share a common function for error strings 30158a0 nl80211: Update the assoc_freq during connect 83e7bb0 nl80211: Add more debug prints for DEL_STATION commands Bug: 9056601 Change-Id: I8bc671eb13f4c2c388a4c15cf1ba968c24c9656a Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 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 5 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
-