Searched refs:ctxt_sta (Results 1 – 1 of 1) sorted by relevance
665 struct iwl_mac_data_sta *ctxt_sta; in iwl_mvm_mac_ctxt_cmd_sta() local682 ctxt_sta = &cmd.p2p_sta.sta; in iwl_mvm_mac_ctxt_cmd_sta()684 ctxt_sta = &cmd.sta; in iwl_mvm_mac_ctxt_cmd_sta()693 &ctxt_sta->dtim_tsf, in iwl_mvm_mac_ctxt_cmd_sta()694 &ctxt_sta->dtim_time, in iwl_mvm_mac_ctxt_cmd_sta()695 &ctxt_sta->assoc_beacon_arrive_time); in iwl_mvm_mac_ctxt_cmd_sta()697 ctxt_sta->is_assoc = cpu_to_le32(1); in iwl_mvm_mac_ctxt_cmd_sta()702 ctxt_sta->data_policy |= in iwl_mvm_mac_ctxt_cmd_sta()705 ctxt_sta->is_assoc = cpu_to_le32(0); in iwl_mvm_mac_ctxt_cmd_sta()718 ctxt_sta->assoc_id = cpu_to_le32(vif->cfg.aid); in iwl_mvm_mac_ctxt_cmd_sta()[all …]