mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 18:19:23 +01:00
dbce8f9ff9
Several tests do not pass due to some additional changes that have not been merged. Remove these cases and add some hardening after discovering some unfortunate wpa_supplicant behavior. - Disable p2p in wpa_supplicant. With p2p enabled an extra device is created which starts receiving DPP frames and printing confusing messages. - Remove extra asserts which don't make sense currently. These will be added back later as future additions to PKEX are upstreamed. - Work around wpa_supplicant retransmit limitation. This is described in detail in the comment in pkex_test.py
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
ctrl_interface=/tmp/rad1-p2p-wpas
|
|
|
|
update_config=0
|
|
pmf=2
|
|
dpp_config_processing=2
|
|
p2p_disabled=1
|