Searched refs:ctxt_sta (Results 1 – 1 of 1) sorted by relevance
669 struct iwl_mac_data_sta *ctxt_sta; in iwl_mvm_mac_ctxt_cmd_sta() local686 ctxt_sta = &cmd.p2p_sta.sta; in iwl_mvm_mac_ctxt_cmd_sta()688 ctxt_sta = &cmd.sta; in iwl_mvm_mac_ctxt_cmd_sta()697 &ctxt_sta->dtim_tsf, in iwl_mvm_mac_ctxt_cmd_sta()698 &ctxt_sta->dtim_time, in iwl_mvm_mac_ctxt_cmd_sta()699 &ctxt_sta->assoc_beacon_arrive_time); in iwl_mvm_mac_ctxt_cmd_sta()701 ctxt_sta->is_assoc = cpu_to_le32(1); in iwl_mvm_mac_ctxt_cmd_sta()706 ctxt_sta->data_policy |= in iwl_mvm_mac_ctxt_cmd_sta()709 ctxt_sta->is_assoc = cpu_to_le32(0); in iwl_mvm_mac_ctxt_cmd_sta()717 ctxt_sta->bi = cpu_to_le32(vif->bss_conf.beacon_int); in iwl_mvm_mac_ctxt_cmd_sta()[all …]