Home | History | Annotate | Download | only in hostapd

Lines Matching refs:max_num_sta

2474 	} else if (os_strcmp(buf, "max_num_sta") == 0) {
2475 bss->max_num_sta = atoi(pos);
2476 if (bss->max_num_sta < 0 ||
2477 bss->max_num_sta > MAX_STA_COUNT) {
2478 wpa_printf(MSG_ERROR, "Line %d: Invalid max_num_sta=%d; allowed range 0..%d",
2479 line, bss->max_num_sta, MAX_STA_COUNT);