Searched refs:twt_agrt (Results 1 – 2 of 2) sorted by relevance
2275 struct ieee80211_twt_params *twt_agrt; in mt7915_mac_check_twt_req() local2288 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7915_mac_check_twt_req()2291 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7915_mac_check_twt_req()2295 le16_to_cpu(twt_agrt->req_type)); in mt7915_mac_check_twt_req()2296 mantissa = le16_to_cpu(twt_agrt->mantissa); in mt7915_mac_check_twt_req()2297 duration = twt_agrt->min_twt_dur << 8; in mt7915_mac_check_twt_req()2308 struct ieee80211_twt_params *twt_agrt) in mt7915_mac_twt_param_equal() argument2310 u16 type = le16_to_cpu(twt_agrt->req_type); in mt7915_mac_twt_param_equal()2322 if (f->duration == twt_agrt->min_twt_dur && in mt7915_mac_twt_param_equal()2323 f->mantissa == twt_agrt->mantissa && in mt7915_mac_twt_param_equal()[all …]
2412 struct ieee80211_twt_params *twt_agrt; in mt7996_mac_check_twt_req() local2425 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7996_mac_check_twt_req()2428 if (!(twt_agrt->req_type & cpu_to_le16(IEEE80211_TWT_REQTYPE_IMPLICIT))) in mt7996_mac_check_twt_req()2432 le16_to_cpu(twt_agrt->req_type)); in mt7996_mac_check_twt_req()2433 mantissa = le16_to_cpu(twt_agrt->mantissa); in mt7996_mac_check_twt_req()2434 duration = twt_agrt->min_twt_dur << 8; in mt7996_mac_check_twt_req()2449 struct ieee80211_twt_params *twt_agrt = (void *)twt->params; in mt7996_mac_add_twt_setup() local2450 u16 req_type = le16_to_cpu(twt_agrt->req_type); in mt7996_mac_add_twt_setup()2469 le16p_replace_bits(&twt_agrt->req_type, flowid, in mt7996_mac_add_twt_setup()2482 flow->duration = twt_agrt->min_twt_dur; in mt7996_mac_add_twt_setup()[all …]