Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dibss.c1496 int tx_last_beacon, len = req->len; in ieee80211_rx_mgmt_probe_req() local
1509 tx_last_beacon = drv_tx_last_beacon(local); in ieee80211_rx_mgmt_probe_req()
1513 mgmt->bssid, tx_last_beacon); in ieee80211_rx_mgmt_probe_req()
1515 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) in ieee80211_rx_mgmt_probe_req()
H A Ddriver-ops.h657 if (local->ops->tx_last_beacon) in drv_tx_last_beacon()
658 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1598 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1441 .tx_last_beacon = iwl_mvm_tx_last_beacon,
H A Dmac80211.c6598 .tx_last_beacon = iwl_mvm_tx_last_beacon,
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.c1726 .tx_last_beacon = rt2400pci_tx_last_beacon,
H A Drt2500pci.c2024 .tx_last_beacon = rt2500pci_tx_last_beacon,
/linux/include/net/
H A Dmac80211.h4584 int (*tx_last_beacon)(struct ieee80211_hw *hw); member
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c2814 .tx_last_beacon = ath9k_tx_last_beacon,
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c3455 .tx_last_beacon = il_mac_tx_last_beacon,
H A D4965-mac.c6327 .tx_last_beacon = il_mac_tx_last_beacon,
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3962 .tx_last_beacon = mac80211_hwsim_tx_last_beacon, \
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9447 .tx_last_beacon = ath10k_tx_last_beacon,