Searched refs:twt_agrt (Results 1 – 1 of 1) sorted by relevance
3087 struct ieee80211_twt_params *twt_agrt; in mt7996_mac_check_twt_req() local3100 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7996_mac_check_twt_req()3103 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7996_mac_check_twt_req()3107 le16_to_cpu(twt_agrt->req_type)); in mt7996_mac_check_twt_req()3108 mantissa = le16_to_cpu(twt_agrt->mantissa); in mt7996_mac_check_twt_req()3109 duration = twt_agrt->min_twt_dur << 8; in mt7996_mac_check_twt_req()3120 struct ieee80211_twt_params *twt_agrt) in mt7996_mac_twt_param_equal() argument3122 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_twt_param_equal()3134 if (f->duration == twt_agrt->min_twt_dur && in mt7996_mac_twt_param_equal()3135 f->mantissa == twt_agrt->mantissa && in mt7996_mac_twt_param_equal()[all …]