OSDN Git Service

wpa_supplicant: P2P-related fixes
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 24 Sep 2012 17:35:31 +0000 (10:35 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 24 Sep 2012 17:35:31 +0000 (10:35 -0700)
commitaa532510a7b8c4da2d7d6e2c11dda5db840894e4
treeb58f845505fc3e3d3e310b81509e1134a1011e3a
parentf06196652a3e12af00503f4a548c56d4e60f7246
wpa_supplicant: P2P-related fixes

- Remove unused function warning in WPS-NFC case
- P2P: Fix p2p_ctrl_invite_persistent to parse peer parameter
- hostapd: Fix CONFIG_INTERWORKING=y build without CONFIG_HS20=y
- hostapd: Fix WDS VLAN bridge handling
- hostapd: Send EAPOL frames from the VO queue if WMM is active
- P2P: Remove channel 14 from supported P2P channels
- hostapd: Clear WLAN_STA_ASSOC_REQ_OK if sending the assoc response failed
- hostapd: Add check for the wds sta flag before creating 4addr VLANs
- nl80211: Use the monitor interface if socket tx status is not supported
- wpa_supplicant: Set state to DISCONNECTED on AP creation errors
- P2P: Fix p2p_group_idle in no-group-interface P2P client case
- P2P: Fix PSK configuration for GO network
- Print control interface commands in easier format
- Add debug print for no enabled networks case
- P2P: Add more debug prints for GO start routines
- P2P: Fix pending sta scan processing for concurrent operation cases

BUG: 6940646
Change-Id: I1b1c54a08c61ec4af2bfd2274afc93501004eea2

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
src/ap/gas_serv.c
src/ap/ieee802_11.c
src/drivers/driver_nl80211.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/scan.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wps_supplicant.c