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

/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c186 char *timeout_txt; local
195 timeout_txt = os_strchr(pin, ' ');
196 if (timeout_txt) {
197 *timeout_txt++ = '\0';
198 timeout = atoi(timeout_txt);
199 pos = os_strchr(timeout_txt, ' ');

Completed in 901 milliseconds