Home
last modified time | relevance | path

Searched refs:twt_agrt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2267 struct ieee80211_twt_params *twt_agrt; in mt7915_mac_check_twt_req() local
2280 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() argument
2302 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 …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c3168 struct ieee80211_twt_params *twt_agrt; in mt7996_mac_check_twt_req() local
3181 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() argument
3203 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 …]