You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
245 B
13 lines
245 B
14 years ago
|
--- a/hostapd/ctrl_iface.c
|
||
|
+++ b/hostapd/ctrl_iface.c
|
||
|
@@ -514,6 +514,9 @@ static int hostapd_ctrl_iface_wps_ap_pin
|
||
|
char *pos;
|
||
|
const char *pin_txt;
|
||
|
|
||
|
+ if (!hapd->wps)
|
||
|
+ return -1;
|
||
|
+
|
||
|
pos = os_strchr(txt, ' ');
|
||
|
if (pos)
|
||
|
*pos++ = '\0';
|