Searched refs:at_cmd_async (Results 1 – 1 of 1) sorted by relevance
/freebsd/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() 671 at_cmd_async(int fd, const char *cf, ...) in at_cmd_async() function 745 at_cmd_async(ctx->fd, "AT+COPS?\r\n"); in at_async_creg() 772 at_cmd_async(ctx->fd, "AT+COPS?\r\n"); in at_async_cgreg() 803 at_cmd_async(ctx->fd, "AT_OWANCALL=%d,1,1\r\n", in at_async_cops() 857 at_cmd_async(ctx->fd, "AT_OWANDATA=%d\r\n", ctx->pdp_ctx); in at_async_owancall() 1252 at_cmd_async(ctx->fd, "AT+CGREG?\r\n"); in do_connect() [all …]
|