Home
last modified time | relevance | path

Searched refs:tx_last_beacon (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dibss.c1530 int tx_last_beacon, len = req->len; in ieee80211_rx_mgmt_probe_req() local
1543 tx_last_beacon = drv_tx_last_beacon(local); in ieee80211_rx_mgmt_probe_req()
1547 mgmt->bssid, tx_last_beacon); in ieee80211_rx_mgmt_probe_req()
1549 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) in ieee80211_rx_mgmt_probe_req()
H A Ddriver-ops.h604 if (local->ops->tx_last_beacon) in drv_tx_last_beacon()
605 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1144 .tx_last_beacon = iwl_mvm_tx_last_beacon,
H A Dmac80211.c6270 .tx_last_beacon = iwl_mvm_tx_last_beacon,
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1598 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.c1722 .tx_last_beacon = rt2400pci_tx_last_beacon,
H A Drt2500pci.c2020 .tx_last_beacon = rt2500pci_tx_last_beacon,
/openbmc/linux/include/net/
H A Dmac80211.h4424 int (*tx_last_beacon)(struct ieee80211_hw *hw); member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c2795 .tx_last_beacon = ath9k_tx_last_beacon,
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c3451 .tx_last_beacon = il_mac_tx_last_beacon,
H A D4965-mac.c6329 .tx_last_beacon = il_mac_tx_last_beacon,
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3831 .tx_last_beacon = mac80211_hwsim_tx_last_beacon, \
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9446 .tx_last_beacon = ath10k_tx_last_beacon,