Lines Matching refs:ampdu_flags
277 uint16 ampdu_flags = 0; in wl_radiotap_rx() local
300 ampdu_flags = IEEE80211_RADIOTAP_AMPDU_LAST_KNOWN; in wl_radiotap_rx()
401 tail->ampdu.flags = ampdu_flags; in wl_radiotap_rx()
687 rtht->ampdu_flags = 0; in wl_radiotap_rx_ht()
694 rtht->ampdu_flags |= IEEE80211_RADIOTAP_AMPDU_IS_LAST; in wl_radiotap_rx_ht()
696 rtht->ampdu_flags |= IEEE80211_RADIOTAP_AMPDU_LAST_KNOWN; in wl_radiotap_rx_ht()
792 rtvht->ampdu_flags = 0; in wl_radiotap_rx_vht()
797 rtvht->ampdu_flags |= HTOL16(IEEE80211_RADIOTAP_AMPDU_IS_LAST); in wl_radiotap_rx_vht()
799 rtvht->ampdu_flags |= HTOL16(IEEE80211_RADIOTAP_AMPDU_LAST_KNOWN); in wl_radiotap_rx_vht()
833 rthe->ampdu_flags = 0; in wl_radiotap_rx_he()
838 rthe->ampdu_flags |= HTOL16(IEEE80211_RADIOTAP_AMPDU_IS_LAST); in wl_radiotap_rx_he()
840 rthe->ampdu_flags |= HTOL16(IEEE80211_RADIOTAP_AMPDU_LAST_KNOWN); in wl_radiotap_rx_he()