Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/wpa/dist 2015-03-15 - v2.4



details:   https://anonhg.NetBSD.org/src/rev/1dd3e507bf5f
branches:  trunk
changeset: 337084:1dd3e507bf5f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 01 19:24:35 2015 +0000

description:
2015-03-15 - v2.4
* allow OpenSSL cipher configuration to be set for internal EAP server
  (openssl_ciphers parameter)
* fixed number of small issues based on hwsim test case failures and
  static analyzer reports
* P2P:
  - add new=<0/1> flag to P2P-DEVICE-FOUND events
  - add passive channels in invitation response from P2P Client
  - enable nl80211 P2P_DEVICE support by default
  - fix regresssion in disallow_freq preventing search on social
    channels
  - fix regressions in P2P SD query processing
  - try to re-invite with social operating channel if no common channels
    in invitation
  - allow cross connection on parent interface (this fixes number of
    use cases with nl80211)
  - add support for P2P services (P2PS)
  - add p2p_go_ctwindow configuration parameter to allow GO CTWindow to
    be configured
* increase postponing of EAPOL-Start by one second with AP/GO that
  supports WPS 2.0 (this makes it less likely to trigger extra roundtrip
  of identity frames)
* add support for PMKSA caching with SAE
* add support for control mesh BSS (IEEE 802.11s) operations
* fixed number of issues with D-Bus P2P commands
* fixed regression in ap_scan=2 special case for WPS
* fixed macsec_validate configuration
* add a workaround for incorrectly behaving APs that try to use
  EAPOL-Key descriptor version 3 when the station supports PMF even if
  PMF is not enabled on the AP
* allow TLS v1.1 and v1.2 to be negotiated by default; previous behavior
  of disabling these can be configured to work around issues with broken
  servers with phase1="tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1"
* add support for Suite B (128-bit and 192-bit level) key management and
  cipher suites
* add WMM-AC support (WMM_AC_ADDTS/WMM_AC_DELTS)
* improved BSS Transition Management processing
* add support for neighbor report
* add support for link measurement
* fixed expiration of BSS entry with all-zeros BSSID
* add optional LAST_ID=x argument to LIST_NETWORK to allow all
  configured networks to be listed even with huge number of network
  profiles
* add support for EAP Re-Authentication Protocol (ERP)
* fixed EAP-IKEv2 fragmentation reassembly
* improved PKCS#11 configuration for OpenSSL
* set stdout to be line-buffered
* add TDLS channel switch configuration
* add support for MAC address randomization in scans with nl80211
* enable HT for IBSS if supported by the driver
* add BSSID black and white lists (bssid_blacklist, bssid_whitelist)
* add support for domain_suffix_match with GnuTLS
* add OCSP stapling client support with GnuTLS
* include peer certificate in EAP events even without a separate probe
  operation; old behavior can be restored with cert_in_cb=0
* add peer ceritficate alt subject name to EAP events
  (CTRL-EVENT-EAP-PEER-ALT)
* add domain_match network profile parameter (similar to
  domain_suffix_match, but full match is required)
* enable AP/GO mode HT Tx STBC automatically based on driver support
* add ANQP-QUERY-DONE event to provide information on ANQP parsing
  status
* allow passive scanning to be forced with passive_scan=1
* add a workaround for Linux packet socket behavior when interface is in
  bridge
* increase 5 GHz band preference in BSS selection (estimate SNR, if info
  not available from driver; estimate maximum throughput based on common
  HT/VHT/specific TX rate support)
* add INTERWORKING_ADD_NETWORK ctrl_iface command; this can be used to
  implement Interworking network selection behavior in upper layers
  software components
* add optional reassoc_same_bss_optim=1 (disabled by default)
  optimization to avoid unnecessary Authentication frame exchange
* extend TDLS frame padding workaround to cover all packets
* allow wpa_supplicant to recover nl80211 functionality if the cfg80211
  module gets removed and reloaded without restarting wpa_supplicant
* allow hostapd DFS implementation to be used in wpa_supplicant AP mode

diffstat:

 external/bsd/wpa/dist/CONTRIBUTIONS                                    |     2 +-
 external/bsd/wpa/dist/COPYING                                          |     2 +-
 external/bsd/wpa/dist/README                                           |     2 +-
 external/bsd/wpa/dist/hostapd/Android.mk                               |    56 +-
 external/bsd/wpa/dist/hostapd/ChangeLog                                |    44 +
 external/bsd/wpa/dist/hostapd/Makefile                                 |    82 +-
 external/bsd/wpa/dist/hostapd/README                                   |     8 +-
 external/bsd/wpa/dist/hostapd/README-WPS                               |     9 +-
 external/bsd/wpa/dist/hostapd/android.config                           |     6 +-
 external/bsd/wpa/dist/hostapd/config_file.c                            |   142 +-
 external/bsd/wpa/dist/hostapd/ctrl_iface.c                             |   677 +-
 external/bsd/wpa/dist/hostapd/defconfig                                |     9 +-
 external/bsd/wpa/dist/hostapd/hlr_auc_gw.c                             |     4 +-
 external/bsd/wpa/dist/hostapd/hostapd.8                                |     2 +-
 external/bsd/wpa/dist/hostapd/hostapd.conf                             |    73 +-
 external/bsd/wpa/dist/hostapd/main.c                                   |    22 +-
 external/bsd/wpa/dist/hs20/client/Android.mk                           |    28 +-
 external/bsd/wpa/dist/hs20/client/oma_dm_client.c                      |    22 +
 external/bsd/wpa/dist/hs20/client/osu_client.c                         |    58 +-
 external/bsd/wpa/dist/patches/openssl-0.9.8za-tls-extensions.patch     |     3 +-
 external/bsd/wpa/dist/src/ap/accounting.c                              |    21 +-
 external/bsd/wpa/dist/src/ap/acs.c                                     |   174 +-
 external/bsd/wpa/dist/src/ap/ap_config.c                               |    50 +-
 external/bsd/wpa/dist/src/ap/ap_config.h                               |    56 +-
 external/bsd/wpa/dist/src/ap/ap_drv_ops.h                              |    61 +-
 external/bsd/wpa/dist/src/ap/ap_list.c                                 |     7 +-
 external/bsd/wpa/dist/src/ap/authsrv.c                                 |     3 +
 external/bsd/wpa/dist/src/ap/beacon.c                                  |    95 +-
 external/bsd/wpa/dist/src/ap/bss_load.c                                |    65 +
 external/bsd/wpa/dist/src/ap/bss_load.h                                |    17 +
 external/bsd/wpa/dist/src/ap/ctrl_iface_ap.c                           |    42 +-
 external/bsd/wpa/dist/src/ap/ctrl_iface_ap.h                           |     2 +-
 external/bsd/wpa/dist/src/ap/dfs.c                                     |    99 +-
 external/bsd/wpa/dist/src/ap/dfs.h                                     |     4 +
 external/bsd/wpa/dist/src/ap/dhcp_snoop.c                              |   178 +
 external/bsd/wpa/dist/src/ap/dhcp_snoop.h                              |    30 +
 external/bsd/wpa/dist/src/ap/drv_callbacks.c                           |   152 +-
 external/bsd/wpa/dist/src/ap/gas_serv.c                                |    26 +-
 external/bsd/wpa/dist/src/ap/hostapd.c                                 |   399 +-
 external/bsd/wpa/dist/src/ap/hostapd.h                                 |    42 +-
 external/bsd/wpa/dist/src/ap/hw_features.c                             |   364 +-
 external/bsd/wpa/dist/src/ap/iapp.c                                    |     2 +-
 external/bsd/wpa/dist/src/ap/ieee802_11.c                              |   642 +-
 external/bsd/wpa/dist/src/ap/ieee802_11.h                              |    15 +
 external/bsd/wpa/dist/src/ap/ieee802_11_ht.c                           |    51 +-
 external/bsd/wpa/dist/src/ap/ieee802_11_shared.c                       |     2 +
 external/bsd/wpa/dist/src/ap/ieee802_11_vht.c                          |   127 +-
 external/bsd/wpa/dist/src/ap/ieee802_1x.c                              |   160 +-
 external/bsd/wpa/dist/src/ap/ieee802_1x.h                              |     1 +
 external/bsd/wpa/dist/src/ap/ndisc_snoop.c                             |   171 +
 external/bsd/wpa/dist/src/ap/ndisc_snoop.h                             |    36 +
 external/bsd/wpa/dist/src/ap/peerkey_auth.c                            |    18 +-
 external/bsd/wpa/dist/src/ap/pmksa_cache_auth.c                        |    99 +-
 external/bsd/wpa/dist/src/ap/pmksa_cache_auth.h                        |     6 +
 external/bsd/wpa/dist/src/ap/sta_info.c                                |    90 +-
 external/bsd/wpa/dist/src/ap/sta_info.h                                |    32 +
 external/bsd/wpa/dist/src/ap/vlan_init.c                               |    57 +-
 external/bsd/wpa/dist/src/ap/wnm_ap.c                                  |   137 +-
 external/bsd/wpa/dist/src/ap/wnm_ap.h                                  |     6 +-
 external/bsd/wpa/dist/src/ap/wpa_auth.h                                |    10 +
 external/bsd/wpa/dist/src/ap/wpa_auth_ft.c                             |    98 +-
 external/bsd/wpa/dist/src/ap/wpa_auth_glue.c                           |    39 +-
 external/bsd/wpa/dist/src/ap/wpa_auth_i.h                              |    16 +-
 external/bsd/wpa/dist/src/ap/wpa_auth_ie.c                             |    20 +-
 external/bsd/wpa/dist/src/ap/wps_hostapd.c                             |    11 +-
 external/bsd/wpa/dist/src/ap/x_snoop.c                                 |   123 +
 external/bsd/wpa/dist/src/ap/x_snoop.h                                 |    56 +
 external/bsd/wpa/dist/src/common/defs.h                                |    32 +-
 external/bsd/wpa/dist/src/common/hw_features_common.c                  |   438 +
 external/bsd/wpa/dist/src/common/hw_features_common.h                  |    40 +
 external/bsd/wpa/dist/src/common/ieee802_11_common.c                   |   318 +
 external/bsd/wpa/dist/src/common/ieee802_11_common.h                   |    14 +
 external/bsd/wpa/dist/src/common/ieee802_11_defs.h                     |   113 +-
 external/bsd/wpa/dist/src/common/privsep_commands.h                    |     2 +
 external/bsd/wpa/dist/src/common/qca-vendor.h                          |   158 +-
 external/bsd/wpa/dist/src/common/sae.c                                 |    13 +-
 external/bsd/wpa/dist/src/common/sae.h                                 |     3 +
 external/bsd/wpa/dist/src/common/version.h                             |     2 +-
 external/bsd/wpa/dist/src/common/wpa_common.c                          |   266 +-
 external/bsd/wpa/dist/src/common/wpa_common.h                          |    90 +-
 external/bsd/wpa/dist/src/common/wpa_ctrl.c                            |    10 +-
 external/bsd/wpa/dist/src/common/wpa_ctrl.h                            |    44 +-
 external/bsd/wpa/dist/src/crypto/Makefile                              |     1 +
 external/bsd/wpa/dist/src/crypto/aes-eax.c                             |     2 +-
 external/bsd/wpa/dist/src/crypto/aes-omac1.c                           |    64 +-
 external/bsd/wpa/dist/src/crypto/aes-siv.c                             |   188 +
 external/bsd/wpa/dist/src/crypto/aes_siv.h                             |    19 +
 external/bsd/wpa/dist/src/crypto/aes_wrap.h                            |     7 +-
 external/bsd/wpa/dist/src/crypto/crypto_module_tests.c                 |  1679 +
 external/bsd/wpa/dist/src/crypto/crypto_openssl.c                      |   208 +-
 external/bsd/wpa/dist/src/crypto/dh_groups.c                           |     8 +-
 external/bsd/wpa/dist/src/crypto/md5.c                                 |     6 +-
 external/bsd/wpa/dist/src/crypto/random.c                              |    12 +-
 external/bsd/wpa/dist/src/crypto/sha1-prf.c                            |     1 +
 external/bsd/wpa/dist/src/crypto/sha1.c                                |     5 +-
 external/bsd/wpa/dist/src/crypto/sha256-kdf.c                          |    76 +
 external/bsd/wpa/dist/src/crypto/sha256-prf.c                          |     2 +
 external/bsd/wpa/dist/src/crypto/sha256.h                              |     5 +-
 external/bsd/wpa/dist/src/crypto/sha384.h                              |    19 +
 external/bsd/wpa/dist/src/crypto/tls.h                                 |    21 +-
 external/bsd/wpa/dist/src/crypto/tls_gnutls.c                          |   949 +-
 external/bsd/wpa/dist/src/crypto/tls_internal.c                        |    31 +
 external/bsd/wpa/dist/src/crypto/tls_none.c                            |     6 +
 external/bsd/wpa/dist/src/crypto/tls_openssl.c                         |   430 +-
 external/bsd/wpa/dist/src/crypto/tls_schannel.c                        |    31 +
 external/bsd/wpa/dist/src/drivers/driver.h                             |   744 +-
 external/bsd/wpa/dist/src/drivers/driver_atheros.c                     |   297 +-
 external/bsd/wpa/dist/src/drivers/driver_common.c                      |   117 +-
 external/bsd/wpa/dist/src/drivers/driver_hostap.c                      |    50 +-
 external/bsd/wpa/dist/src/drivers/driver_macsec_qca.c                  |    24 +-
 external/bsd/wpa/dist/src/drivers/driver_nl80211.c                     |  8436 ++-------
 external/bsd/wpa/dist/src/drivers/driver_nl80211.h                     |   274 +
 external/bsd/wpa/dist/src/drivers/driver_nl80211_android.c             |   220 +
 external/bsd/wpa/dist/src/drivers/driver_nl80211_capa.c                |  1532 +
 external/bsd/wpa/dist/src/drivers/driver_nl80211_event.c               |  2029 ++
 external/bsd/wpa/dist/src/drivers/driver_nl80211_monitor.c             |   491 +
 external/bsd/wpa/dist/src/drivers/driver_nl80211_scan.c                |   775 +
 external/bsd/wpa/dist/src/drivers/driver_none.c                        |     8 -
 external/bsd/wpa/dist/src/drivers/driver_privsep.c                     |    31 +-
 external/bsd/wpa/dist/src/drivers/driver_roboswitch.c                  |     9 +-
 external/bsd/wpa/dist/src/drivers/driver_wext.c                        |   107 +-
 external/bsd/wpa/dist/src/drivers/driver_wired.c                       |    84 +-
 external/bsd/wpa/dist/src/drivers/drivers.c                            |    12 -
 external/bsd/wpa/dist/src/drivers/drivers.mak                          |    27 +-
 external/bsd/wpa/dist/src/drivers/drivers.mk                           |    20 +-
 external/bsd/wpa/dist/src/drivers/linux_defines.h                      |    46 +
 external/bsd/wpa/dist/src/drivers/linux_wext.h                         |    12 +-
 external/bsd/wpa/dist/src/drivers/netlink.c                            |     6 +-
 external/bsd/wpa/dist/src/drivers/nl80211_copy.h                       |   147 +-
 external/bsd/wpa/dist/src/drivers/priv_netlink.h                       |     1 +
 external/bsd/wpa/dist/src/eap_common/eap_common.c                      |    85 +-
 external/bsd/wpa/dist/src/eap_common/eap_common.h                      |    12 +-
 external/bsd/wpa/dist/src/eap_common/eap_defs.h                        |    34 +-
 external/bsd/wpa/dist/src/eap_common/eap_pax_common.c                  |     8 +-
 external/bsd/wpa/dist/src/eap_common/eap_pax_common.h                  |     3 +-
 external/bsd/wpa/dist/src/eap_common/ikev2_common.c                    |    12 +-
 external/bsd/wpa/dist/src/eap_peer/eap.c                               |   521 +-
 external/bsd/wpa/dist/src/eap_peer/eap.h                               |    29 +-
 external/bsd/wpa/dist/src/eap_peer/eap_config.h                        |    57 +-
 external/bsd/wpa/dist/src/eap_peer/eap_fast.c                          |     2 +-
 external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c                      |    34 +-
 external/bsd/wpa/dist/src/eap_peer/eap_i.h                             |    17 +-
 external/bsd/wpa/dist/src/eap_peer/eap_ikev2.c                         |     8 +
 external/bsd/wpa/dist/src/eap_peer/eap_methods.c                       |     4 +-
 external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c                      |     7 +
 external/bsd/wpa/dist/src/eap_peer/eap_pax.c                           |    26 +-
 external/bsd/wpa/dist/src/eap_peer/eap_peap.c                          |     2 +-
 external/bsd/wpa/dist/src/eap_peer/eap_pwd.c                           |     1 -
 external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c                    |    22 +-
 external/bsd/wpa/dist/src/eap_peer/eap_ttls.c                          |    33 +-
 external/bsd/wpa/dist/src/eap_peer/eap_vendor_test.c                   |    21 +-
 external/bsd/wpa/dist/src/eap_peer/eap_wsc.c                           |     2 +-
 external/bsd/wpa/dist/src/eap_peer/ikev2.c                             |     4 +-
 external/bsd/wpa/dist/src/eap_server/eap.h                             |    22 +-
 external/bsd/wpa/dist/src/eap_server/eap_i.h                           |    23 +-
 external/bsd/wpa/dist/src/eap_server/eap_server.c                      |   544 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_aka.c                  |    24 +
 external/bsd/wpa/dist/src/eap_server/eap_server_fast.c                 |    19 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c                 |    36 +
 external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c                |    37 +
 external/bsd/wpa/dist/src/eap_server/eap_server_methods.c              |     4 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c             |    17 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_pax.c                  |    25 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_peap.c                 |    21 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_psk.c                  |    23 +
 external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c                  |    22 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_sake.c                 |    23 +
 external/bsd/wpa/dist/src/eap_server/eap_server_sim.c                  |    24 +
 external/bsd/wpa/dist/src/eap_server/eap_server_tls.c                  |    15 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c                 |    48 +-
 external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c                  |     2 +-
 external/bsd/wpa/dist/src/eap_server/eap_sim_db.c                      |    23 +-
 external/bsd/wpa/dist/src/eap_server/eap_tls_common.h                  |     3 +
 external/bsd/wpa/dist/src/eapol_auth/eapol_auth_dump.c                 |    16 +-
 external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c                   |    92 +-
 external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h                   |     7 +
 external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm_i.h                 |     6 +
 external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c                   |    67 +-
 external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.h                   |    37 +-
 external/bsd/wpa/dist/src/l2_packet/l2_packet.h                        |    30 +
 external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c                  |   247 +-
 external/bsd/wpa/dist/src/l2_packet/l2_packet_ndis.c                   |    19 +
 external/bsd/wpa/dist/src/l2_packet/l2_packet_none.c                   |    19 +
 external/bsd/wpa/dist/src/l2_packet/l2_packet_pcap.c                   |    18 +-
 external/bsd/wpa/dist/src/l2_packet/l2_packet_privsep.c                |    36 +-
 external/bsd/wpa/dist/src/l2_packet/l2_packet_winpcap.c                |    12 +
 external/bsd/wpa/dist/src/lib.rules                                    |     4 +
 external/bsd/wpa/dist/src/p2p/p2p.c                                    |   742 +-
 external/bsd/wpa/dist/src/p2p/p2p.h                                    |   237 +-
 external/bsd/wpa/dist/src/p2p/p2p_build.c                              |   257 +-
 external/bsd/wpa/dist/src/p2p/p2p_go_neg.c                             |    54 +-
 external/bsd/wpa/dist/src/p2p/p2p_group.c                              |    12 +
 external/bsd/wpa/dist/src/p2p/p2p_i.h                                  |    75 +-
 external/bsd/wpa/dist/src/p2p/p2p_invitation.c                         |    69 +-
 external/bsd/wpa/dist/src/p2p/p2p_parse.c                              |   142 +-
 external/bsd/wpa/dist/src/p2p/p2p_pd.c                                 |   735 +-
 external/bsd/wpa/dist/src/p2p/p2p_sd.c                                 |    14 +-
 external/bsd/wpa/dist/src/p2p/p2p_utils.c                              |   116 +-
 external/bsd/wpa/dist/src/pae/ieee802_1x_kay.c                         |    32 +-
 external/bsd/wpa/dist/src/radius/radius.c                              |    29 +-
 external/bsd/wpa/dist/src/radius/radius.h                              |     7 +
 external/bsd/wpa/dist/src/radius/radius_client.c                       |   168 +-
 external/bsd/wpa/dist/src/radius/radius_das.h                          |     5 +-
 external/bsd/wpa/dist/src/radius/radius_server.c                       |    90 +-
 external/bsd/wpa/dist/src/radius/radius_server.h                       |    13 +
 external/bsd/wpa/dist/src/rsn_supp/peerkey.c                           |    92 +-
 external/bsd/wpa/dist/src/rsn_supp/peerkey.h                           |     6 +-
 external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c                       |    24 +-
 external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h                       |     2 +
 external/bsd/wpa/dist/src/rsn_supp/preauth.c                           |    40 +-
 external/bsd/wpa/dist/src/rsn_supp/tdls.c                              |   192 +-
 external/bsd/wpa/dist/src/rsn_supp/wpa.c                               |   368 +-
 external/bsd/wpa/dist/src/rsn_supp/wpa.h                               |    35 +-
 external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c                            |    54 +-
 external/bsd/wpa/dist/src/rsn_supp/wpa_i.h                             |    52 +-
 external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c                            |     6 +-
 external/bsd/wpa/dist/src/tls/asn1.c                                   |     2 +-
 external/bsd/wpa/dist/src/tls/tlsv1_client.c                           |    45 +-
 external/bsd/wpa/dist/src/tls/tlsv1_client_read.c                      |    19 +-
 external/bsd/wpa/dist/src/tls/tlsv1_client_write.c                     |    30 +-
 external/bsd/wpa/dist/src/tls/tlsv1_common.c                           |    23 +-
 external/bsd/wpa/dist/src/tls/tlsv1_server.c                           |    46 +-
 external/bsd/wpa/dist/src/tls/tlsv1_server_read.c                      |    32 +-
 external/bsd/wpa/dist/src/tls/x509v3.c                                 |     4 +-
 external/bsd/wpa/dist/src/utils/base64.c                               |    18 +-
 external/bsd/wpa/dist/src/utils/bitfield.c                             |     4 +-
 external/bsd/wpa/dist/src/utils/browser-android.c                      |    39 +-
 external/bsd/wpa/dist/src/utils/browser-system.c                       |    31 +-
 external/bsd/wpa/dist/src/utils/browser-wpadebug.c                     |    42 +-
 external/bsd/wpa/dist/src/utils/common.c                               |   252 +-
 external/bsd/wpa/dist/src/utils/common.h                               |    16 +-
 external/bsd/wpa/dist/src/utils/http_curl.c                            |     8 +-
 external/bsd/wpa/dist/src/utils/list.h                                 |     2 +
 external/bsd/wpa/dist/src/utils/os_internal.c                          |    64 +-
 external/bsd/wpa/dist/src/utils/os_none.c                              |     6 +
 external/bsd/wpa/dist/src/utils/os_win32.c                             |     1 +
 external/bsd/wpa/dist/src/utils/pcsc_funcs.c                           |    78 +-
 external/bsd/wpa/dist/src/utils/radiotap.c                             |     3 +
 external/bsd/wpa/dist/src/utils/trace.c                                |    53 +-
 external/bsd/wpa/dist/src/utils/utils_module_tests.c                   |   159 +-
 external/bsd/wpa/dist/src/utils/uuid.c                                 |     2 +-
 external/bsd/wpa/dist/src/utils/wpa_debug.c                            |    12 +-
 external/bsd/wpa/dist/src/utils/wpa_debug.h                            |     2 +
 external/bsd/wpa/dist/src/utils/wpabuf.c                               |     9 +
 external/bsd/wpa/dist/src/utils/wpabuf.h                               |     1 +
 external/bsd/wpa/dist/src/wps/wps.c                                    |    16 +-
 external/bsd/wpa/dist/src/wps/wps.h                                    |     1 +
 external/bsd/wpa/dist/src/wps/wps_common.c                             |     7 +-
 external/bsd/wpa/dist/src/wps/wps_defs.h                               |    49 +-
 external/bsd/wpa/dist/src/wps/wps_enrollee.c                           |    38 +-
 external/bsd/wpa/dist/src/wps/wps_registrar.c                          |    24 +-
 external/bsd/wpa/dist/src/wps/wps_upnp.c                               |    22 +-
 external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c                          |     3 +-
 external/bsd/wpa/dist/wpa_supplicant/Android.mk                        |    93 +-
 external/bsd/wpa/dist/wpa_supplicant/ChangeLog                         |    78 +
 external/bsd/wpa/dist/wpa_supplicant/Makefile                          |   114 +-
 external/bsd/wpa/dist/wpa_supplicant/README                            |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/README-HS20                       |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/README-P2P                        |   238 +-
 external/bsd/wpa/dist/wpa_supplicant/android.config                    |     3 -
 external/bsd/wpa/dist/wpa_supplicant/ap.c                              |   196 +-
 external/bsd/wpa/dist/wpa_supplicant/ap.h                              |    18 +
 external/bsd/wpa/dist/wpa_supplicant/bgscan_learn.c                    |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/bss.c                             |    47 +-
 external/bsd/wpa/dist/wpa_supplicant/bss.h                             |    14 +-
 external/bsd/wpa/dist/wpa_supplicant/config.c                          |   550 +-
 external/bsd/wpa/dist/wpa_supplicant/config.h                          |    91 +-
 external/bsd/wpa/dist/wpa_supplicant/config_file.c                     |   116 +-
 external/bsd/wpa/dist/wpa_supplicant/config_ssid.h                     |    46 +
 external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_udp.c                  |    18 +-
 external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c                 |    44 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_common.c                |    38 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c          |   298 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h          |    30 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c                   |   664 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h                   |     4 +
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c          |   976 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h          |     5 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c      |   701 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h      |    24 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c      |   148 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c           |   294 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h           |    18 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c        |    17 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c                   |   116 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.h                   |     9 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c          |   426 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.h          |     6 +-
 external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers_wps.c      |    29 +-
 external/bsd/wpa/dist/wpa_supplicant/defconfig                         |     3 -
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.8          |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/eapol_test.sgml       |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8      |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.sgml   |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8             |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.sgml          |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8             |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.sgml          |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8      |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.sgml   |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8            |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.sgml         |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8      |     5 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5 |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml   |     4 +-
 external/bsd/wpa/dist/wpa_supplicant/driver_i.h                        |    93 +-
 external/bsd/wpa/dist/wpa_supplicant/eapol_test.c                      |    18 +-
 external/bsd/wpa/dist/wpa_supplicant/examples/wps-ap-cli               |     9 +-
 external/bsd/wpa/dist/wpa_supplicant/gas_query.c                       |     9 +-
 external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.c                 |   118 +-
 external/bsd/wpa/dist/wpa_supplicant/hs20_supplicant.h                 |     3 +-
 external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c                        |     6 +-
 external/bsd/wpa/dist/wpa_supplicant/interworking.c                    |   441 +-
 external/bsd/wpa/dist/wpa_supplicant/interworking.h                    |     3 +-
 external/bsd/wpa/dist/wpa_supplicant/main.c                            |    10 +-
 external/bsd/wpa/dist/wpa_supplicant/main_none.c                       |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/main_winmain.c                    |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/main_winsvc.c                     |     2 +-
 external/bsd/wpa/dist/wpa_supplicant/mesh.c                            |   540 +
 external/bsd/wpa/dist/wpa_supplicant/mesh.h                            |    44 +
 external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.c                        |  1059 +
 external/bsd/wpa/dist/wpa_supplicant/mesh_mpm.h                        |    43 +
 external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.c                        |   574 +
 external/bsd/wpa/dist/wpa_supplicant/mesh_rsn.h                        |    36 +
 external/bsd/wpa/dist/wpa_supplicant/notify.c                          |   147 +-
 external/bsd/wpa/dist/wpa_supplicant/notify.h                          |     5 +-
 external/bsd/wpa/dist/wpa_supplicant/offchannel.c                      |    47 +-
 external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c                  |  1620 +-
 external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h                  |    26 +-
 external/bsd/wpa/dist/wpa_supplicant/scan.c                            |   493 +-
 external/bsd/wpa/dist/wpa_supplicant/scan.h                            |     6 +
 external/bsd/wpa/dist/wpa_supplicant/sme.c                             |   261 +-
 external/bsd/wpa/dist/wpa_supplicant/sme.h                             |     5 +
 external/bsd/wpa/dist/wpa_supplicant/todo.txt                          |    13 +-
 external/bsd/wpa/dist/wpa_supplicant/wifi_display.c                    |    39 +-
 external/bsd/wpa/dist/wpa_supplicant/wmm_ac.c                          |   995 +
 external/bsd/wpa/dist/wpa_supplicant/wmm_ac.h                          |   176 +
 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.c                         |   458 +-
 external/bsd/wpa/dist/wpa_supplicant/wnm_sta.h                         |    68 +-
 external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresults.cpp       |     3 +-
 external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.cpp   |    18 +
 external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/scanresultsitem.h     |    21 +
 external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro           |     2 +
 external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp            |    84 +-
 external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.h              |     2 +
 external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c                        |    29 +-
 external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf               |   122 +-
 external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h                |   137 +-
 external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c                       |   140 +-
 external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c               |     6 +
 external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c                  |    61 +-
 external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h                  |     2 +-
 352 files changed, 34377 insertions(+), 12461 deletions(-)

diffs (truncated from 71547 to 300 lines):

diff -r acc31ca825e8 -r 1dd3e507bf5f external/bsd/wpa/dist/CONTRIBUTIONS
--- a/external/bsd/wpa/dist/CONTRIBUTIONS       Wed Apr 01 18:38:30 2015 +0000
+++ b/external/bsd/wpa/dist/CONTRIBUTIONS       Wed Apr 01 19:24:35 2015 +0000
@@ -112,7 +112,7 @@
 
 Modified BSD license (no advertisement clause):
 
-Copyright (c) 2002-2014, Jouni Malinen <j%w1.fi@localhost> and contributors
+Copyright (c) 2002-2015, Jouni Malinen <j%w1.fi@localhost> and contributors
 All Rights Reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -r acc31ca825e8 -r 1dd3e507bf5f external/bsd/wpa/dist/COPYING
--- a/external/bsd/wpa/dist/COPYING     Wed Apr 01 18:38:30 2015 +0000
+++ b/external/bsd/wpa/dist/COPYING     Wed Apr 01 19:24:35 2015 +0000
@@ -1,7 +1,7 @@
 wpa_supplicant and hostapd
 --------------------------
 
-Copyright (c) 2002-2012, Jouni Malinen <j%w1.fi@localhost> and contributors
+Copyright (c) 2002-2015, Jouni Malinen <j%w1.fi@localhost> and contributors
 All Rights Reserved.
 
 
diff -r acc31ca825e8 -r 1dd3e507bf5f external/bsd/wpa/dist/README
--- a/external/bsd/wpa/dist/README      Wed Apr 01 18:38:30 2015 +0000
+++ b/external/bsd/wpa/dist/README      Wed Apr 01 19:24:35 2015 +0000
@@ -1,7 +1,7 @@
 wpa_supplicant and hostapd
 --------------------------
 
-Copyright (c) 2002-2014, Jouni Malinen <j%w1.fi@localhost> and contributors
+Copyright (c) 2002-2015, Jouni Malinen <j%w1.fi@localhost> and contributors
 All Rights Reserved.
 
 These programs are licensed under the BSD license (the one with
diff -r acc31ca825e8 -r 1dd3e507bf5f external/bsd/wpa/dist/hostapd/Android.mk
--- a/external/bsd/wpa/dist/hostapd/Android.mk  Wed Apr 01 18:38:30 2015 +0000
+++ b/external/bsd/wpa/dist/hostapd/Android.mk  Wed Apr 01 19:24:35 2015 +0000
@@ -95,6 +95,7 @@
 OBJS += src/ap/pmksa_cache_auth.c
 OBJS += src/ap/ieee802_11_shared.c
 OBJS += src/ap/beacon.c
+OBJS += src/ap/bss_load.c
 OBJS_d =
 OBJS_p =
 LIBS =
@@ -133,6 +134,7 @@
 
 OBJS += src/common/ieee802_11_common.c
 OBJS += src/common/wpa_common.c
+OBJS += src/common/hw_features_common.c
 
 OBJS += src/eapol_auth/eapol_auth_sm.c
 
@@ -179,8 +181,6 @@
 OBJS += src/ap/ctrl_iface_ap.c
 endif
 
-OBJS += src/crypto/md5.c
-
 L_CFLAGS += -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX
 
 ifdef CONFIG_IAPP
@@ -200,6 +200,22 @@
 
 ifdef CONFIG_HS20
 NEED_AES_OMAC1=y
+CONFIG_PROXYARP=y
+endif
+
+ifdef CONFIG_PROXYARP
+CONFIG_L2_PACKET=y
+endif
+
+ifdef CONFIG_SUITEB
+L_CFLAGS += -DCONFIG_SUITEB
+NEED_SHA256=y
+NEED_AES_OMAC1=y
+endif
+
+ifdef CONFIG_SUITEB192
+L_CFLAGS += -DCONFIG_SUITEB192
+NEED_SHA384=y
 endif
 
 ifdef CONFIG_IEEE80211W
@@ -553,22 +569,6 @@
 CONFIG_INTERNAL_DH_GROUP5=y
 endif
 
-ifeq ($(CONFIG_TLS), nss)
-ifdef TLS_FUNCS
-OBJS += src/crypto/tls_nss.c
-LIBS += -lssl3
-endif
-OBJS += src/crypto/crypto_nss.c
-ifdef NEED_FIPS186_2_PRF
-OBJS += src/crypto/fips_prf_internal.c
-OBJS += src/crypto/sha1-internal.c
-endif
-LIBS += -lnss3
-LIBS_h += -lnss3
-CONFIG_INTERNAL_MD4=y
-CONFIG_INTERNAL_DH_GROUP5=y
-endif
-
 ifeq ($(CONFIG_TLS), internal)
 ifndef CONFIG_CRYPTO
 CONFIG_CRYPTO=internal
@@ -675,7 +675,9 @@
 AESOBJS += src/crypto/aes-internal.c src/crypto/aes-internal-enc.c
 endif
 
+ifneq ($(CONFIG_TLS), openssl)
 AESOBJS += src/crypto/aes-wrap.c
+endif
 ifdef NEED_AES_EAX
 AESOBJS += src/crypto/aes-eax.c
 NEED_AES_CTR=y
@@ -690,9 +692,11 @@
 AESOBJS += src/crypto/aes-omac1.c
 endif
 ifdef NEED_AES_UNWRAP
+ifneq ($(CONFIG_TLS), openssl)
 NEED_AES_DEC=y
 AESOBJS += src/crypto/aes-unwrap.c
 endif
+endif
 ifdef NEED_AES_CBC
 NEED_AES_DEC=y
 AESOBJS += src/crypto/aes-cbc.c
@@ -733,6 +737,10 @@
 OBJS += $(SHA1OBJS)
 endif
 
+ifneq ($(CONFIG_TLS), openssl)
+OBJS += src/crypto/md5.c
+endif
+
 ifdef NEED_MD5
 ifdef CONFIG_INTERNAL_MD5
 OBJS += src/crypto/md5-internal.c
@@ -771,6 +779,9 @@
 OBJS += src/crypto/sha256-tlsprf.c
 endif
 endif
+ifdef NEED_SHA384
+L_CFLAGS += -DCONFIG_SHA384
+endif
 
 ifdef NEED_DH_GROUPS
 OBJS += src/crypto/dh_groups.c
@@ -854,6 +865,15 @@
 OBJS += src/ap/gas_serv.c
 endif
 
+ifdef CONFIG_PROXYARP
+L_CFLAGS += -DCONFIG_PROXYARP
+OBJS += src/ap/x_snoop.c
+OBJS += src/ap/dhcp_snoop.c
+ifdef CONFIG_IPV6
+OBJS += src/ap/ndisc_snoop.c
+endif
+endif
+
 OBJS += src/drivers/driver_common.c
 
 ifdef CONFIG_ACS
diff -r acc31ca825e8 -r 1dd3e507bf5f external/bsd/wpa/dist/hostapd/ChangeLog
--- a/external/bsd/wpa/dist/hostapd/ChangeLog   Wed Apr 01 18:38:30 2015 +0000
+++ b/external/bsd/wpa/dist/hostapd/ChangeLog   Wed Apr 01 19:24:35 2015 +0000
@@ -1,5 +1,49 @@
 ChangeLog for hostapd
 
+2015-03-15 - v2.4
+       * allow OpenSSL cipher configuration to be set for internal EAP server
+         (openssl_ciphers parameter)
+       * fixed number of small issues based on hwsim test case failures and
+         static analyzer reports
+       * fixed Accounting-Request to not include duplicated Acct-Session-Id
+       * add support for Acct-Multi-Session-Id in RADIUS Accounting messages
+       * add support for PMKSA caching with SAE
+       * add support for generating BSS Load element (bss_load_update_period)
+       * fixed channel switch from VHT to HT
+       * add INTERFACE-ENABLED and INTERFACE-DISABLED ctrl_iface events
+       * add support for learning STA IPv4/IPv6 addresses and configuring
+         ProxyARP support
+       * dropped support for the madwifi driver interface
+       * add support for Suite B (128-bit and 192-bit level) key management and
+         cipher suites
+       * fixed a regression with driver=wired
+       * extend EAPOL-Key msg 1/4 retry workaround for changing SNonce
+       * add BSS_TM_REQ ctrl_iface command to send BSS Transition Management
+         Request frames and BSS-TM-RESP event to indicate response to such
+         frame
+       * add support for EAP Re-Authentication Protocol (ERP)
+       * fixed AP IE in EAPOL-Key 3/4 when both WPA and FT was enabled
+       * fixed a regression in HT 20/40 coex Action frame parsing
+       * set stdout to be line-buffered
+       * add support for vendor specific VHT extension to enable 256 QAM rates
+         (VHT-MCS 8 and 9) on 2.4 GHz band
+       * RADIUS DAS:
+         - extend Disconnect-Request processing to allow matching of multiple
+           sessions
+         - support Acct-Multi-Session-Id as an identifier
+         - allow PMKSA cache entry to be removed without association
+       * expire hostapd STA entry if kernel does not have a matching entry
+       * allow chanlist to be used to specify a subset of channels for ACS
+       * improve ACS behavior on 2.4 GHz band and allow channel bias to be
+         configured with acs_chan_bias parameter
+       * do not reply to a Probe Request frame that includes DSS Parameter Set
+         element in which the channel does not match the current operating
+         channel
+       * add UPDATE_BEACON ctrl_iface command; this can be used to force Beacon
+         frame contents to be updated and to start beaconing on an interface
+         that used start_disabled=1
+       * fixed some RADIUS server failover cases
+
 2014-10-09 - v2.3
        * fixed number of minor issues identified in static analyzer warnings
        * fixed DFS and channel switch operation for multi-BSS cases
diff -r acc31ca825e8 -r 1dd3e507bf5f external/bsd/wpa/dist/hostapd/Makefile
--- a/external/bsd/wpa/dist/hostapd/Makefile    Wed Apr 01 18:38:30 2015 +0000
+++ b/external/bsd/wpa/dist/hostapd/Makefile    Wed Apr 01 19:24:35 2015 +0000
@@ -6,9 +6,12 @@
 CFLAGS = -MMD -O2 -Wall -g
 endif
 
+CFLAGS += $(EXTRA_CFLAGS)
 CFLAGS += -I$(abspath ../src)
 CFLAGS += -I$(abspath ../src/utils)
 
+export BINDIR ?= /usr/local/bin/
+
 # Uncomment following line and set the path to your kernel tree include
 # directory if your C library does not include all header files.
 # CFLAGS += -DUSE_KERNEL_HEADERS -I/usr/src/linux/include
@@ -59,6 +62,7 @@
 OBJS += ../src/ap/pmksa_cache_auth.o
 OBJS += ../src/ap/ieee802_11_shared.o
 OBJS += ../src/ap/beacon.o
+OBJS += ../src/ap/bss_load.o
 
 OBJS_c = hostapd_cli.o ../src/common/wpa_ctrl.o ../src/utils/os_$(CONFIG_OS).o
 
@@ -112,6 +116,7 @@
 
 OBJS += ../src/common/ieee802_11_common.o
 OBJS += ../src/common/wpa_common.o
+OBJS += ../src/common/hw_features_common.o
 
 OBJS += ../src/eapol_auth/eapol_auth_sm.o
 
@@ -166,8 +171,6 @@
 OBJS += ../src/ap/ctrl_iface_ap.o
 endif
 
-OBJS += ../src/crypto/md5.o
-
 CFLAGS += -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX
 
 ifdef CONFIG_IAPP
@@ -187,6 +190,22 @@
 
 ifdef CONFIG_HS20
 NEED_AES_OMAC1=y
+CONFIG_PROXYARP=y
+endif
+
+ifdef CONFIG_PROXYARP
+CONFIG_L2_PACKET=y
+endif
+
+ifdef CONFIG_SUITEB
+CFLAGS += -DCONFIG_SUITEB
+NEED_SHA256=y
+NEED_AES_OMAC1=y
+endif
+
+ifdef CONFIG_SUITEB192
+CFLAGS += -DCONFIG_SUITEB192
+NEED_SHA384=y
 endif
 
 ifdef CONFIG_IEEE80211W
@@ -246,6 +265,12 @@
 endif
 
 
+ifdef CONFIG_ERP
+CFLAGS += -DCONFIG_ERP
+NEED_SHA256=y
+NEED_HMAC_SHA256_KDF=y
+endif
+
 ifdef CONFIG_EAP_MD5
 CFLAGS += -DEAP_SERVER_MD5
 OBJS += ../src/eap_server/eap_server_md5.o
@@ -539,22 +564,6 @@




Home | Main Index | Thread Index | Old Index