Revisions of wpa_supplicant

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 233442 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
- use _rundir macro (forwarded request 233011 from oertel)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 51)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 198200 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 50)
- Add systemd service file, to properly track wpa_supplicant in
  its own systemd service (and not in dbus one).
- Always enable systemd service, it is still dbus activated.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 173359 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 49)
- Update to 2.0
- Drop upstreamed wpa_supplicant-libnl3.patch
- Disable obsolete Ralink driver (forwarded request 173111 from gary_lin)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 48)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 145628 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 47)
- Update to 1.1
  * Fix EAPOL supplicant port authorization with PMKSA caching.
  * Fix EAPOL processing when STA switches between multi-BSSes.
  * Fix EAP-FAST with OpenSSL 1.0.1.
  * EAP-pwd: Increase maximum number of hunting-and-pecking
    iterations, which results in less authentication attempts
    failing.
  * Set state to DISCONNECTED on AP creation errors. Previously the
    supplicant would stay in SCANNING state forever.
  * Fix REMOVE_NETWORK to not run operations with invalid
    current_ssid.
  * EAP-SIM peer: Fix AT_COUNTER_TOO_SMALL use.
  * Interworking: Fix PLMN matching with multiple entries to compare
    all entries, not just the first one.
  * Handle long configuration file lines more gracefully.
  * Fix adding extra IEs in sched scan.
  * PMKSA: Set cur_pmksa pointer during initial association.
  * PMKSA: Do not evict the active cache entry when adding new ones.
  * Set state consistently to DISCONNECTED on auth/assoc failures.
  * Fix BSSID enforcement with driver-based BSS selection. Set BSSID
    and channel when the network block has an explicit bssid
    parameter to select which BSS is to be used.
  * wpa_gui: Fix compilation with gcc/g++ 4.7.
  * EAP-AKA'
    - Update to RFC 5448 in the leading characters used in the
      username. This will make EAP-AKA' not interoperate between the
      earlier draft version and the new version.
    - Fix SIM/USIM determination to support EAP-AKA'.
  * dbus:
    - Add global capabilities property.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 46)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 121034 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 45)
- Update to 1.0
        * Delay STA entry removal until Deauth/Disassoc TX status
          in AP mode. This allows the driver to use PS buffering of
          Deauthentication and Disassociation frames when the STA
          is in power save sleep. Only available with drivers that
          provide TX status events for Deauth/Disassoc frames
          (nl80211).
        * Drop oldest unknown BSS table entries first. This makes
          it less likely to hit connection issues in environments
          with huge number of visible APs.
        * Add systemd support.
        * Add support for setting the syslog facility from the
          config file at build time.
        * atheros: Add support for IEEE 802.11w configuration.
        * AP mode: Allow enable HT20 if driver supports it, by
          setting the config parameter ieee80211n.
        * Allow AP mode to disconnect STAs based on low ACK
          condition (when the data connection is not working
          properly, e.g., due to the STA going outside the range
          of the AP).
        * nl80211:
         - Support GTK rekey offload.
         - Support PMKSA candidate events. This adds support for
           RSN pre-authentication with nl80211 interface and
           drivers that handle roaming internally.
        * Improved dbus interface
        * New wpa_cli commands to setup the scan interval and
          to support P2P and WPS/WPS ER
        * AP mode: Add max_num_sta config option, which can be used
          to limit the number of stations allowed to connect to the
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 109887 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 44)
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already. (forwarded request 109843 from dimstar)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 99575 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 43)
- Add wpa_supplicant-probed-cert-dbus-signal.patch to emit a D-Bus
  signal when the AP returned the certificate of the RADIUS server
  (bnc#574266) (forwarded request 99552 from gary_lin)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 42)
replace license with spdx.org variant
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 41)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87283 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 40)
- use same exec line in fi.w1.wpa_supplicant1.service as in
  fi.epitest.hostap.WPASupplicant.service
- fix build on older distros
- fix not using RPM_OPT_FLAGS
- use %_smp_mflags (forwarded request 87271 from lnussel)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 82493 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 39)
- Select libnl-1_1-devel (forwarded request 82471 from jengelh)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 38)
Autobuild autoformatter for 80379
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 80379 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 37)
ghost directive for /var/run/wpa_supplicant added for tmpfs (bnc 710281) (forwarded request 80378 from vbotka)
Ruediger Oertel's avatar Ruediger Oertel (oertel) accepted request 68076 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 36)
Accepted submit request 68076 from user coolo
Displaying revisions 41 - 60 of 95
openSUSE Build Service is sponsored by