- 10 Sep, 2012 3 commits
-
-
Dmitry Shmidt authored
BUG: b/7137954 Change-Id: I64ef8dbb51c354b4cdebe490ffcd2cec07995939 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Dmitry Shmidt authored
commit 44256451130c4766e4a019162de17d0734444ee9 Author: Arik Nemtsov <arik@wizery.com> Date: Fri Sep 7 00:22:40 2012 +0300 AP: Configure basic rates from iface and not conf Skipped patches: 20ed5e40ba95440a1946cf2dffad3047fb620582 cf8baca6a5719f4f3257631e03317affee015417 a297201df15656dbb0f37e90f3410d9e8102c6fd 620c783753bddd37988269314862dc7e4a62f700 Change-Id: I857aa80af6d1a21b61f7c03a085e7dfc6066d61a Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Irfan Sheriff authored
Change-Id: If25804d41e7ea1d028a30c180290d8de547f43e8
-
- 09 Sep, 2012 11 commits
-
-
Arik Nemtsov authored
The conf doesn't contain any basic rates in some cases. Most notably, when starting a P2P GO in 5 GHz. Use the iface rates which are initialized in hostapd_prepare_rates() to the conf rates or set to default values if no conf values exist. This fixes a bug introduced in commit e5693c4775bae65faa960f80889f98b0a6cb2e1c. Signed-hostap: Arik Nemtsov <arik@wizery.com>
-
Jouni Malinen authored
The wpa_s->current_ssid pointer may get cleared, e.g., when disconnected. Commit 30ee769235f3170d9bf6b62c11c6e018e97deb84 made wpas_p2p_group_delete() exit early before removing a P2P interface in this type of case. That can cause number of issues from p2p_group_remove command failing to busy loop when terminating wpa_supplicant if there is a P2P group interface in client mode and that interface happens to be in disconnected state. Fix these issues by allowing wpas_p2p_group_delete() remove the P2P group interface regardless of whether wpa_s->currnt_ssid is set. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Jouni Malinen authored
The freq and ht40 parameters can now be used with the p2p_invite command when reinvoking a persistent group as the GO. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
-
Jouni Malinen authored
Commit 0d30cc240fa36905b034dc9676f9d8da0ac18e56 forced wpa_s->current_ssid to be cleared in wpa_supplicant_mark_disassoc() which gets called from wpa_supplicant_event_disassoc(). This broke SME disassoc-while-authenticating workaround for cfg80211. Fix this by restoring wpa_s->current_ssid in case SME authentication is in progress. Signed-hostap: Jouni Malinen <j@w1.fi>
-
Jouni Malinen authored
Commit 0d30cc240fa36905b034dc9676f9d8da0ac18e56 forced wpa_s->current_ssid and wpa_s->key_mgmt to be cleared in wpa_supplicant_mark_disassoc() which gets called from wpa_supplicant_event_disassoc(). This broke IEEE 802.1X authentication failure processing and P2P deauthentication notification (group termination). Fix this by splitting wpa_supplicant_event_disassoc() into two parts and make wpas_p2p_deauth_notif() indicate whether the interface was removed. If so, the last part of disassocition event processing is skipped. Since the wpa_supplicant_mark_disassoc() call is in the second part, the above mentioned issues are resolved. In addition, this cleans up the P2P group interface removal case by not trying to use fast reconnection mechanism just before the interface gets removed. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
-
Deepthi Gowri authored
If the REMOVE_NETWORK command is used to delete the currently connected network, some operations were run between removing the network and clearing of wpa_s->current_ssid. This left wpa_s->current_ssid pointing to freed memory and should any operation end up using it before the pointer gets cleared, freed memory could be references. Avoid this by removing the network only after having completed the operations that clear wpa_s->current_ssid. Signed-hostap: Deepthi Gowri <deepthi@codeaurora.org> intended-for: hostap-1
-
Jouni Malinen authored
This driver_op can now be used in station mode, too, to fetch information about the connection with the AP, so allow this to be used even if wpa_supplicant is built without AP mode support. Change-Id: Ibef1d27ed0e2df312e715a88d500500c661860d1 Signed-hostap: Jouni Malinen <j@w1.fi>
-
- 07 Sep, 2012 3 commits
-
-
The Android Open Source Project authored
* commit '26e08cb4': Fix 'restore STA reconnection behavior' cherry-pick Restore STA reconnection behavior
-
The Android Open Source Project authored
Change-Id: If17cb68d4590892767c5c9669b194c8c8cda68b6
-
Irfan Sheriff authored
wps_pbc with interface command stripped out ends up as a null character. Supplicant tries to interpret that as a bssid. Fix it to ignore null character as empty bssid Change-Id: Ic91d6657efaf03fbe5c4a03e9e630b4b3ff5dec4
-
- 06 Sep, 2012 3 commits
-
-
Dmitry Shmidt authored
BUG: b/6400311 Change-Id: I7b90ab9b5430b92e9e4e5702c3b1805a6bbc0b9a Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Irfan Sheriff authored
Have the customized retry behavior only for P2P & do group failure indication beyond 5 retries Bug: b/6674338, b/6910598, b/6400311 Change-Id: I58cba356ebdb7fc4eaa9bedfa417b7d5d35bb306 Conflicts: wpa_supplicant/events.c
-
Jeff Johnson authored
Add definitions of the Android specific directories used for control interface sockets so that hostapd_cli can connect to the Android hostapd. Change-Id: Iabcd8d70ef61fae6656066991240d55e65a032e4
-
- 05 Sep, 2012 5 commits
-
-
Dmitry Shmidt authored
commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722 Author: Jouni Malinen <jouni@qca.qualcomm.com> Date: Fri Mar 2 22:31:04 2012 +0200 WFD: Add preliminary WSD request processing and response This commit does not yet address support for different device roles, i.e., the same set of subelements are returned regardless of which role was indicated in the request. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com> Change-Id: I9d63acce719b982c02e589bb59602382e82988c8 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Dmitry Shmidt authored
- Restore p2p_group_formation pointer till the 4-way handshake completes for the p2p client Change-Id: I976659ae5dac4cf01ecdd7995ff9abb6bf914bc1 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Dmitry Shmidt authored
Change-Id: I47a4610b40092d81a4d62e53a26924c4f9d05a17 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Dmitry Shmidt authored
* commit 'cef482f8': Fix 'restore STA reconnection behavior' cherry-pick
-
Dmitry Shmidt authored
* commit '0531f204': Fix 'restore STA reconnection behavior' cherry-pick
-
- 04 Sep, 2012 4 commits
-
-
Dmitry Shmidt authored
BUG: b/6400311 Change-Id: I7b90ab9b5430b92e9e4e5702c3b1805a6bbc0b9a Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Irfan Sheriff authored
* commit 'c5c02f1d': Restore STA reconnection behavior
-
Irfan Sheriff authored
* commit 'a831bff7': Restore STA reconnection behavior
-
Irfan Sheriff authored
Have the customized retry behavior only for P2P & do group failure indication beyond 5 retries Bug: b/6674338, b/6910598, b/6400311 Change-Id: I58cba356ebdb7fc4eaa9bedfa417b7d5d35bb306 Conflicts: wpa_supplicant/events.c
-
- 27 Aug, 2012 1 commit
-
-
Dmitry Shmidt authored
Change-Id: If0054e8f7f4ffb2d559207d8939235938ae19f18 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 25 Aug, 2012 1 commit
-
-
Dmitry Shmidt authored
- Allow AP_SME support - Do not send disassoc after EAP failure since AP_SME is enabled and del_station will be called - Allow group idle timeout to run during WPS disconnect Change-Id: I7e9e15b9c44804196bc98c01d51a71e24412b91d Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 24 Aug, 2012 1 commit
-
-
Dmitry Shmidt authored
Change-Id: I1a6ebc4fe53e16909ac44e2d04a6b651993dae91 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 23 Aug, 2012 1 commit
-
-
Jeff Johnson authored
The Qualcomm qcwcn driver relies upon information from the supplicant to enable 802.11n and 802.11d support. Unfortunately there currently does not exist configuration file parameters to control these items, therefore hard code these in the supplicant. Change-Id: Iaa586c58d96bd8966b47f6e18b627648df89c03e
-
- 22 Aug, 2012 2 commits
-
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
Change-Id: I265b095235890be623090272a81e67123ff86185 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 19 Aug, 2012 1 commit
-
-
Jeff Johnson authored
Update the wpa_supplicant and hostapd makefiles to enable ANDROID_P2P and ANDROID_QCOM_WCN conditional compilation when the BOARD_WLAN_DEVICE is qcwcn. Change-Id: I5d8216bdede6d6eb6613a83cda2c67c5eb7c2280
-
- 17 Aug, 2012 4 commits
-
-
Dmitry Shmidt authored
Change-Id: Ic3f1375953f4a7c77d2208f8436d951889093397 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
Joe Onorato authored
* commit '978afbdb': Get rid of LOCAL_MODULE_TAGS := user
-
Joe Onorato authored
* commit '6f0634d6': Get rid of LOCAL_MODULE_TAGS := user
-
Joe Onorato authored
-