// SPDX-License-Identifier: GPL-2.0-only /* * KUnit fixture to have a (configurable) wiphy * * Copyright (C) 2023 Intel Corporation */ #include <linux/ieee80211.h> #include <net/cfg80211.h> #include <kunit/test.h> #include <kunit/test-bug.h> #include "util.h" int t_wiphy_init(struct kunit_resource *resource, void *ctx) { … } void t_wiphy_exit(struct kunit_resource *resource) { … }