Searched refs:beacon_cmd (Results 1 – 3 of 3) sorted by relevance
944 struct iwl_mac_beacon_cmd *beacon_cmd, in iwl_mvm_mac_ctxt_set_tim() argument961 beacon_cmd->tim_idx = cpu_to_le32(tim_idx); in iwl_mvm_mac_ctxt_set_tim()962 beacon_cmd->tim_size = cpu_to_le32((u32)beacon[tim_idx+1]); in iwl_mvm_mac_ctxt_set_tim()977 struct iwl_mac_beacon_cmd beacon_cmd = {}; in iwl_mvm_mac_ctxt_send_beacon() local989 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in iwl_mvm_mac_ctxt_send_beacon()993 beacon_cmd.tx.len = cpu_to_le16((u16)beacon_skb_len); in iwl_mvm_mac_ctxt_send_beacon()994 beacon_cmd.tx.sta_id = mvmvif->bcast_sta.sta_id; in iwl_mvm_mac_ctxt_send_beacon()995 beacon_cmd.tx.life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_mac_ctxt_send_beacon()1000 beacon_cmd.tx.tx_flags = cpu_to_le32(tx_flags); in iwl_mvm_mac_ctxt_send_beacon()1006 beacon_cmd.tx.rate_n_flags = in iwl_mvm_mac_ctxt_send_beacon()[all …]
139 if (!priv->beacon_cmd) in iwlagn_send_beacon_cmd()140 priv->beacon_cmd = kzalloc(sizeof(*tx_beacon_cmd), GFP_KERNEL); in iwlagn_send_beacon_cmd()141 tx_beacon_cmd = priv->beacon_cmd; in iwlagn_send_beacon_cmd()1065 kfree(priv->beacon_cmd); in iwl_uninit_drv()
854 void *beacon_cmd; member