1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * nxpwifi: cfg80211 support 4 * 5 * Copyright 2011-2024 NXP 6 */ 7 8 #ifndef __NXPWIFI_CFG80211__ 9 #define __NXPWIFI_CFG80211__ 10 11 #include "main.h" 12 13 int nxpwifi_register_cfg80211(struct nxpwifi_adapter *adapter); 14 15 int nxpwifi_cfg80211_change_beacon(struct wiphy *wiphy, 16 struct net_device *dev, 17 struct cfg80211_ap_update *params); 18 #endif 19