Searched refs:at_cmd_async (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.sbin/uhsoctl/ |
| H A D | uhsoctl.c | 141 static int at_cmd_async(int, const char *, ...); 270 at_cmd_async(ctx->fd, "AT+CREG?\r\n"); in tmr_creg() 279 at_cmd_async(ctx->fd, "AT+CGREG?\r\n"); in tmr_cgreg() 288 at_cmd_async(ctx->fd, "AT+CSQ\r\n"); in tmr_status() 669 at_cmd_async(int fd, const char *cf, ...) in at_cmd_async() function 743 at_cmd_async(ctx->fd, "AT+COPS?\r\n"); in at_async_creg() 770 at_cmd_async(ctx->fd, "AT+COPS?\r\n"); in at_async_cgreg() 801 at_cmd_async(ctx->fd, "AT_OWANCALL=%d,1,1\r\n", in at_async_cops() 855 at_cmd_async(ctx->fd, "AT_OWANDATA=%d\r\n", ctx->pdp_ctx); in at_async_owancall() 1251 at_cmd_async(ctx->fd, "AT+CGREG?\r\n"); in do_connect() [all …]
|