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

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c92 static struct wlan_config wlan_config; variable in typeref:struct:wlan_config
2037 if (wlan_do_sysctl(&wlan_config, which, 0) < 0)
2047 ctx->scratch->int1 = wlan_config.mesh_retryto;
2048 wlan_config.mesh_retryto = val->v.integer;
2051 ctx->scratch->int1 = wlan_config.mesh_holdingto;
2052 wlan_config.mesh_holdingto = val->v.integer;
2055 ctx->scratch->int1 = wlan_config.mesh_confirmto;
2056 wlan_config.mesh_confirmto = val->v.integer;
2059 ctx->scratch->int1 = wlan_config
[all...]
H A Dwlan_snmp.h204 struct wlan_config { struct
255 int32_t wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set);
H A Dwlan_sys.c2767 wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set)

Completed in 77 milliseconds