Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h182 enum wlanMeshPath mesh_path; member
H A Dwlan_sys.c2934 wif->mesh_path = wlanMeshPath_hwmp; in wlan_mesh_config_get()
2936 wif->mesh_path = wlanMeshPath_unknown; in wlan_mesh_config_get()
2975 if (wif->mesh_path == wlanMeshPath_hwmp) in wlan_mesh_config_set()
H A Dwlan_snmp.c2168 ctx->scratch->int1 = wif->mesh_path; in op_wlan_mesh_iface()
2169 wif->mesh_path = val->v.integer; in op_wlan_mesh_iface()
2219 wif->mesh_path = ctx->scratch->int1; in op_wlan_mesh_iface()
2262 val->v.integer = wif->mesh_path; in op_wlan_mesh_iface()