Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h666 #define IEEE80211_TWT_REQTYPE_FLOWTYPE BIT(6) macro
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2326 f->flowtype == !!(type & IEEE80211_TWT_REQTYPE_FLOWTYPE) && in mt7915_mac_twt_param_equal()
2387 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7915_mac_add_twt_setup()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c2486 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7996_mac_add_twt_setup()