Searched refs:twt_agrt (Results 1 – 2 of 2) sorted by relevance
2267 struct ieee80211_twt_params *twt_agrt; in mt7915_mac_check_twt_req() local2280 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7915_mac_check_twt_req()2283 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7915_mac_check_twt_req()2287 le16_to_cpu(twt_agrt->req_type)); in mt7915_mac_check_twt_req()2288 mantissa = le16_to_cpu(twt_agrt->mantissa); in mt7915_mac_check_twt_req()2289 duration = twt_agrt->min_twt_dur << 8; in mt7915_mac_check_twt_req()2300 struct ieee80211_twt_params *twt_agrt) in mt7915_mac_twt_param_equal() argument2302 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_twt_param_equal()2314 if (f->duration == twt_agrt->min_twt_dur && in mt7915_mac_twt_param_equal()2315 f->mantissa == twt_agrt->mantissa && in mt7915_mac_twt_param_equal()[all …]
3168 struct ieee80211_twt_params *twt_agrt; in mt7996_mac_check_twt_req() local3181 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7996_mac_check_twt_req()3184 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7996_mac_check_twt_req()3188 le16_to_cpu(twt_agrt->req_type)); in mt7996_mac_check_twt_req()3189 mantissa = le16_to_cpu(twt_agrt->mantissa); in mt7996_mac_check_twt_req()3190 duration = twt_agrt->min_twt_dur << 8; in mt7996_mac_check_twt_req()3201 struct ieee80211_twt_params *twt_agrt) in mt7996_mac_twt_param_equal() argument3203 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_twt_param_equal()3215 if (f->duration == twt_agrt->min_twt_dur && in mt7996_mac_twt_param_equal()3216 f->mantissa == twt_agrt->mantissa && in mt7996_mac_twt_param_equal()[all …]