Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2255 wif->weptxkey = 0; in wlan_get_wepmode()
2322 wif->weptxkey = 0; in wlan_get_weptxkey()
2324 wif->weptxkey = val + 1; in wlan_get_weptxkey()
2338 if (wif->weptxkey >= IEEE80211_WEP_NKID) in wlan_set_weptxkey()
2341 if (wif->weptxkey == 0) in wlan_set_weptxkey()
2344 val = wif->weptxkey - 1; in wlan_set_weptxkey()
H A Dwlan_snmp.h169 int32_t weptxkey; member
H A Dwlan_snmp.c1792 ctx->scratch->int1 = wif->weptxkey; in op_wlan_wep_iface()
1793 wif->weptxkey = val->v.integer; in op_wlan_wep_iface()
1795 wif->weptxkey = ctx->scratch->int1; in op_wlan_wep_iface()
1817 wif->weptxkey = ctx->scratch->int1; in op_wlan_wep_iface()
1839 val->v.integer = wif->weptxkey; in op_wlan_wep_iface()