Searched refs:ema_beacons (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/mac80211/
H A Dtx.c5404 struct ieee80211_ema_beacons **ema_beacons)
5433 if (ema_beacons) {
5434 *ema_beacons =
5559 void ieee80211_beacon_free_ema_list(struct ieee80211_ema_beacons *ema_beacons) argument
5563 if (!ema_beacons)
5566 for (i = 0; i < ema_beacons->cnt; i++)
5567 kfree_skb(ema_beacons->bcn[i].skb);
5569 kfree(ema_beacons);
5578 struct ieee80211_ema_beacons *ema_beacons = NULL; local
5581 &ema_beacons));
5398 __ieee80211_beacon_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, bool is_template, unsigned int link_id, int ema_index, struct ieee80211_ema_beacons **ema_beacons) argument
[all...]
/linux-master/include/net/
H A Dmac80211.h5504 * @ema_beacons: list of EMA beacons of type &struct ieee80211_ema_beacons pointers.
5509 void ieee80211_beacon_free_ema_list(struct ieee80211_ema_beacons *ema_beacons);

Completed in 309 milliseconds