Searched refs:tx_last_beacon (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/net/mac80211/
H A Dibss.c1521 int tx_last_beacon, len = req->len; ieee80211_rx_mgmt_probe_req() local
1535 tx_last_beacon = drv_tx_last_beacon(local); ieee80211_rx_mgmt_probe_req()
1538 "RX ProbeReq SA=%pM DA=%pM BSSID=%pM (tx_last_beacon=%d)\n", ieee80211_rx_mgmt_probe_req()
1539 mgmt->sa, mgmt->da, mgmt->bssid, tx_last_beacon); ieee80211_rx_mgmt_probe_req()
1541 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) ieee80211_rx_mgmt_probe_req()
H A Ddriver-ops.h580 if (local->ops->tx_last_beacon) drv_tx_last_beacon()
581 ret = local->ops->tx_last_beacon(&local->hw); drv_tx_last_beacon()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c810 /* .tx_last_beacon = not implemented */
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2400pci.c1727 .tx_last_beacon = rt2400pci_tx_last_beacon,
H A Drt2500pci.c2026 .tx_last_beacon = rt2500pci_tx_last_beacon,
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dmac80211.c1630 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dmain.c2643 .tx_last_beacon = ath9k_tx_last_beacon,
/linux-4.4.14/include/net/
H A Dmac80211.h3011 * @tx_last_beacon: Determine whether the last IBSS beacon was sent by us.
3378 int (*tx_last_beacon)(struct ieee80211_hw *hw); member in struct:ieee80211_ops
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D3945-mac.c3488 .tx_last_beacon = il_mac_tx_last_beacon,
H A D4965-mac.c6348 .tx_last_beacon = il_mac_tx_last_beacon,
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dmac.c6804 .tx_last_beacon = ath10k_tx_last_beacon,

Completed in 456 milliseconds