Searched refs:wepmode (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h169 enum wlanWepMode wepmode; member in struct:wlan_iface
H A Dwlan_sys.c2254 wif->wepmode = wlanWepMode_off;
2263 wif->wepmode = wlanWepMode_on;
2266 wif->wepmode = wlanWepMode_mixed;
2271 wif->wepmode = wlanWepMode_off;
2287 switch (wif->wepmode) {
H A Dwlan_snmp.c1781 ctx->scratch->int1 = wif->wepmode;
1782 wif->wepmode = val->v.integer;
1784 wif->wepmode = ctx->scratch->int1;
1812 wif->wepmode = ctx->scratch->int1;
1834 val->v.integer = wif->wepmode;
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c4241 int i, num, wpa, wme, bgscan, bgscaninterval, val, len, wepmode; local
4394 if (get80211val(s, IEEE80211_IOC_WEP, &wepmode) != -1 &&
4395 wepmode != IEEE80211_WEP_NOSUP) {
4397 switch (wepmode) {
4408 LINE_CHECK("privacy UNKNOWN (0x%x)", wepmode);
4423 else if (wepmode != IEEE80211_WEP_OFF || verbose)
5148 DEF_CMD_ARG("wepmode", set80211wepmode),

Completed in 127 milliseconds