Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dap.c23 if (!rdev->ops->stop_ap) in ___cfg80211_stop_ap()
H A Dcore.c538 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/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c963 .stop_ap = rtw_ops_stop_ap,
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2813 .stop_ap = iwl_mld_stop_ap_ibss,
/linux/include/net/
H A Dmac80211.h4721 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4599 .stop_ap = mwifiex_cfg80211_stop_ap,
/linux/net/mac80211/
H A Dcfg.c5776 .stop_ap = ieee80211_stop_ap,