OSDN Git Service

Accumulative patch from commit 17b8995cf5813d7c027cd7a6884700e791d72392
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 1 Apr 2013 20:08:44 +0000 (13:08 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 1 Apr 2013 20:08:44 +0000 (13:08 -0700)
commit444d567b27731d8572ef37697dd12fd1c37c2f24
tree5ee8491c6d0900875158235adf3852c4e550fc41
parent0ccb66edb8d2a0a397320ace3ec2a03fb0d00d5f
Accumulative patch from commit 17b8995cf5813d7c027cd7a6884700e791d72392

17b8995 Interworking: Try to use same BSS entry for storing GAS results
3db5439 Optimize Extended Capabilities element to be of minimal length
8cd6b7b hostapd/wpa_s: Use driver's extended capabilities
acb5464 Add ctrl_iface command FLUSH for clearing wpa_supplicant state
97236ce WPS: Skip rescanning after provisioning if AP was configured
4342326 Add ignore_old_scan_res configuration parameter
9599ccc WPS: Clear after_wps on new WPS connection
702621e WPS: Use latest updated BSS entry if multiple BSSID matches found
ab547b5 WPS: Add more helpful debug for invalid WPS_REG command parsing
a679c0f WPS: Allow hostapd process to control independent WPS interfaces
ccdff94 WPS AP: Add support for reconfiguration with in-memory config
8970bae nl80211: Use nla_nest_start/end instead of nla_put_nested
558d69e P2P: Omit P2P Group Info in case of no connected peers
65a32cd AP: Fix infinite loop in WPA state machine when out of random bytes
a5f61b2 Fix OLBC non-HT AP detection to check channel
69554d7 ap_list: Remove unused functions
08c99ca ap_list: Remove unused iteration list pointers
6b16917 ap_list: Remove unused fields
66f1f75 P2P: Fix provision discovery response handling in some cases
2f9b66d Extend ROAM command to handle multiple SSIDs per BSS

Change-Id: I46002b1d3bbf6e376c2ae09bcb2c824c54805bbd
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
32 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
hostapd/main.c
src/ap/ap_config.h
src/ap/ap_list.c
src/ap/ap_list.h
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/ieee802_11_shared.c
src/ap/wpa_auth.c
src/ap/wps_hostapd.c
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/eap_peer/eap_wsc.c
src/p2p/p2p_group.c
src/p2p/p2p_pd.c
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/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/interworking.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/scan.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wps_supplicant.c