Searched defs:timerstr (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c797 const char *url, *timerstr; local
812 timerstr = cmd + 17;
813 if (*timerstr != ' ')
815 timerstr++;
816 disassoc_timer = atoi(timerstr);
820 url = os_strchr(timerstr, ' ');

Completed in 86 milliseconds