Searched refs:QLINK_CMD_RESULT_OK (Results 1 – 2 of 2) sorted by relevance
61 case QLINK_CMD_RESULT_OK: in qtnf_cmd_resp_result_decode()231 u16 res_code = QLINK_CMD_RESULT_OK; in qtnf_cmd_send_start_ap()338 if (unlikely(res_code != QLINK_CMD_RESULT_OK)) { in qtnf_cmd_send_start_ap()355 u16 res_code = QLINK_CMD_RESULT_OK; in qtnf_cmd_send_stop_ap()371 if (unlikely(res_code != QLINK_CMD_RESULT_OK)) { in qtnf_cmd_send_stop_ap()389 u16 res_code = QLINK_CMD_RESULT_OK; in qtnf_cmd_send_register_mgmt()409 if (unlikely(res_code != QLINK_CMD_RESULT_OK)) { in qtnf_cmd_send_register_mgmt()426 u16 res_code = QLINK_CMD_RESULT_OK; in qtnf_cmd_send_mgmt_frame()456 if (unlikely(res_code != QLINK_CMD_RESULT_OK)) { in qtnf_cmd_send_mgmt_frame()472 u16 res_code = QLINK_CMD_RESULT_OK; in qtnf_cmd_send_mgmt_set_appie()[all …]
726 QLINK_CMD_RESULT_OK = 0, enumerator