wep_opt 333 dev/ic/acx100.c struct acx_conf_wepopt wep_opt;
wep_opt 351 dev/ic/acx100.c wep_opt.nkey = htole16(IEEE80211_WEP_NKID + 10);
wep_opt 352 dev/ic/acx100.c wep_opt.opt = WEPOPT_HDWEP;
wep_opt 353 dev/ic/acx100.c if (acx_set_conf(sc, ACX_CONF_WEPOPT, &wep_opt, sizeof(wep_opt)) != 0) {