Home
last modified time | relevance | path

Searched refs:__cfg80211_send_deauth (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/wireless/
Dmlme.c90 void __cfg80211_send_deauth(struct net_device *dev, in __cfg80211_send_deauth() function
126 EXPORT_SYMBOL(__cfg80211_send_deauth);
133 __cfg80211_send_deauth(dev, buf, len); in cfg80211_send_deauth()
/linux-3.4.99/include/net/
Dcfg80211.h2845 void __cfg80211_send_deauth(struct net_device *dev, const u8 *buf, size_t len);
/linux-3.4.99/net/mac80211/
Dmlme.c3455 __cfg80211_send_deauth(sdata->dev, frame_buf, DEAUTH_DISASSOC_LEN); in ieee80211_mgd_deauth()