Home
last modified time | relevance | path

Searched refs:twt (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2273 static int mt7915_mac_check_twt_req(struct ieee80211_twt_setup *twt) in mt7915_mac_check_twt_req() argument
2281 if (twt->control & IEEE80211_TWT_CONTROL_NEG_TYPE_BROADCAST) in mt7915_mac_check_twt_req()
2285 if (twt->control & IEEE80211_TWT_CONTROL_WAKE_DUR_UNIT) in mt7915_mac_check_twt_req()
2288 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7915_mac_check_twt_req()
2318 if (!(msta->twt.flowid_mask & BIT(i))) in mt7915_mac_twt_param_equal()
2321 f = &msta->twt.flow[i]; in mt7915_mac_twt_param_equal()
2336 struct ieee80211_twt_setup *twt) in mt7915_mac_add_twt_setup() argument
2340 struct ieee80211_twt_params *twt_agrt = (void *)twt->params; in mt7915_mac_add_twt_setup()
2348 if (mt7915_mac_check_twt_req(twt)) in mt7915_mac_add_twt_setup()
2353 if (dev->twt.n_agrt == MT7915_MAX_TWT_AGRT) in mt7915_mac_add_twt_setup()
[all …]
H A Dmt7915.h155 } twt; member
315 } twt; member
570 struct ieee80211_twt_setup *twt);
H A Dmain.c771 for (i = 0; i < ARRAY_SIZE(msta->twt.flow); i++) in mt7915_mac_sta_remove()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c2410 static int mt7996_mac_check_twt_req(struct ieee80211_twt_setup *twt) in mt7996_mac_check_twt_req() argument
2418 if (twt->control & IEEE80211_TWT_CONTROL_NEG_TYPE_BROADCAST) in mt7996_mac_check_twt_req()
2422 if (twt->control & IEEE80211_TWT_CONTROL_WAKE_DUR_UNIT) in mt7996_mac_check_twt_req()
2425 twt_agrt = (struct ieee80211_twt_params *)twt->params; in mt7996_mac_check_twt_req()
2445 struct ieee80211_twt_setup *twt) in mt7996_mac_add_twt_setup() argument
2449 struct ieee80211_twt_params *twt_agrt = (void *)twt->params; in mt7996_mac_add_twt_setup()
2457 if (mt7996_mac_check_twt_req(twt)) in mt7996_mac_add_twt_setup()
2462 if (dev->twt.n_agrt == MT7996_MAX_TWT_AGRT) in mt7996_mac_add_twt_setup()
2465 if (hweight8(msta->twt.flowid_mask) == ARRAY_SIZE(msta->twt.flow)) in mt7996_mac_add_twt_setup()
2468 flowid = ffs(~msta->twt.flowid_mask) - 1; in mt7996_mac_add_twt_setup()
[all …]
H A Dmt7996.h123 } twt; member
245 } twt; member
472 struct ieee80211_twt_setup *twt);
H A Dmain.c689 for (i = 0; i < ARRAY_SIZE(msta->twt.flow); i++) in mt7996_mac_sta_remove()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtwt.c30 int mantissa, u8 min_twt, int setup_cmd, u64 twt, in wpas_twt_send_setup() argument
82 wpabuf_put_le64(buf, twt); in wpas_twt_send_setup()
H A Dwpa_supplicant_i.h1751 int mantissa, u8 min_twt, int setup_cmd, u64 twt,
H A Dctrl_iface.c10362 unsigned long long twt = 0; in wpas_ctrl_iface_send_twt_setup() local
10398 sscanf(tok_s + os_strlen(" twt="), "%llu", &twt) != 1) in wpas_ctrl_iface_send_twt_setup()
10434 setup_cmd, twt, requestor, trigger, implicit, in wpas_ctrl_iface_send_twt_setup()
/freebsd/usr.sbin/wpa/wpa_supplicant/
H A DMakefile31 twt.c \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h707 int mantissa, min_twt_dur, twt; member