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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dprism2.c776 int info_count = 0; local
816 /* Increment info_count, abort if too many attempts.
819 info_count++;
820 if ( info_count > MAX_JOIN_INFO_COUNT ) {
828 printf ( "Attempting to autojoin to any available access point (attempt %d)...", info_count );
830 printf ( "Attempting to autojoin to SSID %s (attempt %d)...", &ssid[2], info_count );

Completed in 488 milliseconds