Searched refs:wps_pin_str_valid (Results 1 – 3 of 3) sorted by relevance
904 int wps_pin_str_valid(const char *pin);
262 int wps_pin_str_valid(const char *pin) in wps_pin_str_valid() function
1395 … if ((os_strncmp((char *)cfg->pin, "00000000", 8) == 0) || !wps_pin_str_valid((char *)cfg->pin)) { in wps_init_cfg_pin()