[PATCH 00/16] Fixes for hwsim testing
Ilan Peer
ilan.peer
Wed Jun 17 06:24:46 PDT 2015
The patch includes additional fixes for the hwsim testing framework:
1. Fixes needed for a configuration that uses a dedicated P2P Device
interface.
2. Fixes for general issues found during testing such as PBC overlap
etc.
Avraham Stern (4):
P2P: Fix PBC overalap detection
tests: Fix p2p_set_discoverability waiting for CTRL-EVENT-CONNECTED
tests: Fix grpform_wait_peer group removal
P2P: Don't switch channel during group formation
Ben Rosenfeld (3):
tests: use global interface for "P2P_SET"
wpa_supplicant: send CTRL-EVENT-REGDOM-CHANGE on the global control
interface
tests: Wait on the global control interface for
CTRL-EVENT-REGDOM-CHANGE
Ilan Peer (9):
tests: modify reset() to use the global control interface
P2P: Clear BSS list when clearing the P2P state
tests: Use global and group control interface in test_p2p_autogo
P2P: Send M2D event on the global control interface
tests: Modify test_auto_m2d waiting for WPS-M2D
tests: Fix autogo_pbc() waiting for WPS-PBC
P2P: Use the P2P Device management iface in
wpas_p2p_fallback_to_go_neg()
tests: Fix test_wifi_display_persistent_group
tests: Fix test_wifi_display to use the global control interface
src/ap/hw_features.c | 9 ++++-
tests/hwsim/test_p2p_autogo.py | 51 ++++++++++++++-----------
tests/hwsim/test_p2p_grpform.py | 2 +
tests/hwsim/test_p2p_persistent.py | 2 +-
tests/hwsim/test_p2p_set.py | 4 +-
tests/hwsim/test_p2p_wifi_display.py | 15 ++++++--
tests/hwsim/test_wpas_ctrl.py | 4 +-
tests/hwsim/wpasupplicant.py | 11 +++---
wpa_supplicant/ctrl_iface.c | 3 ++
wpa_supplicant/dbus/dbus_new_handlers_p2p.c | 2 +
wpa_supplicant/events.c | 9 +++--
wpa_supplicant/p2p_supplicant.c | 2 +-
wpa_supplicant/wpa_supplicant_i.h | 2 +
wpa_supplicant/wps_supplicant.c | 58 ++++++++++++++---------------
14 files changed, 103 insertions(+), 71 deletions(-)
--
1.9.1
More information about the Hostap
mailing list