Home
last modified time | relevance | path

Searched refs:WLAN_EID_TIM (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c863 /* Parse variable-length elements of beacon to find WLAN_EID_TIM */ in iwl_mvm_mac_ctxt_set_tim()
865 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_find_ie_offset()
869 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_find_ie_offset()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h608 WLAN_EID_TIM = 5,
601 WLAN_EID_TIM = 5, global() enumerator
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h306 #define WLAN_EID_TIM 5 macro
H A Dieee802_11_common.c458 case WLAN_EID_TIM: in __ieee802_11_parse_elems()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c3607 ie = (u8 *)cfg80211_find_ie(WLAN_EID_TIM, ies, in ath10k_wmi_update_tim()
3610 ie = __DECONST(u8 *, cfg80211_find_ie(WLAN_EID_TIM, ies, in ath10k_wmi_update_tim()