Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dcfg80211.h1542 int (*stop_ap)(struct wiphy *wiphy, struct net_device *dev); member
/linux-3.4.99/net/mac80211/
Dcfg.c2697 .stop_ap = ieee80211_stop_ap,
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2961 .stop_ap = ath6kl_stop_ap,
/linux-3.4.99/net/wireless/
Dnl80211.c2269 if (!rdev->ops->stop_ap) in nl80211_stop_ap()
2279 err = rdev->ops->stop_ap(&rdev->wiphy, dev); in nl80211_stop_ap()