Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_scan.c713 [NL80211_BSS_PARENT_TSF] = { .type = NLA_U64 }, in nl80211_parse_bss_info()
818 if (bss[NL80211_BSS_PARENT_TSF] && bss[NL80211_BSS_PARENT_BSSID]) { in nl80211_parse_bss_info()
819 r->parent_tsf = nla_get_u64(bss[NL80211_BSS_PARENT_TSF]); in nl80211_parse_bss_info()
H A Dnl80211_copy.h4289 * @NL80211_BSS_PARENT_TSF: the time at the start of reception of the first
4293 * @NL80211_BSS_PARENT_BSSID: the BSS according to which @NL80211_BSS_PARENT_TSF
4319 NL80211_BSS_PARENT_TSF, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_scan.c723 [NL80211_BSS_PARENT_TSF] = { .type = NLA_U64 }, in nl80211_parse_bss_info()
828 if (bss[NL80211_BSS_PARENT_TSF] && bss[NL80211_BSS_PARENT_BSSID]) { in nl80211_parse_bss_info()
829 r->parent_tsf = nla_get_u64(bss[NL80211_BSS_PARENT_TSF]); in nl80211_parse_bss_info()
H A Dnl80211_copy.h4705 * @NL80211_BSS_PARENT_TSF: the time at the start of reception of the first
4709 * @NL80211_BSS_PARENT_BSSID: the BSS according to which @NL80211_BSS_PARENT_TSF
4738 NL80211_BSS_PARENT_TSF, enumerator

Completed in 26 milliseconds