Searched refs:ctxt_sta (Results 1 – 1 of 1) sorted by relevance
771 struct iwl_mac_data_sta *ctxt_sta; in iwl_mvm_mac_ctxt_cmd_sta() local784 ctxt_sta = &cmd.p2p_sta.sta; in iwl_mvm_mac_ctxt_cmd_sta()786 ctxt_sta = &cmd.sta; in iwl_mvm_mac_ctxt_cmd_sta()814 ctxt_sta->dtim_tsf = in iwl_mvm_mac_ctxt_cmd_sta()816 ctxt_sta->dtim_time = in iwl_mvm_mac_ctxt_cmd_sta()820 le64_to_cpu(ctxt_sta->dtim_tsf), in iwl_mvm_mac_ctxt_cmd_sta()821 le32_to_cpu(ctxt_sta->dtim_time), in iwl_mvm_mac_ctxt_cmd_sta()824 ctxt_sta->is_assoc = cpu_to_le32(1); in iwl_mvm_mac_ctxt_cmd_sta()826 ctxt_sta->is_assoc = cpu_to_le32(0); in iwl_mvm_mac_ctxt_cmd_sta()834 ctxt_sta->bi = cpu_to_le32(vif->bss_conf.beacon_int); in iwl_mvm_mac_ctxt_cmd_sta()[all …]