Home
last modified time | relevance | path

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

/hostap-3.6.0/hostapd/
Dctrl_iface.c161 char *timeout_txt; in hostapd_ctrl_iface_wps_pin() local
170 timeout_txt = os_strchr(pin, ' '); in hostapd_ctrl_iface_wps_pin()
171 if (timeout_txt) { in hostapd_ctrl_iface_wps_pin()
172 *timeout_txt++ = '\0'; in hostapd_ctrl_iface_wps_pin()
173 timeout = atoi(timeout_txt); in hostapd_ctrl_iface_wps_pin()
174 pos = os_strchr(timeout_txt, ' '); in hostapd_ctrl_iface_wps_pin()