HomeSort by: relevance | last modified time | path
    Searched refs:tsf_bssid (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
rrm.c 1578 scan_res->res[i]->tsf_bssid)) {
1583 MAC2STR(scan_res->res[i]->tsf_bssid));
ctrl_iface.c 9692 pos = os_strstr(param, " tsf_bssid=");
9693 if (pos && hwaddr_aton(pos + 11, res->tsf_bssid))
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 856 os_memcpy(r->tsf_bssid, nla_data(bss[NL80211_BSS_PARENT_BSSID]),
driver.h 357 * of TSF of the BSS specified by %tsf_bssid.
358 * @tsf_bssid: The BSS that %parent_tsf TSF time refers to.
392 u8 tsf_bssid[ETH_ALEN]; member in struct:wpa_scan_res

Completed in 34 milliseconds