Home | History | Annotate | Download | only in hostapd

Lines Matching refs:max_num_sta

2350 	} else if (os_strcmp(buf, "max_num_sta") == 0) {
2351 bss->max_num_sta = atoi(pos);
2352 if (bss->max_num_sta < 0 ||
2353 bss->max_num_sta > MAX_STA_COUNT) {
2354 wpa_printf(MSG_ERROR, "Line %d: Invalid max_num_sta=%d; allowed range 0..%d",
2355 line, bss->max_num_sta, MAX_STA_COUNT);