Searched refs:twt (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 2273 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 D | mt7915.h | 155 } twt; member 315 } twt; member 570 struct ieee80211_twt_setup *twt);
|
H A D | main.c | 771 for (i = 0; i < ARRAY_SIZE(msta->twt.flow); i++) in mt7915_mac_sta_remove()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 2410 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 D | mt7996.h | 123 } twt; member 245 } twt; member 472 struct ieee80211_twt_setup *twt);
|
H A D | main.c | 689 for (i = 0; i < ARRAY_SIZE(msta->twt.flow); i++) in mt7996_mac_sta_remove()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | twt.c | 30 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 D | wpa_supplicant_i.h | 1751 int mantissa, u8 min_twt, int setup_cmd, u64 twt,
|
H A D | ctrl_iface.c | 10362 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 D | Makefile | 31 twt.c \
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 707 int mantissa, min_twt_dur, twt; member
|