Skip to content

Commit d0e2bb5

Browse files
MaochenWang1henrikbrixandersen
authored andcommitted
tests: net: wifi: add the build of hostapd WPS, DPP and roaming
Add the check of roaming and hostaped based WPS and DPP case. Signed-off-by: Maochen Wang <[email protected]>
1 parent b7a9d88 commit d0e2bb5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/net/wifi/configs/testcase.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,22 @@ tests:
6060
- CONFIG_WIFI_NM_WPA_SUPPLICANT_INF_MON=n
6161
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE=y
6262
- CONFIG_WIFI_NM_HOSTAPD_CRYPTO_ENTERPRISE=y
63+
wifi.build.hostapd_wps:
64+
extra_configs:
65+
- CONFIG_WIFI_NM_HOSTAPD_AP=y
66+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_INF_MON=n
67+
- CONFIG_WIFI_NM_HOSTAPD_WPS=y
68+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_WPS=y
69+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_EAPOL=y
70+
wifi.build.hostapd_dpp:
71+
extra_configs:
72+
- CONFIG_WIFI_NM_HOSTAPD_AP=y
73+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_INF_MON=n
74+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_DPP=y
75+
wifi.build.roaming:
76+
extra_configs:
77+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_ROAMING=y
78+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_SKIP_DHCP_ON_ROAMING=y
6379
wifi.build.dpp:
6480
extra_configs:
6581
- CONFIG_WIFI_NM_WPA_SUPPLICANT_DPP=y

0 commit comments

Comments
 (0)