Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c2258 wif->weptxkey = 0; in wlan_get_wepmode()
2325 wif->weptxkey = 0; in wlan_get_weptxkey()
2327 wif->weptxkey = val + 1; in wlan_get_weptxkey()
2341 if (wif->weptxkey >= IEEE80211_WEP_NKID) in wlan_set_weptxkey()
2344 if (wif->weptxkey == 0) in wlan_set_weptxkey()
2347 val = wif->weptxkey - 1; in wlan_set_weptxkey()
Dwlan_snmp.h172 int32_t weptxkey; member
Dwlan_snmp.c1795 ctx->scratch->int1 = wif->weptxkey; in op_wlan_wep_iface()
1796 wif->weptxkey = val->v.integer; in op_wlan_wep_iface()
1798 wif->weptxkey = ctx->scratch->int1; in op_wlan_wep_iface()
1820 wif->weptxkey = ctx->scratch->int1; in op_wlan_wep_iface()
1842 val->v.integer = wif->weptxkey; in op_wlan_wep_iface()