Searched refs:IEEE80211_TWT_REQTYPE_FLOWTYPE (Results 1 – 3 of 3) sorted by relevance
2298 f->flowtype == !!(type & IEEE80211_TWT_REQTYPE_FLOWTYPE) && in mt7915_mac_twt_param_equal()2359 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7915_mac_add_twt_setup()
2457 f->flowtype == !!(type & IEEE80211_TWT_REQTYPE_FLOWTYPE) && in mt7996_mac_twt_param_equal()2517 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7996_mac_add_twt_setup()
1217 #define IEEE80211_TWT_REQTYPE_FLOWTYPE BIT(6) macro