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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dmac80211.h724 int (*tx_last_beacon)(struct ieee80211_hw *hw); member in struct:ieee80211_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c1652 int tx_last_beacon; local
1662 if (local->ops->tx_last_beacon)
1663 tx_last_beacon = local->ops->tx_last_beacon(local_to_hw(local));
1665 tx_last_beacon = 1;
1669 MAC_FMT " (tx_last_beacon=%d)\n",
1671 MAC_ARG(mgmt->bssid), tx_last_beacon);
1674 if (!tx_last_beacon)

Completed in 116 milliseconds