tests: Enable FILS in the example hwsim build configurations
This allows the new FILS test cases to be executed automatically when a recent enough kernel version is used. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
befdb2dc8d
commit
b64fa750b6
2 changed files with 2 additions and 0 deletions
|
@ -104,3 +104,4 @@ CONFIG_MBO=y
|
||||||
|
|
||||||
CONFIG_IAPP=y
|
CONFIG_IAPP=y
|
||||||
CONFIG_TAXONOMY=y
|
CONFIG_TAXONOMY=y
|
||||||
|
CONFIG_FILS=y
|
||||||
|
|
|
@ -146,3 +146,4 @@ CONFIG_SUITEB=y
|
||||||
#LIBS_c += -fsanitize=undefined
|
#LIBS_c += -fsanitize=undefined
|
||||||
#LIBS_p += -fsanitize=undefined
|
#LIBS_p += -fsanitize=undefined
|
||||||
CONFIG_MBO=y
|
CONFIG_MBO=y
|
||||||
|
CONFIG_FILS=y
|
||||||
|
|
Loading…
Reference in a new issue