Lines Matching defs:action
34 cmd->action = cpu_to_le16(cmd_action);
43 uint16_t action, uint16_t type)
61 cmd->action = cpu_to_le16(action);
70 uint16_t action, uint16_t type)
77 ret = __lbs_mesh_config_send(priv, cmd, action, type);
86 static int lbs_mesh_config(struct lbs_private *priv, uint16_t action,
97 switch (action) {
127 lbs_deb_cmd("mesh config action %d type %x channel %d SSID %*pE\n",
128 action, priv->mesh_tlv, chan, ie->val.mesh_id_len,
131 return __lbs_mesh_config_send(priv, &cmd, action, priv->mesh_tlv);