Searched refs:ctxt_sta (Results 1 – 1 of 1) sorted by relevance
762 struct iwl_mac_data_sta *ctxt_sta; in iwl_mvm_mac_ctxt_cmd_sta() local775 ctxt_sta = &cmd.p2p_sta.sta; in iwl_mvm_mac_ctxt_cmd_sta()777 ctxt_sta = &cmd.sta; in iwl_mvm_mac_ctxt_cmd_sta()805 ctxt_sta->dtim_tsf = in iwl_mvm_mac_ctxt_cmd_sta()807 ctxt_sta->dtim_time = in iwl_mvm_mac_ctxt_cmd_sta()811 le64_to_cpu(ctxt_sta->dtim_tsf), in iwl_mvm_mac_ctxt_cmd_sta()812 le32_to_cpu(ctxt_sta->dtim_time), in iwl_mvm_mac_ctxt_cmd_sta()815 ctxt_sta->is_assoc = cpu_to_le32(1); in iwl_mvm_mac_ctxt_cmd_sta()817 ctxt_sta->is_assoc = cpu_to_le32(0); in iwl_mvm_mac_ctxt_cmd_sta()825 ctxt_sta->bi = cpu_to_le32(vif->bss_conf.beacon_int); in iwl_mvm_mac_ctxt_cmd_sta()[all …]