Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h180 enum wlanMeshPath mesh_path; member
H A Dwlan_sys.c2932 wif->mesh_path = wlanMeshPath_hwmp; in wlan_mesh_config_get()
2934 wif->mesh_path = wlanMeshPath_unknown; in wlan_mesh_config_get()
2973 if (wif->mesh_path == wlanMeshPath_hwmp) in wlan_mesh_config_set()
H A Dwlan_snmp.c2166 ctx->scratch->int1 = wif->mesh_path; in op_wlan_mesh_iface()
2167 wif->mesh_path = val->v.integer; in op_wlan_mesh_iface()
2217 wif->mesh_path = ctx->scratch->int1; in op_wlan_mesh_iface()
2260 val->v.integer = wif->mesh_path; in op_wlan_mesh_iface()