tx_cmd
struct tx_cmd *elem;
switch (elem->tx_cmd->rptc_action) {
if (REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type) !=
REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type) !=
struct tx_cmd *elem;
switch (elem->tx_cmd->rptc_action) {
elem->tx_cmd->rptc_action != REP_PROTOCOL_TX_ENTRY_NEW &&
if (elem->tx_cmd->rptc_action == REP_PROTOCOL_TX_ENTRY_DELETE)
type[0] = REP_PROTOCOL_BASE_TYPE(elem->tx_cmd->rptc_type);
type[1] = REP_PROTOCOL_SUBTYPE(elem->tx_cmd->rptc_type);
val_id, elem->tx_cmd->rptc_type,
struct tx_cmd *cur;
struct tx_cmd *prev = NULL;
cur->tx_cmd = cmds;
const struct rep_protocol_transaction_cmd *tx_cmd;
struct tx_cmd *cur;
*action = cur->tx_cmd->rptc_action;
struct tx_cmd *cur;
const struct tx_cmd *elem = elem_arg;
struct tx_cmd *cur;
struct tx_cmd *cur;
*ptype = cur->tx_cmd->rptc_type;
struct tx_cmd *cur;
struct tx_cmd txc_cmds[1]; /* actually txc_count */
hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK);
hdr->tx_cmd.sta_id = IWH_BROADCAST_ID;
hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff);
hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwh_rate_to_plcp(2));
hdr->tx_cmd.rate.r.rate_n_flags |=
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
LE_16(hdr->tx_cmd.len) + sizeof (iwh_scan_hdr_t));
struct iwh_tx_cmd tx_cmd;
hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK);
hdr->tx_cmd.sta_id = IWK_BROADCAST_ID;
hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff);
hdr->tx_cmd.tx_flags |= LE_32(0x200);
hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwk_rate_to_plcp(2));
hdr->tx_cmd.rate.r.rate_n_flags |=
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
LE_16(hdr->tx_cmd.len) + sizeof (iwk_scan_hdr_t));
struct iwk_tx_cmd tx_cmd;
hdr->tx_cmd.tx_flags = LE_32(TX_CMD_FLG_SEQ_CTL_MSK);
hdr->tx_cmd.sta_id = IWP_BROADCAST_ID;
hdr->tx_cmd.stop_time.life_time = LE_32(0xffffffff);
hdr->tx_cmd.rate.r.rate_n_flags = LE_32(iwp_rate_to_plcp(2));
hdr->tx_cmd.rate.r.rate_n_flags |=
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
LE_16(hdr->tx_cmd.len) + sizeof (iwp_scan_hdr_t));
struct iwp_tx_cmd tx_cmd;