Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Drx.c161 if (local->hw.radiotap_timestamp.units_pos >= 0) { in ieee80211_rx_radiotap_hdrlen()
603 if (local->hw.radiotap_timestamp.units_pos >= 0) { in ieee80211_add_rx_radiotap_header()
626 if (local->hw.radiotap_timestamp.accuracy >= 0) { in ieee80211_add_rx_radiotap_header()
627 accuracy = local->hw.radiotap_timestamp.accuracy; in ieee80211_add_rx_radiotap_header()
633 *pos++ = local->hw.radiotap_timestamp.units_pos; in ieee80211_add_rx_radiotap_header()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c235 hw->radiotap_timestamp.units_pos = in iwl_mac_hw_set_radiotap()
240 hw->radiotap_timestamp.accuracy = 22; in iwl_mac_hw_set_radiotap()
/linux/include/net/
H A Dmac80211.h3254 } radiotap_timestamp; member