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

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c1642 int tx_last_beacon, adhoc; local
1656 if (local->hw->tx_last_beacon)
1657 tx_last_beacon = local->hw->tx_last_beacon(local->mdev);
1660 tx_last_beacon = 1;
1664 " BSSID=" MACSTR " (tx_last_beacon=%d)",
1666 MAC2STR(mgmt->bssid), tx_last_beacon);
1669 if (!tx_last_beacon)

Completed in 93 milliseconds