Home
last modified time | relevance | path

Searched refs:wlan_do_sysctl (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h254 int32_t wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set);
H A Dwlan_snmp.c2037 if (wlan_do_sysctl(&wlan_config, which, 0) < 0) in op_wlan_mesh_config()
2063 if (wlan_do_sysctl(&wlan_config, which, 1) < 0) in op_wlan_mesh_config()
2085 if (wlan_do_sysctl(&wlan_config, which, 1) < 0) in op_wlan_mesh_config()
2539 if (wlan_do_sysctl(&wlan_config, which, 0) < 0) in op_wlan_hwmp_config()
2577 if (wlan_do_sysctl(&wlan_config, which, 1) < 0) in op_wlan_hwmp_config()
2608 if (wlan_do_sysctl(&wlan_config, which, 1) < 0) in op_wlan_hwmp_config()
H A Dwlan_sys.c2767 wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set) in wlan_do_sysctl() function