Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dibss.c1536 int tx_last_beacon, len = req->len; in ieee80211_rx_mgmt_probe_req() local
1550 tx_last_beacon = drv_tx_last_beacon(local); in ieee80211_rx_mgmt_probe_req()
1554 mgmt->bssid, tx_last_beacon); in ieee80211_rx_mgmt_probe_req()
1556 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) in ieee80211_rx_mgmt_probe_req()
H A Ddriver-ops.h592 if (local->ops->tx_last_beacon) in drv_tx_last_beacon()
593 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1601 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.c1720 .tx_last_beacon = rt2400pci_tx_last_beacon,
H A Drt2500pci.c2019 .tx_last_beacon = rt2500pci_tx_last_beacon,
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4011 int (*tx_last_beacon)(struct ieee80211_hw *hw); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dmain.c2798 .tx_last_beacon = ath9k_tx_last_beacon,
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c3454 .tx_last_beacon = il_mac_tx_last_beacon,
H A D4965-mac.c6325 .tx_last_beacon = il_mac_tx_last_beacon,
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c2596 .tx_last_beacon = mac80211_hwsim_tx_last_beacon, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5323 .tx_last_beacon = iwl_mvm_tx_last_beacon,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c9279 .tx_last_beacon = ath10k_tx_last_beacon,