Home
last modified time | relevance | path

Searched refs:stop_ap (Results 1 – 12 of 12) sorted by relevance

/linux/net/wireless/
H A Dap.c23 if (!rdev->ops->stop_ap) in ___cfg80211_stop_ap()
H A Dcore.c463 WARN_ON(ops->start_ap && !ops->stop_ap); in wiphy_new_nm()
H A Drdev-ops.h190 ret = rdev->ops->stop_ap(&rdev->wiphy, dev, link_id); in rdev_stop_ap()
/linux/net/mac80211/
H A Ddriver-ops.h1105 if (local->ops->stop_ap) in drv_stop_ap()
1106 local->ops->stop_ap(&local->hw, &sdata->vif, link_conf); in drv_stop_ap()
H A Dcfg.c5550 .stop_ap = ieee80211_stop_ap,
/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c963 .stop_ap = rtw_ops_stop_ap,
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1009 .stop_ap = qtnf_stop_ap,
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2695 .stop_ap = cfg80211_rtw_stop_ap,
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3464 .stop_ap = ath6kl_stop_ap,
/linux/include/net/
H A Dcfg80211.h4892 int (*stop_ap)(struct wiphy *wiphy, struct net_device *dev, member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4592 .stop_ap = mwifiex_cfg80211_stop_ap,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c6006 .stop_ap = brcmf_cfg80211_stop_ap,