Home
last modified time | relevance | path

Searched refs:tim_idx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c856 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim()
861 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()
864 while ((tim_idx < (frame_size - 2)) &&
865 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_find_ie_offset()
866 tim_idx += beacon[tim_idx+1] + 2; 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()
870 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_find_ie_offset()
871 *tim_size = cpu_to_le32((u32)beacon[tim_idx in iwl_mvm_find_ie_offset()
844 u32 tim_idx; iwl_mvm_mac_ctxt_set_tim() local
[all...]
H A Ddebugfs.c1410 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_dbgfs_inject_packet_write()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h740 * @tim_idx: the offset of the tim IE in the beacon
747 __le32 tim_idx;
757 * @tim_idx: the offset of the tim IE in the beacon
766 __le32 tim_idx;
797 * @tim_idx: the offset of the tim IE in the beacon
810 __le32 tim_idx;
743 __le32 tim_idx; global() member
762 __le32 tim_idx; global() member
805 __le32 tim_idx; global() member
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h5250 uint32_t tim_idx; member