Home
last modified time | relevance | path

Searched refs:ieee80211_beacon_get (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c401 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in zd_restore_settings()
1173 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in zd_beacon_done()
1296 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif, in zd_op_bss_info_changed()
1459 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in beacon_watchdog_handler()
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c129 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in plfxlc_restore_settings()
597 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif, 0); in plfxlc_op_bss_info_changed()
/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst84 ieee80211_beacon_get
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c326 skb = ieee80211_beacon_get(wvif->wdev->hw, vif, 0); in wfx_upload_ap_templates()
343 struct sk_buff *skb = ieee80211_beacon_get(wvif->wdev->hw, vif, 0); in wfx_set_mfp_ap()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c758 intf->beacon->skb = ieee80211_beacon_get(rt2x00dev->hw, vif, 0); in rt2x00queue_update_beacon()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c186 priv->beacon_skb = ieee80211_beacon_get(priv->hw, vif, 0); in iwlagn_update_beacon()
H A Dmain.c287 beacon = ieee80211_beacon_get(priv->hw, priv->beacon_ctx->vif, 0); in iwl_bg_beacon_update()
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c1190 beacon = ieee80211_beacon_get(hw, vif, 0); in wl1251_op_bss_info_changed()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c980 struct sk_buff *skb = ieee80211_beacon_get(hw, vif, 0); in send_beacon_frame()
/linux/include/net/
H A Dmac80211.h4583 * ieee80211_csa_finish(). Drivers which use ieee80211_beacon_get()
5876 * ieee80211_beacon_get - beacon generation function
5886 static inline struct sk_buff *ieee80211_beacon_get(struct ieee80211_hw *hw,
5900 * ieee80211_beacon_get/ieee80211_beacon_get_tim are called, however if the
6138 * generated with ieee80211_beacon_get() and the low-level driver must thus
6139 * call ieee80211_beacon_get() first. ieee80211_get_buffered_bc() returns
5844 static inline struct sk_buff *ieee80211_beacon_get(struct ieee80211_hw *hw, ieee80211_beacon_get() function
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c1950 skb = ieee80211_beacon_get(hw, vif, 0); in ath5k_beacon_update()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c4126 struct sk_buff *beacon = ieee80211_beacon_get(wl->hw, vif, 0); in wlcore_set_beacon_template()
5569 ieee80211_beacon_get(wl->hw, wl12xx_wlvif_to_vif(wlvif), 0); in wlcore_get_csa_count()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c1244 beacon = ieee80211_beacon_get(wl->hw, wl->vif, 0); in b43legacy_update_templates()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c5257 struct sk_buff *skb = ieee80211_beacon_get(hw, vif, 0); in il_beacon_update()
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c1836 beacon = ieee80211_beacon_get(wl->hw, wl->vif, 0); in b43_update_templates()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c3919 bcn = ieee80211_beacon_get(ar->hw, arvif->vif, 0); in ath10k_wmi_event_host_swba()