Home
last modified time | relevance | path

Searched refs:ath_is_mybeacon (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/
Dmain.c63 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon() function
69 EXPORT_SYMBOL(ath_is_mybeacon);
Dath.h197 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
/drivers/net/wireless/ath/carl9170/
Drx.c536 if (!ath_is_mybeacon(common, hdr) || !common->curaid) in carl9170_ps_beacon()
/drivers/net/wireless/ath/ath9k/
Drecv.c904 if (ath_is_mybeacon(common, hdr)) { in ath9k_rx_skb_preprocess()
Dhtc_drv_txrx.c1048 rx_stats.is_mybeacon = ath_is_mybeacon(common, hdr); in ath9k_rx_prepare()
/drivers/net/wireless/ath/ath5k/
Dbase.c1431 if (ath_is_mybeacon(common, (struct ieee80211_hdr *)skb->data)) { in ath5k_receive_frame()