Commit Graph

  • 3d5b88b5a0 tests: FT-SAE with Password Identifier Jouni Malinen 2019-02-26 20:39:54 +02:00
  • 05103c400b tests: More robust connect command testing Jouni Malinen 2019-02-25 21:58:28 +02:00
  • fe5400dda2 tests: Make MACsec test cases clear monitor socket more thoroughly Jouni Malinen 2019-02-25 21:40:23 +02:00
  • 611308365e defconfig: Enable IEEE 802.11w management frame protection (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:19 +01:00
  • 9515fa9250 defconfig: enable IEEE 802.11r fast BSS transition (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:18 +01:00
  • 6b7a0da75b defconfig: Enable IEEE 802.11n and 802.11ac (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:17 +01:00
  • 467004d632 defconfig: Enable Hotspot 2.0 (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:16 +01:00
  • ec52faa2b2 defconfig: Enable RSN on IBSS networks (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:15 +01:00
  • 67d99d2e07 defconfig: Remove obsolete notes about OpenSSL requirements for EAP-FAST Jouni Malinen 2019-02-25 19:29:02 +02:00
  • eafc5fec22 defconfig: Enable a handful of EAP methods (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:14 +01:00
  • f64050da02 defconfig: Enable logging to file and syslog (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:12 +01:00
  • ae5240db86 defconfig: Enable simple bgscan module (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:11 +01:00
  • 2d6d47219e defconfig: Enable AP (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:10 +01:00
  • f87450a73f defconfig: Enable WPS (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:09 +01:00
  • d989e67d07 defconfig: Fix typos in Wi-Fi Display description Jouni Malinen 2019-02-25 19:18:32 +02:00
  • c4eafad091 defconfig: Enable P2P and Wi-Fi Display (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:07 +01:00
  • bf46c6fca1 defconfig: Add SAE (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:06 +01:00
  • ca098ee454 defconfig: Add DPP (wpa_supplicant) Lubomir Rintel 2019-02-19 14:44:05 +01:00
  • 5644f0ce3a tests: Remove CONFIG_PEERKEY Lubomir Rintel 2019-02-19 14:44:04 +01:00
  • 2f7bc06816 UBSan: Avoid a warning on unsigned integer overflow Jouni Malinen 2019-02-25 02:57:41 +02:00
  • f3e671591e tests: libFuzzer integration for test-json and test-x509 Jouni Malinen 2019-02-24 18:52:54 +02:00
  • bb05d03606 Fix a regression from VLAN assignment using WPA/WPA2 passphrase/PSK Jouni Malinen 2019-02-23 18:54:54 +02:00
  • 429ed54a3d UBSan: Avoid a warning on signed left shift Jouni Malinen 2019-02-23 18:43:38 +02:00
  • b3957edbe9 UBSan: Split loop index decrementation into a separate step Jouni Malinen 2019-02-23 18:14:29 +02:00
  • 5ac13f6d00 atheros: Avoid clang compiler warning on address of array check Jouni Malinen 2019-02-23 18:02:16 +02:00
  • aaa6b14984 Avoid compiler warning about potentially unaligned pointer value Jouni Malinen 2019-02-23 17:57:23 +02:00
  • cce974d367 UBSan: Define FST LLT macros without integer overflow Jouni Malinen 2019-02-23 17:39:38 +02:00
  • 9140caf5fb UBSan: Avoid integer overflow in a loop index counter Jouni Malinen 2019-02-23 16:28:16 +02:00
  • 8fc22fdde6 UBSan: Avoid NULL pointer dereferences on an error path Jouni Malinen 2019-02-23 16:24:19 +02:00
  • 43216777e5 UBSan: Avoid unsigned integer overflow in base64 encoding Jouni Malinen 2019-02-23 16:09:31 +02:00
  • fed7d8fcba UBSan: Avoid unsigned integer overflow in utf8_{,un}escape() Jouni Malinen 2019-02-23 16:03:47 +02:00
  • cc4cdefc7f UBSan: Avoid unnecessary warning Jouni Malinen 2019-02-23 14:03:59 +02:00
  • a9377bc380 UBSan: Avoid memcpy(ptr, NULL, 0) Jouni Malinen 2019-02-23 14:01:25 +02:00
  • 5a23c2528a UBSan: Avoid an unsigned integer overflow warning Jouni Malinen 2019-02-23 13:57:51 +02:00
  • abde4eba45 UBSan: Pack MACsec peer id structure Jouni Malinen 2019-02-23 13:54:33 +02:00
  • c4fccfc7a5 UBSan: Avoid memcmp(ptr, NULL, 0) Jouni Malinen 2019-02-23 13:50:47 +02:00
  • 1b85cad29c UBSan: Use typecast to avoid unsigned integer overflow Jouni Malinen 2019-02-23 13:44:20 +02:00
  • e3b5bd81bd UBSan: Fix RRM beacon processing attempt without scan_info Jouni Malinen 2019-02-23 12:59:10 +02:00
  • 01d01a311c UBSan: Avoid size_t variable overflow in control interface Jouni Malinen 2019-02-23 12:49:17 +02:00
  • ec2e7c4cfa UBSan: Avoid unsigned integer overflow is throughput estimation Jouni Malinen 2019-02-23 12:42:20 +02:00
  • 3b6b3ae581 Modify dl_list_for_each() to not use unaligned access with WPA_TRACE Jouni Malinen 2019-02-23 12:07:21 +02:00
  • 1415d4b82d Multi-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar initialization Jouni Malinen 2019-02-23 11:37:20 +02:00
  • 2c129a1b71 Fix cipher suite selector default value in RSNE for DMG Lior David 2019-02-06 12:33:35 +02:00
  • 239794018e Add new QCA vendor attributes for coex configuration Jiani Liu 2019-02-18 13:39:49 +08:00
  • d939a8cb49 Add a vendor attribute for specifying ethernet protocol type Arun Kumar Khandavalli 2019-02-19 12:43:59 +05:30
  • b1daf498a1 tests: Multi-AP WPS provisioning Arnout Vandecappelle (Essensium/Mind) 2019-02-12 15:35:28 +01:00
  • 8682f384ce hostapd: Add README-MULTI-AP Arnout Vandecappelle (Essensium/Mind) 2019-02-12 15:35:27 +01:00
  • 66819b07b5 hostapd: Support Multi-AP backhaul STA onboarding with WPS Davina Lu 2019-02-12 15:35:26 +01:00
  • 83ebf55865 wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS Davina Lu 2019-02-12 15:35:25 +01:00
  • 56a2d788f9 WPS: Add multi_ap_subelem to wps_build_wfa_ext() Arnout Vandecappelle (Essensium/Mind) 2019-02-12 15:35:24 +01:00
  • cb3c156e7b tests: Update multi_ap_fronthaul_on_ap to match implementation Arnout Vandecappelle (Essensium/Mind) 2019-02-12 15:35:23 +01:00
  • bfcdac1c8b Multi-AP: Don't reject backhaul STA on fronthaul BSS Arnout Vandecappelle (Essensium/Mind) 2019-02-12 15:35:23 +01:00
  • a1debd3384 tests: Refactor test_multi_ap Arnout Vandecappelle (Essensium/Mind) 2019-02-12 15:35:22 +01:00
  • 7ad7aa0e12 HS 2.0: Make hs20-osu-client SP and <FQDN> directories group writable Purushottam Kushwaha 2019-02-16 12:13:12 +05:30
  • 0f9632ceb8 mesh: More consistent checking of wpa_s->ifmsh in completion handler Jouni Malinen 2019-02-18 18:46:40 +02:00
  • 61929f4b07 tests: Empty token in wpa_psk_file Jouni Malinen 2019-02-18 18:41:43 +02:00
  • 2fae58fdc1 Fix wpa_psk_file parser error case handling Jouni Malinen 2019-02-18 18:24:52 +02:00
  • 5a3a131993 tests: Mark log files to use utf-8 encoding Jouni Malinen 2019-02-18 18:19:06 +02:00
  • 432496cdd8 tests: Switch default python version to 3 Masashi Honma 2019-02-12 17:59:40 +09:00
  • 258d88248b tests: AP VLAN based on SAE Password Identifier Jouni Malinen 2019-02-17 17:22:28 +02:00
  • b0e91e3877 SAE: VLAN assignment based on SAE Password Identifier Jouni Malinen 2019-02-17 17:22:37 +02:00
  • cf4643aa7d tests: Force diff chan in p2ps_channel_active_go_and_station_different_mcc Jouni Malinen 2019-02-17 16:55:50 +02:00
  • 947b5a1532 P2P: Stop listen state if Action frame TX is needed on another channel Jouni Malinen 2019-02-17 16:53:03 +02:00
  • b3e8ca65a6 P2P: Fix a typo in a debug message Jouni Malinen 2019-02-17 16:24:34 +02:00
  • e1348d21e9 tests: OpenSSL ECDH curve configuration Jouni Malinen 2019-02-17 14:01:30 +02:00
  • 464064c7e5 hostapd: Document openssl_ecdh_curves configuration parameter Hristo Venev 2017-04-20 14:44:31 +01:00
  • 836f0ddac1 tests: EAP-PEAP/EAP-GTC Jouni Malinen 2019-02-15 12:03:45 +02:00
  • 31ee2992c7 Add QCA vendor subcmd/attribute to check wlan firmware state Qun Zhang 2019-02-13 10:35:26 +08:00
  • 810dcfb667 tests: Wi-Fi generation indication for HT and VHT Jouni Malinen 2019-02-14 22:36:40 +02:00
  • 3f8ceff54c Indicate wifi_generation in wpa_supplicant STATUS output Jouni Malinen 2019-02-14 22:24:16 +02:00
  • ccaf774767 Add HE Capabilities into ieee802_11_parse_elems() Jouni Malinen 2019-02-14 22:23:05 +02:00
  • 5d68c0acd2 nl80211: (Re)Association Request frame IEs from association event Jouni Malinen 2019-02-14 22:01:20 +02:00
  • dd12e58e5f tests: ap_wpa_ie_parsing to allow EAPOL-Key msg 2/4 rejection Jouni Malinen 2019-02-15 02:06:46 +02:00
  • b4788908ca tests: AP VLAN based on PSK/passphrase Jouni Malinen 2019-02-14 13:34:17 +02:00
  • dbfa691df4 VLAN assignment based on used WPA/WPA2 passphrase/PSK Jouni Malinen 2019-02-14 13:34:33 +02:00
  • dd2aedeb55 HS 2.0 server: Add X-WFA-Hotspot20-Filtering header line to T&C Jouni Malinen 2019-02-14 12:09:09 +02:00
  • 051c8cae6a tests: DPP and two initiators Jouni Malinen 2019-02-14 11:50:40 +02:00
  • fe468b0714 HE: Fix set_he_cap() parsing of config options for MU EDCA Params Jouni Malinen 2019-02-12 01:16:13 +02:00
  • 6c02fa214b tests: AP not receiving Authentication frame ACK Jouni Malinen 2019-02-11 17:41:13 +02:00
  • f3a841bbff Do not disassociate not-associated STA on timeout Jouni Malinen 2019-02-11 17:37:08 +02:00
  • 91205c8eb4 OpenSSL: Fix uninitialized variable in CRL reloading corner case Jouni Malinen 2019-02-11 14:00:13 +02:00
  • 092a19222b Use for_each_element() in ieee802_11_parse_elems() Jouni Malinen 2019-02-11 13:51:11 +02:00
  • b50a638965 common: Use for_each_element_id/_extid for get_ie/get_ie_ext/get_vendor_ie Johannes Berg 2019-02-08 17:57:52 +01:00
  • b644797429 common: Use for_each_element_id() in mb_ies_info_by_ies() Johannes Berg 2019-02-08 17:57:51 +01:00
  • 9008048f0f common: Use for_each_element_id() in ieee802_11_vendor_ie_concat() Johannes Berg 2019-02-08 17:57:50 +01:00
  • eb84238df6 common: Use for_each_element() in ieee802_11_ie_count() Johannes Berg 2019-02-08 17:57:49 +01:00
  • 0e0c31bdc5 common: Add strongly typed element iteration macros Johannes Berg 2019-02-08 17:57:48 +01:00
  • 51c83edfca tests: Catch only specific exceptions Masashi Honma 2019-02-10 17:43:10 +09:00
  • b623634262 tests: Document some of the test tools Jouni Malinen 2019-02-10 17:59:38 +02:00
  • a4a9737d6b tests: Fix wnm-fuzzer by adding dummy configuration Jouni Malinen 2019-02-10 17:55:42 +02:00
  • 525923b1d7 tests: EAPOL-Key fuzzing tool Jouni Malinen 2019-02-10 17:02:49 +02:00
  • 02a0a23939 RSN: Do not start preauthentication timer without candidates Jouni Malinen 2019-02-10 13:41:10 +02:00
  • 85611e967e eap_example: Update expired certificates Jouni Malinen 2019-02-10 11:39:05 +02:00
  • 1e5506588d JSON: Fix string parsing when \\ escape is at the end of buffer Jouni Malinen 2019-02-10 01:40:36 +02:00
  • 0dedcb3154 JSON: Fix parsing of a number from the end of the buffer Jouni Malinen 2019-02-10 01:33:42 +02:00
  • 79fa1b4530 tests: JSON parser fuzzer Jouni Malinen 2019-02-09 21:38:56 +02:00
  • 62269c8d8d TLS: Fix X.509 certificate name conversion into empty string Jouni Malinen 2019-02-10 01:51:51 +02:00
  • 3eae9766b7 TLS: Fix ASN.1 parsing with no room for the header Jouni Malinen 2019-02-10 01:34:24 +02:00
  • fbc2123a14 TLS: Fix AlertDescription for missing partial processing case Jouni Malinen 2019-02-10 01:08:07 +02:00
  • 1ac9c020b5 tests: TLS fuzzing tool Jouni Malinen 2019-02-09 21:07:24 +02:00