Searched refs:ath_is_mybeacon (Results 1 – 6 of 6) sorted by relevance
63 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon() function69 EXPORT_SYMBOL(ath_is_mybeacon);
197 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
536 if (!ath_is_mybeacon(common, hdr) || !common->curaid) in carl9170_ps_beacon()
904 if (ath_is_mybeacon(common, hdr)) { in ath9k_rx_skb_preprocess()
1048 rx_stats.is_mybeacon = ath_is_mybeacon(common, hdr); in ath9k_rx_prepare()
1431 if (ath_is_mybeacon(common, (struct ieee80211_hdr *)skb->data)) { in ath5k_receive_frame()