Searched refs:twt_agrt (Results 1 – 1 of 1) sorted by relevance
1994 struct ieee80211_twt_params *twt_agrt; in mt7915_mac_check_twt_req() local2007 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7915_mac_check_twt_req()2010 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7915_mac_check_twt_req()2014 le16_to_cpu(twt_agrt->req_type)); in mt7915_mac_check_twt_req()2015 mantissa = le16_to_cpu(twt_agrt->mantissa); in mt7915_mac_check_twt_req()2016 duration = twt_agrt->min_twt_dur << 8; in mt7915_mac_check_twt_req()2027 struct ieee80211_twt_params *twt_agrt) in mt7915_mac_twt_param_equal() argument2029 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_twt_param_equal()2041 if (f->duration == twt_agrt->min_twt_dur && in mt7915_mac_twt_param_equal()2042 f->mantissa == twt_agrt->mantissa && in mt7915_mac_twt_param_equal()[all …]