Searched refs:choicestr (Results 1 – 1 of 1) sorted by relevance
1254 char choicestr[NWAM_MAX_VALUE_LEN]; in select_wifi_func() local1287 if (fgets(choicestr, sizeof (choicestr), stdin) != NULL && in select_wifi_func()1288 (choice = atoi(choicestr)) >= 1 && choice <= (i + 1)) in select_wifi_func()1310 if (fgets(modestr, sizeof (choicestr), stdin) in select_wifi_func()