Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dmlme.c1790 int tx_last_beacon, adhoc; in ieee80211_rx_mgmt_probe_req() local
1804 if (local->hw->tx_last_beacon) in ieee80211_rx_mgmt_probe_req()
1805 tx_last_beacon = local->hw->tx_last_beacon(local->mdev); in ieee80211_rx_mgmt_probe_req()
1808 tx_last_beacon = 1; in ieee80211_rx_mgmt_probe_req()
1814 MAC2STR(mgmt->bssid), tx_last_beacon); in ieee80211_rx_mgmt_probe_req()
1817 if (!tx_last_beacon) in ieee80211_rx_mgmt_probe_req()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c1610 int tx_last_beacon, adhoc; in ieee80211_rx_mgmt_probe_req() local
1624 if (local->hw->tx_last_beacon) in ieee80211_rx_mgmt_probe_req()
1625 tx_last_beacon = local->hw->tx_last_beacon(local->mdev); in ieee80211_rx_mgmt_probe_req()
1628 tx_last_beacon = 1; in ieee80211_rx_mgmt_probe_req()
1634 MAC2STR(mgmt->bssid), tx_last_beacon); in ieee80211_rx_mgmt_probe_req()
1637 if (!tx_last_beacon) in ieee80211_rx_mgmt_probe_req()
/external/wpa_supplicant_8/wpa_supplicant/
Dmlme.c1642 int tx_last_beacon, adhoc; in ieee80211_rx_mgmt_probe_req() local
1656 if (local->hw->tx_last_beacon) in ieee80211_rx_mgmt_probe_req()
1657 tx_last_beacon = local->hw->tx_last_beacon(local->mdev); in ieee80211_rx_mgmt_probe_req()
1660 tx_last_beacon = 1; in ieee80211_rx_mgmt_probe_req()
1666 MAC2STR(mgmt->bssid), tx_last_beacon); in ieee80211_rx_mgmt_probe_req()
1669 if (!tx_last_beacon) in ieee80211_rx_mgmt_probe_req()