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

/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h2953 * @NL80211_BSS_TSF: TSF of the received probe response/beacon (u64)
2980 NL80211_BSS_TSF, enumerator in enum:nl80211_bss
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h3111 * @NL80211_BSS_TSF: TSF of the received probe response/beacon (u64)
3140 * @NL80211_BSS_TSF is known to be from a probe response (flag attribute)
3148 NL80211_BSS_TSF, enumerator in enum:nl80211_bss
H A Ddriver_nl80211.c5466 [NL80211_BSS_TSF] = { .type = NLA_U64 },
5560 if (bss[NL80211_BSS_TSF])
5561 r->tsf = nla_get_u64(bss[NL80211_BSS_TSF]);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h3111 * @NL80211_BSS_TSF: TSF of the received probe response/beacon (u64)
3140 * @NL80211_BSS_TSF is known to be from a probe response (flag attribute)
3148 NL80211_BSS_TSF, enumerator in enum:nl80211_bss
H A Ddriver_nl80211.c5466 [NL80211_BSS_TSF] = { .type = NLA_U64 },
5560 if (bss[NL80211_BSS_TSF])
5561 r->tsf = nla_get_u64(bss[NL80211_BSS_TSF]);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h3111 * @NL80211_BSS_TSF: TSF of the received probe response/beacon (u64)
3140 * @NL80211_BSS_TSF is known to be from a probe response (flag attribute)
3148 NL80211_BSS_TSF, enumerator in enum:nl80211_bss
H A Ddriver_nl80211.c5466 [NL80211_BSS_TSF] = { .type = NLA_U64 },
5560 if (bss[NL80211_BSS_TSF])
5561 r->tsf = nla_get_u64(bss[NL80211_BSS_TSF]);

Completed in 223 milliseconds