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

/net/mac80211/
H A Dibss.c1401 int tx_last_beacon, len = req->len; local
1415 tx_last_beacon = drv_tx_last_beacon(local);
1418 "RX ProbeReq SA=%pM DA=%pM BSSID=%pM (tx_last_beacon=%d)\n",
1419 mgmt->sa, mgmt->da, mgmt->bssid, tx_last_beacon);
1421 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da))
H A Ddriver-ops.h695 if (local->ops->tx_last_beacon)
696 ret = local->ops->tx_last_beacon(&local->hw);

Completed in 77 milliseconds