Searched refs:tx_last_beacon (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/net/mac80211/ |
| D | ibss.c | 1521 int tx_last_beacon, len = req->len; in ieee80211_rx_mgmt_probe_req() local 1535 tx_last_beacon = drv_tx_last_beacon(local); in ieee80211_rx_mgmt_probe_req() 1539 mgmt->sa, mgmt->da, mgmt->bssid, tx_last_beacon); in ieee80211_rx_mgmt_probe_req() 1541 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) in ieee80211_rx_mgmt_probe_req()
|
| D | driver-ops.h | 580 if (local->ops->tx_last_beacon) in drv_tx_last_beacon() 581 ret = local->ops->tx_last_beacon(&local->hw); in drv_tx_last_beacon()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
| D | mac80211.c | 1630 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
|
| /linux-4.4.14/include/net/ |
| D | mac80211.h | 3378 int (*tx_last_beacon)(struct ieee80211_hw *hw); member
|
| /linux-4.4.14/drivers/net/wireless/rt2x00/ |
| D | rt2400pci.c | 1727 .tx_last_beacon = rt2400pci_tx_last_beacon,
|
| D | rt2500pci.c | 2026 .tx_last_beacon = rt2500pci_tx_last_beacon,
|
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 2643 .tx_last_beacon = ath9k_tx_last_beacon,
|
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ |
| D | 3945-mac.c | 3488 .tx_last_beacon = il_mac_tx_last_beacon,
|
| D | 4965-mac.c | 6348 .tx_last_beacon = il_mac_tx_last_beacon,
|
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 6804 .tx_last_beacon = ath10k_tx_last_beacon,
|