Lines Matching refs:wsm_cmd_send
81 static int wsm_cmd_send(struct cw1200_common *priv,
123 ret = wsm_cmd_send(priv, buf, arg, in wsm_configuration()
172 ret = wsm_cmd_send(priv, buf, NULL, cmd, WSM_CMD_RESET_TIMEOUT); in wsm_reset()
204 ret = wsm_cmd_send(priv, buf, &mib_buf, in wsm_read_mib()
257 ret = wsm_cmd_send(priv, buf, &mib_buf, in wsm_write_mib()
328 ret = wsm_cmd_send(priv, buf, NULL, in wsm_scan()
345 ret = wsm_cmd_send(priv, buf, NULL, in wsm_stop_scan()
447 ret = wsm_cmd_send(priv, buf, &resp, in wsm_join()
476 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_bss_params()
498 ret = wsm_cmd_send(priv, buf, NULL, in wsm_add_key()
522 ret = wsm_cmd_send(priv, buf, NULL, in wsm_remove_key()
552 ret = wsm_cmd_send(priv, buf, NULL, 0x0012, WSM_CMD_TIMEOUT); in wsm_set_tx_queue_params()
599 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_edca_params()
625 ret = wsm_cmd_send(priv, buf, NULL, in wsm_switch_channel()
653 ret = wsm_cmd_send(priv, buf, NULL, in wsm_set_pm()
686 ret = wsm_cmd_send(priv, buf, NULL, in wsm_start()
709 ret = wsm_cmd_send(priv, buf, NULL, in wsm_beacon_transmit()
728 ret = wsm_cmd_send(priv, buf, NULL, 0x0019, WSM_CMD_TIMEOUT); in wsm_start_find()
741 ret = wsm_cmd_send(priv, buf, NULL, 0x001A, WSM_CMD_TIMEOUT); in wsm_stop_find()
759 ret = wsm_cmd_send(priv, buf, NULL, cmd, WSM_CMD_TIMEOUT); in wsm_map_link()
783 ret = wsm_cmd_send(priv, buf, NULL, 0x001B, WSM_CMD_TIMEOUT); in wsm_update_ie()
1072 static int wsm_cmd_send(struct cw1200_common *priv, in wsm_cmd_send() function