# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2024 Kylin Corporation.

config KYLIN_VIRT_WIFI
	tristate "A Simple Virtual Wireless Driver for KOS"
	depends on CFG80211
	help
	  Implements a minimal interface to provide scanning for virtual Wi-Fi
	  networks, establishing connections, and disconnecting from them.
	  It's built upon the which collaborates with FullMAC drivers. Supports
	  both Station Mode and Host AP Mode and is equipped with robust
	  WPA/WPA2 security features.

