Searched refs:tim_idx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | ap.c | 22 u32 tim_idx; in iwl_mld_set_tim_idx() local 28 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mld_set_tim_idx() 31 while ((tim_idx < (frame_size - 2)) && in iwl_mld_set_tim_idx() 32 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mld_set_tim_idx() 33 tim_idx += beacon[tim_idx + 1] + 2; in iwl_mld_set_tim_idx() 36 if ((tim_idx < (frame_size - 1)) && beacon[tim_idx] == WLAN_EID_TIM) in iwl_mld_set_tim_idx() 37 *tim_index = cpu_to_le32(tim_idx); in iwl_mld_set_tim_idx() 133 iwl_mld_set_tim_idx(mld, &cmd->tim_idx, in iwl_mld_fill_beacon_template_cmd()
|
| H A D | debugfs.c | 741 iwl_mld_set_tim_idx(mld, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac-ctxt.c | 851 u32 tim_idx; in iwl_mvm_mac_ctxt_set_tim() local 856 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim() 859 while ((tim_idx < (frame_size - 2)) && in iwl_mvm_mac_ctxt_set_tim() 860 (beacon[tim_idx] != WLAN_EID_TIM)) in iwl_mvm_mac_ctxt_set_tim() 861 tim_idx += beacon[tim_idx+1] + 2; in iwl_mvm_mac_ctxt_set_tim() 864 if ((tim_idx < (frame_size - 1)) && (beacon[tim_idx] == WLAN_EID_TIM)) { in iwl_mvm_mac_ctxt_set_tim() 865 *tim_index = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim() 866 *tim_size = cpu_to_le32((u32)beacon[tim_idx + 1]); in iwl_mvm_mac_ctxt_set_tim() 1029 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v6() 1049 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in iwl_mvm_mac_ctxt_send_beacon_v7() [all …]
|
| H A D | debugfs.c | 1376 iwl_mvm_mac_ctxt_set_tim(mvm, &beacon_cmd.tim_idx, in _iwl_dbgfs_inject_beacon_ie()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | tx.h | 758 __le32 tim_idx; member 777 __le32 tim_idx; member 821 __le32 tim_idx; member
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 5247 * @tim_idx: the offset of the tim IE in the beacon 5254 uint32_t tim_idx; 5250 uint32_t tim_idx; global() member
|