1common: 2 build_only: true 3 tags: 4 - drivers 5 - wifi 6 - net 7 platform_allow: 8 - nrf7002dk/nrf5340/cpuapp 9tests: 10 nrf70.build.radio_test: 11 extra_configs: 12 - CONFIG_NRF70_RADIO_TEST=y 13 - CONFIG_NETWORKING=n 14 - CONFIG_WIFI_NM_WPA_SUPPLICANT=n 15 nrf70.build.scan_only: 16 extra_configs: 17 - CONFIG_NRF70_SCAN_ONLY=y 18 - CONFIG_NETWORKING=y 19 - CONFIG_NET_DHCPV4=n 20 - CONFIG_NET_NATIVE=n 21 - CONFIG_NET_OFFLOAD=y 22 - CONFIG_WIFI_NM_WPA_SUPPLICANT=n 23 nrf70.build.raw_scan_results: 24 extra_configs: 25 - CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS=y 26 - CONFIG_NRF70_SCAN_ONLY=y 27 - CONFIG_NETWORKING=y 28 - CONFIG_NET_DHCPV4=n 29 - CONFIG_NET_NATIVE=n 30 - CONFIG_NET_OFFLOAD=y 31 - CONFIG_WIFI_NM_WPA_SUPPLICANT=n 32 nrf70.build.raw_tx: 33 extra_configs: 34 - CONFIG_NRF70_RAW_DATA_TX=y 35 nrf70.build.raw_rx: 36 extra_configs: 37 - CONFIG_NRF70_RAW_DATA_RX=y 38 nrf70.build.promiscuous: 39 extra_configs: 40 - CONFIG_NRF70_PROMISC_DATA_RX=y 41 nrf70.build.offloaded_raw_tx: 42 extra_configs: 43 - CONFIG_NRF70_OFFLOADED_RAW_TX=y 44 - CONFIG_NETWORKING=n 45 - CONFIG_WIFI_NM_WPA_SUPPLICANT=n 46 - CONFIG_NET_L2_WIFI_MGMT=n 47