OSDN Git Service

Accumulative patch from commit 565110cd554801fa301c55010b3e9e14f43d7973
authorDmitry Shmidt <dimitrysh@google.com>
Fri, 15 Mar 2013 21:14:44 +0000 (14:14 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 18 Mar 2013 19:55:26 +0000 (12:55 -0700)
commit700a137ab366edc72e371da68ba187b4717ee660
tree71a9c7626cdd29d8260565304a9b92e14b6b04e0
parent2f023193a0fd630eb82ce6381b80911ad5a3462f
Accumulative patch from commit 565110cd554801fa301c55010b3e9e14f43d7973

nl80211: Include interface name in more debug prints
Convert WPS NFC python scripts from using wpactrl to wpaspy
wpa_supplicant: Fix lookup of cached PMKSA
Add capability flag for IBSS and add get_capability modes
hostapd: Fix client reassociation after disconnect due to ACK failure
Fix build with CONFIG_NO_CONFIG_BLOBS
Fix build without CONFIG_CTRL_IFACE or CONFIG_NO_STDOUT_DEBUG
libtommath: Avoid a compiler warning on unused variable
libtommath: Condition fast_s_mp_mul_digs() on LTM_FAST
P2P: Remove persistent group peer if it rejects invitation
P2P: Allow shared interface channel preference to be ignored
P2P: Fix shared frequency preference for concurrent operations
P2P: Use best-overall channel in p2p_reselect_channel()
P2P: Allow all channels for multi-channel concurrency (no negotiation)
TDLS: Disable link to existing peer with lower address
Fix compiler warning when CONFIG_IEEE80211R is not included
WPS NFC: Fix build without CONFIG_WPS_ER
FT: Add support for IEEE 802.11r with driver-based SME

Change-Id: I1d5ced870c33d5cb73ecc6f04e272a3cf50f344a
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
28 files changed:
hostapd/wps-ap-nfc.py
src/ap/sta_info.c
src/common/ieee802_11_defs.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_go_neg.c
src/p2p/p2p_i.h
src/p2p/p2p_invitation.c
src/rsn_supp/tdls.c
src/rsn_supp/wpa_ft.c
src/tls/libtommath.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_old.c
wpa_supplicant/dbus/dbus_old_handlers.c
wpa_supplicant/events.c
wpa_supplicant/examples/wps-nfc.py
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wpas_glue.c
wpa_supplicant/wps_supplicant.c