Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/
H A Dmain.c64 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon() function
70 EXPORT_SYMBOL(ath_is_mybeacon);
H A Dath.h201 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
/linux/drivers/net/wireless/ath/carl9170/
H A Drx.c539 if (!ath_is_mybeacon(common, hdr) || !common->curaid) in carl9170_ps_beacon()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c1065 rx_stats.is_mybeacon = ath_is_mybeacon(common, hdr); in ath9k_rx_prepare()