Searched refs:ctxt_sta (Results 1 – 1 of 1) sorted by relevance
658 struct iwl_mac_data_sta *ctxt_sta; in iwl_mvm_mac_ctxt_cmd_sta() local675 ctxt_sta = &cmd.p2p_sta.sta; in iwl_mvm_mac_ctxt_cmd_sta()677 ctxt_sta = &cmd.sta; in iwl_mvm_mac_ctxt_cmd_sta()686 &ctxt_sta->dtim_tsf, in iwl_mvm_mac_ctxt_cmd_sta()687 &ctxt_sta->dtim_time, in iwl_mvm_mac_ctxt_cmd_sta()688 &ctxt_sta->assoc_beacon_arrive_time); in iwl_mvm_mac_ctxt_cmd_sta()690 ctxt_sta->is_assoc = cpu_to_le32(1); in iwl_mvm_mac_ctxt_cmd_sta()695 ctxt_sta->data_policy |= in iwl_mvm_mac_ctxt_cmd_sta()698 ctxt_sta->is_assoc = cpu_to_le32(0); in iwl_mvm_mac_ctxt_cmd_sta()711 ctxt_sta->assoc_id = cpu_to_le32(vif->cfg.aid); in iwl_mvm_mac_ctxt_cmd_sta()[all …]