OSDN Git Service

Accumulative patch from commit dc013f1e37df3462085cf01a13f0c432f146ad7a
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 15 Jan 2013 21:53:35 +0000 (13:53 -0800)
committerDmitry Shmidt <dimitrysh@google.com>
Tue, 15 Jan 2013 22:44:44 +0000 (14:44 -0800)
commita54fa5fb807eaeff45464139b5a7759f060cec68
tree4075cdcbf5dfca04f2593a53a3b43bb65aaef62b
parentd27fcf69aa1b0e5400526626b3ffdeacc21660b6
Accumulative patch from commit dc013f1e37df3462085cf01a13f0c432f146ad7a

Author: Jouni Malinen <jouni@qca.qualcomm.com>
Date:   Tue Jan 15 12:03:29 2013 +0200
    eapol_test: Remove unnecessary header file inclusion

 - P2P: Send P2P-FIND-STOPPED event in the new continue-search states
 - P2P: Add some more details on Service Query TLV format
 - P2P: Use the same Dialog Token value for every GO Negotiation retry
 - P2P: Publish more connected clients info in Probe Response frames
 - P2P: Fix some memory leaks in p2p_add_device()
 - P2P: Use the same Dialog Token value for every PD retry
 - P2P: Document operating channel selection functions
 - P2P: Always re-select operating channel if not hard coded
 - P2P: Do not allow re-selection of GO channel if forced_freq in use
 - P2P: Set FORCE_FREQ flag as part of p2p_prepare_channel()
 - P2P: Share a single function for GO channel selection
 - P2P: Prefer operating channels where HT40 is possible
 - P2P: Be more careful with wpa_config_update_psk() call
 - P2P: Allow PSK to be used instead of passphrase for persistent GO
 - P2P: Consider age for the P2P scan results
 - Move some P2P offchannel operations to offchannel.c
 - P2P: Add more complete description of p2p_cancel
 - P2P: Allow p2p_cancel to be used to stop p2p_connect-join operation
 - Interworking changes
 - WNM changes
 - WPS changes
 - SAE changes

Change-Id: I38b847d3460066cc58aecbcf67266bfcff1d344e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
110 files changed:
hostapd/Android.mk
hostapd/ChangeLog
hostapd/Makefile
hostapd/README
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/dump_state.c
hostapd/hostapd.conf
hostapd/hostapd_cli.c
hostapd/main.c
src/ap/accounting.c
src/ap/accounting.h
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/beacon.c
src/ap/ctrl_iface_ap.c
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/hw_features.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_shared.c
src/ap/ieee802_11_vht.c
src/ap/ieee802_1x.c
src/ap/pmksa_cache_auth.c
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/wnm_ap.c
src/ap/wnm_ap.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h
src/ap/wpa_auth_ie.c
src/ap/wps_hostapd.c
src/common/defs.h
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/common/ieee802_11_defs.h
src/common/sae.c [new file with mode: 0644]
src/common/sae.h [new file with mode: 0644]
src/common/version.h
src/common/wpa_common.c
src/common/wpa_common.h
src/crypto/crypto.h
src/crypto/crypto_openssl.c
src/crypto/dh_groups.c
src/crypto/dh_groups.h
src/crypto/sha256-prf.c
src/crypto/sha256.h
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_nl80211.c
src/drivers/driver_test.c
src/drivers/nl80211_copy.h
src/eap_peer/eap.c
src/eap_peer/eap_fast_pac.c
src/eap_server/eap_server_aka.c
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_go_neg.c
src/p2p/p2p_group.c
src/p2p/p2p_i.h
src/p2p/p2p_invitation.c
src/p2p/p2p_pd.c
src/rsn_supp/peerkey.c
src/rsn_supp/tdls.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/utils/common.h
src/wps/wps_registrar.c
wpa_supplicant/Android.mk
wpa_supplicant/ChangeLog
wpa_supplicant/Makefile
wpa_supplicant/README
wpa_supplicant/README-HS20
wpa_supplicant/README-P2P
wpa_supplicant/ap.c
wpa_supplicant/bss.c
wpa_supplicant/bss.h
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/eapol_test.c
wpa_supplicant/events.c
wpa_supplicant/gas_query.c
wpa_supplicant/gas_query.h
wpa_supplicant/interworking.c
wpa_supplicant/offchannel.c
wpa_supplicant/offchannel.h
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/sme.c
wpa_supplicant/tests/test_wpa.c
wpa_supplicant/wnm_sta.c
wpa_supplicant/wnm_sta.h
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_gui-qt4/wpagui.cpp
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wpas_glue.c
wpa_supplicant/wps_supplicant.c