1. a7435c6 Fallback to single sim functionality if subscription bind failes. by Bala Krishna Bhamidipati · 9 years ago
  2. 01719c0 Move the global data structures to eap_proxy context by Bala Krishna Bhamidipati · 9 years ago
  3. cfc89fa eap_proxy: set mnc_len properly by Bala Krishna Bhamidipati · 9 years ago
  4. f0a73bc P2P: Request fresh scan results after GO Negotiation by Jouni Malinen · 9 years ago
  5. 4522e7e P2P: Require fresh scan results for persistent group re-invocation by Jouni Malinen · 9 years ago
  6. 651e960 Drop connection attempt if network is disabled before radio work starts by Hu Wang · 9 years ago
  7. 6b56924 FST: Mark fst_ies buffer const by Jouni Malinen · 9 years ago
  8. 4d637fc FST: Fix MB IE clearing on detach by Anton Nayshtut · 9 years ago
  9. bc99a14 FST: Make fst_hw_mode_to_band() non-inline function by Jouni Malinen · 9 years ago
  10. 2e8948b FST: Fix get_peer_mbies interface fetching in multi-group case by Jouni Malinen · 9 years ago
  11. e20a559 FST: Merge unreachable error case to another error return by Jouni Malinen · 9 years ago
  12. 1dd8da7 FST: Use more robust interface-find for TEST_REQUEST by Jouni Malinen · 9 years ago
  13. bae2b9d FST: Use more robust interface-find for event messages by Jouni Malinen · 9 years ago
  14. ab55091 FST: Remove unnecessary fst_attach() already attached check by Jouni Malinen · 9 years ago
  15. 748673b FST: Avoid memory leak on double FST-ATTACH by Jouni Malinen · 9 years ago
  16. 68bcdfa FST: Fix dialog token wrap-around by Jouni Malinen · 9 years ago
  17. 0dc4493 FST: Validate STIE header in FST Setup Request/Response by Jouni Malinen · 9 years ago
  18. cd00a4e FST: Fix Session Transition element length field value by Jouni Malinen · 9 years ago
  19. d365359 FST: Print reason for ignoring FST Action frame in debug log by Jouni Malinen · 9 years ago
  20. 2d13cad FST: Do not replace previous attachment by Jouni Malinen · 9 years ago
  21. cc89156 FST: Use -EINVAL instead of EINVAL as return value by Jouni Malinen · 9 years ago
  22. 1f2de22 hostapd: Add DUP_NETWORK global control interface command by Anton Nayshtut · 9 years ago
  23. 34d0460 hostapd: Introduce hostapd_ctrl_iface_get_key_mgmt() by Anton Nayshtut · 9 years ago
  24. 73d8707 hostapd: Introduce hostapd_interfaces_get_hapd() by Anton Nayshtut · 9 years ago
  25. 63cbf41 FST: Include fst/fst.h explicitly into wpa_supplicant/ctrl_iface.c by Jouni Malinen · 9 years ago
  26. 49f942a FST: Fix FST-MANAGER TEST_REQUEST parsing by Jouni Malinen · 9 years ago
  27. 17baa93 FST: Remove unreachable code in fst_session_handle_tear_down() by Jouni Malinen · 9 years ago
  28. 3748533 FST: Remove duplicated dl_list_empty() check befor dl_list_first() by Jouni Malinen · 9 years ago
  29. ebc1c5a FST: Use EINVAL more consistently as a negative return value by Jouni Malinen · 9 years ago
  30. 1f125d1 FST: Mark get_mb_ie() return value const by Jouni Malinen · 9 years ago
  31. 8ddc454 FST: Replace print_mb_ies() with wpa_snprintf_hex() by Jouni Malinen · 9 years ago
  32. 00abca0 FST: Mark format_session_state_extra() static by Jouni Malinen · 9 years ago
  33. d2a1624 FST: Avoid using pointer to mgmt->u.action.u.fst_action by Jouni Malinen · 9 years ago
  34. 7ce8d79 FST: Remove the IE header len/size macros by Jouni Malinen · 9 years ago
  35. d3ec4ca FST: Clean up fst_group_update_ie() by Jouni Malinen · 9 years ago
  36. ef99bae FST: Move fst_mbie_get_peer_addr() into fst_group.c by Jouni Malinen · 9 years ago
  37. 6e11299 FST: Show FST IE update details in debug log by Jouni Malinen · 9 years ago
  38. ddeb3da FST: Clear hostapd fst_ies on FST-DETACH to avoid use of freed memory by Jouni Malinen · 9 years ago
  39. 9730e00 FST: Fix FST Action frame length validation by Jouni Malinen · 9 years ago
  40. 7e3a07c hostapd: Add global to local control interface redirection by Anton Nayshtut · 9 years ago
  41. d408683 hostapd: Add hostapd_ctrl_iface_receive_process() by Anton Nayshtut · 9 years ago
  42. ab7d263 Add global wpa_supplicant DUP_NETWORK command by Anton Nayshtut · 9 years ago
  43. 4fe09d8 wpa-supplicant: Enable FST by Dedy Lansky · 9 years ago
  44. 503c357 FST: Testing support by Anton Nayshtut · 10 years ago
  45. 91c7633 nl80211: Register for FST Action frames (STA) by Anton Nayshtut · 10 years ago
  46. 55bd831 FST: wpa_supplicant build rules by Anton Nayshtut · 10 years ago
  47. ac506b9 FST: wpa_supplicant control interface by Anton Nayshtut · 10 years ago
  48. fb92857 FST: Add build rules for hostapd by Anton Nayshtut · 10 years ago
  49. cffa94f FST: Add FST IEs into AP mode management frames by Anton Nayshtut · 10 years ago
  50. 8867947 FST: Send FST Action frames to AP mode processing by Anton Nayshtut · 10 years ago
  51. cc7b555 FST: Integration into hostapd by Anton Nayshtut · 10 years ago
  52. 51e98be FST: Store MB IEs from (Re)Association Request by Anton Nayshtut · 10 years ago
  53. 5636454 FST: hostapd configuration parameters by Anton Nayshtut · 10 years ago
  54. d333402 Parsing of multi band element by Anton Nayshtut · 10 years ago
  55. cd47999 FST: Add the Fast Session Transfer (FST) module by Anton Nayshtut · 10 years ago
  56. 4d5760d FST: Send FST Action frame for processing (wpa_supplicant) by Anton Nayshtut · 10 years ago
  57. 0d7a0aa FST: Integration into wpa_supplicant by Anton Nayshtut · 10 years ago
  58. 5f0259f FST: wpa_supplicant [FST] flag for BSS in scan results by Anton Nayshtut · 10 years ago
  59. 073001b FST: wpa_supplicant configuration parameters by Anton Nayshtut · 10 years ago
  60. 298d175 FST: Do not prune STAs belonging to the same FST by Anton Nayshtut · 10 years ago
  61. a724610 FST: Add hostapd_cli fst command by Anton Nayshtut · 10 years ago
  62. 3a08d5f FST: hostapd control interface by Anton Nayshtut · 10 years ago
  63. 22db133 Add IEEE 802.11ad element descriptions by Anton Nayshtut · 10 years ago
  64. 43ba5b0 Add is_multicast_ether_addr() by Anton Nayshtut · 10 years ago
  65. df2e832 hostapd: Global control interface notifications by Anton Nayshtut · 10 years ago
  66. afb18a2 nl80211: Generic Linux master interface support for hostapd by Anton Nayshtut · 10 years ago
  67. 0e2fd43 Android: Use more flexible userid when launching browser popup by Kanchanapally, Vidyullatha · 9 years ago
  68. 9801ecd Do not stop ongoing sched scan if started by external entities by Mahesh A Saptasagar · 9 years ago
  69. 04bddb6 eap_proxy: Remove the reference to proprietary header file by Ashwini Patil · 9 years ago
  70. 0ca03c9 eap_proxy: Move to the new QCCI interface APIs. by Ashwini Patil · 9 years ago
  71. c481f12 Enable the EAP-SIM and EAP-AKA method for LE platform by Ming-yi Lin · 10 years ago
  72. 7d3c703 eap_proxy: Increase QMI_RESP_TIME_OUT value to avaoid eap failure by Bala Krishna Bhamidipati · 10 years ago
  73. 3055aad eap_proxy: Add NULL check before dereferencing imsi_identity. by Ashwini Patil · 9 years ago
  74. 877819b Ensure NULL checks are done before dereferencing pointer. by Subhani Shaik · 10 years ago
  75. 602c005 eap_proxy: Remove extra bytes in EAP-Response/Identity by Bala Krishna Bhamidipati · 10 years ago
  76. ba527f5 eap_proxy: Initialize the freed pointer to NULL explicitly by Naresh Jayaram · 10 years ago
  77. 6610a1b eap_proxy: Fallback mechanism to select appropriate qmi port. by Bala Krishna Bhamidipati · 10 years ago
  78. 8790c04 eap_proxy: Check for Modem's compatibility for EAP SIM functionality by Naresh Jayaram · 10 years ago
  79. 8da1d48 eap_proxy: Check for modem support at the run time by Naresh Jayaram · 10 years ago
  80. 1847a3d eap_proxy: Add baseband property information for MSM8994 target by Naresh Jayaram · 10 years ago
  81. 7c76222 eap_proxy: enhance the proxy layer to support DSDS and SS feature by Naresh Jayaram · 10 years ago
  82. 79d41d9 eap_proxy: EAP-SIM feature for single SIM. by Naresh Jayaram · 11 years ago
  83. 1d12514 p2p: Add p2p_no_group_iface flag to p2p conf file by Hardik Kantilal Patel · 11 years ago
  84. 6bfc312 QCA vendor command support to set band to driver by Srinivas Dasari · 9 years ago
  85. 3645b0e merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  86. 447c7ff Make sure configuration is saved to storage device by Mitchell Wills · 9 years ago
  87. f7120e0 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  88. f291c68 BoringSSL: Fix session resumption by Jouni Malinen · 9 years ago
  89. 393ab59 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  90. daa60e5 The P2P configuration file is wrongly set as STA configuration file by Sasha Levitskiy · 9 years ago
  91. c24f5fa merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  92. 4171258 Cumulative patch from commit 8c43ef8449bd4d2d0983db394770bd73f572b12d by Dmitry Shmidt · 9 years ago
  93. 4a6939f merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  94. a3dc309 Cumulative patch from commit f43c1ae7989c38fe15756f12a9196a1cf798b4d7 by Dmitry Shmidt · 9 years ago
  95. 33cc452 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  96. a83ff17 merge in mnc-release history after reset to mnc-dev by The Android Automerger · 9 years ago
  97. 7a53dbb Cumulative patch from commit 57e832de37ea0a82e650d8230457e0868a01b72e by Dmitry Shmidt · 9 years ago
  98. b1e5210 Cumulative patch from commit dc1a341dec54c28c3351ee7edab9ccaf7b68861f by Dmitry Shmidt · 9 years ago
  99. 8bd70b7 Cumulative patch from commit b4342ca4d8f21af51d4923ca15910d3211bfdc7e by Dmitry Shmidt · 9 years ago
  100. 05df46a Cumulative patch from commit 9b05135aa477f2c64d08bdb99062907cf767c1ea by Dmitry Shmidt · 9 years ago