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

/freebsd-10-stable/contrib/wpa/hostapd/
H A Dhostapd.conf137 rts_threshold=2347
H A Dconfig_file.c2362 } else if (os_strcmp(buf, "rts_threshold") == 0) {
2363 conf->rts_threshold = atoi(pos);
2364 if (conf->rts_threshold < 0 ||
2365 conf->rts_threshold > 2347) {
2367 "rts_threshold %d",
2368 line, conf->rts_threshold);
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_config.h469 int rts_threshold; member in struct:hostapd_config
H A Dap_config.c145 conf->rts_threshold = -1; /* use driver default: 2347 */
H A Dhostapd.c915 if (hapd->iconf->rts_threshold > -1 &&
916 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) {
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h118 int32_t rts_threshold; member in struct:wlan_iface
H A Dwlan_sys.c1335 wif->rts_threshold = val;
H A Dwlan_snmp.c555 ctx->scratch->int1 = wif->rts_threshold;
745 val->v.integer = wif->rts_threshold;

Completed in 182 milliseconds