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

/external/wpa_supplicant/
H A Dmlme.c1790 int tx_last_beacon, adhoc; local
1804 if (local->hw->tx_last_beacon)
1805 tx_last_beacon = local->hw->tx_last_beacon(local->mdev);
1808 tx_last_beacon = 1;
1812 " BSSID=" MACSTR " (tx_last_beacon=%d)",
1814 MAC2STR(mgmt->bssid), tx_last_beacon);
1817 if (!tx_last_beacon)
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c1610 int tx_last_beacon, adhoc; local
1624 if (local->hw->tx_last_beacon)
1625 tx_last_beacon = local->hw->tx_last_beacon(local->mdev);
1628 tx_last_beacon = 1;
1632 " BSSID=" MACSTR " (tx_last_beacon=%d)",
1634 MAC2STR(mgmt->bssid), tx_last_beacon);
1637 if (!tx_last_beacon)
/external/wpa_supplicant_8/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 136 milliseconds