Searched refs:at_cmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/uhsoctl/
H A Duhsoctl.c578 at_cmd(struct ctx *ctx, const char *resp, resp_cb cb, resp_arg *ra, const char *cf, ...) function
1159 error = at_cmd(ctx, NULL, NULL, NULL, "AT\r\n");
1166 error = at_cmd(ctx, "+CPIN: READY", NULL, NULL, "AT+CPIN?\r\n");
1170 error = at_cmd(ctx, "+CME ERROR", saveresp, &ra, "AT+CPIN?\r\n");
1187 error = at_cmd(ctx, NULL, NULL, NULL, "AT+CPIN=\"%s\"\r\n",
1200 error = at_cmd(ctx, "+CGDCONT", saveresp, &ra, "AT+CGDCONT?\r\n");
1231 error = at_cmd(ctx, NULL, NULL, NULL,
1240 at_cmd(ctx, NULL, NULL, NULL,
1246 error = at_cmd(ctx, NULL, NULL, NULL, "AT_OWANCALL=%d,0,0\r\n",
1264 at_cmd(ct
[all...]

Completed in 47 milliseconds