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

/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dhostapd.conf123 max_num_sta=255
H A Dconfig_file.c1508 } else if (os_strcmp(buf, "max_num_sta") == 0) {
1509 bss->max_num_sta = atoi(pos);
1510 if (bss->max_num_sta < 0 ||
1511 bss->max_num_sta > MAX_STA_COUNT) {
1513 "max_num_sta=%d; allowed range "
1514 "0..%d", line, bss->max_num_sta,
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h159 int max_num_sta; /* maximum number of STAs in station table */ member in struct:hostapd_bss_config
H A Dsta_info.c431 if (hapd->num_sta >= hapd->conf->max_num_sta) {
434 hapd->num_sta, hapd->conf->max_num_sta);
H A Dap_config.c67 bss->max_num_sta = MAX_STA_COUNT;

Completed in 108 milliseconds