HomeSort by: relevance | last modified time | path
    Searched defs:timerstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ctrl_iface_ap.c 1306 const char *url, *timerstr; local
1321 timerstr = cmd + 17;
1322 if (*timerstr != ' ')
1324 timerstr++;
1325 disassoc_timer = atoi(timerstr);
1329 url = os_strchr(timerstr, ' ');
ctrl_iface_ap.c 1306 const char *url, *timerstr; local
1321 timerstr = cmd + 17;
1322 if (*timerstr != ' ')
1324 timerstr++;
1325 disassoc_timer = atoi(timerstr);
1329 url = os_strchr(timerstr, ' ');

Completed in 29 milliseconds