Searched refs:tx_last_beacon (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | ibss.c | 1531 int tx_last_beacon, len = req->len; in ieee80211_rx_mgmt_probe_req() local 1545 tx_last_beacon = drv_tx_last_beacon(local); in ieee80211_rx_mgmt_probe_req() 1549 mgmt->bssid, tx_last_beacon); in ieee80211_rx_mgmt_probe_req() 1551 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) in ieee80211_rx_mgmt_probe_req()
|
| D | driver-ops.h | 593 if (local->ops->tx_last_beacon) in drv_tx_last_beacon() 594 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | mac80211.c | 1600 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
|
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2400pci.c | 1718 .tx_last_beacon = rt2400pci_tx_last_beacon,
|
| D | rt2500pci.c | 2017 .tx_last_beacon = rt2500pci_tx_last_beacon,
|
| /Linux-v5.4/include/net/ |
| D | mac80211.h | 3872 int (*tx_last_beacon)(struct ieee80211_hw *hw); member
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 2683 .tx_last_beacon = ath9k_tx_last_beacon,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | 3945-mac.c | 3459 .tx_last_beacon = il_mac_tx_last_beacon,
|
| D | 4965-mac.c | 6331 .tx_last_beacon = il_mac_tx_last_beacon,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | mac80211.c | 5050 .tx_last_beacon = iwl_mvm_tx_last_beacon,
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 8204 .tx_last_beacon = ath10k_tx_last_beacon,
|