Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h181 enum wlanHWMPRootMode hwmp_root_mode; member
H A Dwlan_sys.c3085 wif->hwmp_root_mode = wlanHWMPRootMode_normal; in wlan_hwmp_config_get()
3088 wif->hwmp_root_mode = wlanHWMPRootMode_proactive; in wlan_hwmp_config_get()
3091 wif->hwmp_root_mode = wlanHWMPRootMode_rann; in wlan_hwmp_config_get()
3095 wif->hwmp_root_mode = wlanHWMPRootMode_disabled; in wlan_hwmp_config_get()
3116 switch (wif->hwmp_root_mode) { in wlan_hwmp_config_set()
H A Dwlan_snmp.c2668 ctx->scratch->int1 = wif->hwmp_root_mode; in op_wlan_hwmp_iface()
2669 wif->hwmp_root_mode = val->v.integer; in op_wlan_hwmp_iface()
2690 wif->hwmp_root_mode = ctx->scratch->int1; in op_wlan_hwmp_iface()
2711 val->v.integer = wif->hwmp_root_mode; in op_wlan_hwmp_iface()