Searched refs:IEEE80211_TWT_REQTYPE_PROTECTION (Results 1 – 3 of 3) sorted by relevance
2297 f->protection == !!(type & IEEE80211_TWT_REQTYPE_PROTECTION) && in mt7915_mac_twt_param_equal()2358 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7915_mac_add_twt_setup()
2456 f->protection == !!(type & IEEE80211_TWT_REQTYPE_PROTECTION) && in mt7996_mac_twt_param_equal()2516 flow->protection = !!(req_type & IEEE80211_TWT_REQTYPE_PROTECTION); in mt7996_mac_add_twt_setup()
1220 #define IEEE80211_TWT_REQTYPE_PROTECTION BIT(15) macro