Home
last modified time | relevance | path

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

/linux-3.4.99/net/wireless/
Dmlme.c18 void cfg80211_send_rx_auth(struct net_device *dev, const u8 *buf, size_t len) in cfg80211_send_rx_auth() function
31 EXPORT_SYMBOL(cfg80211_send_rx_auth);
/linux-3.4.99/include/net/
Dcfg80211.h2789 void cfg80211_send_rx_auth(struct net_device *dev, const u8 *buf, size_t len);
/linux-3.4.99/net/mac80211/
Dmlme.c2604 cfg80211_send_rx_auth(sdata->dev, (u8 *)mgmt, skb->len); in ieee80211_sta_rx_queued_mgmt()