Symbol: acx_set_conf
sys/dev/ic/acx.c
527
if (acx_set_conf(sc, ACX_CONF_WEP_TXKEY, &wep_txkey,
sys/dev/ic/acx.c
747
if (acx_set_conf(sc, ACX_CONF_NRETRY_SHORT, &sretry,
sys/dev/ic/acx.c
754
if (acx_set_conf(sc, ACX_CONF_NRETRY_LONG, &lretry,
sys/dev/ic/acx.c
762
if (acx_set_conf(sc, ACX_CONF_MSDU_LIFETIME, &msdu_lifetime,
sys/dev/ic/acx.c
770
if (acx_set_conf(sc, ACX_CONF_RATE_FALLBACK, &rate_fb,
sys/dev/ic/acx.c
778
if (acx_set_conf(sc, ACX_CONF_ANTENNA, &ant, sizeof(ant)) != 0) {
sys/dev/ic/acx.c
785
if (acx_set_conf(sc, ACX_CONF_REGDOM, &reg_dom, sizeof(reg_dom)) != 0) {
sys/dev/ic/acx.c
827
if (acx_set_conf(sc, ACX_CONF_RXOPT, &rx_opt, sizeof(rx_opt)) != 0) {
sys/dev/ic/acx100.c
346
if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) {
sys/dev/ic/acx100.c
354
if (acx_set_conf(sc, ACX_CONF_WEPOPT, &wep_opt, sizeof(wep_opt)) != 0) {
sys/dev/ic/acx100.c
375
if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) {
sys/dev/ic/acx100.c
408
if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) {
sys/dev/ic/acx100.c
428
if (acx_set_conf(sc, ACX100_CONF_FW_RING, &ring, sizeof(ring)) != 0) {
sys/dev/ic/acx100.c
462
if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) {
sys/dev/ic/acx100.c
469
if (acx_set_conf(sc, ACX_CONF_MEMBLK_SIZE, &memblk_sz,
sys/dev/ic/acx100.c
504
if (acx_set_conf(sc, ACX100_CONF_MEMOPT, &mem, sizeof(mem)) != 0) {
sys/dev/ic/acx100.c
626
if (acx_set_conf(sc, ACX_CONF_CCA_MODE, &cca, sizeof(cca)) != 0) {
sys/dev/ic/acx100.c
634
if (acx_set_conf(sc, ACX_CONF_ED_THRESH, &ed, sizeof(ed)) != 0) {
sys/dev/ic/acx100.c
704
if (acx_set_conf(sc, ACX_CONF_WEPKEY, &conf_wk, sizeof(conf_wk)) != 0) {
sys/dev/ic/acx111.c
353
if (acx_set_conf(sc, ACX111_CONF_MEM, &mem, sizeof(mem)) != 0) {
sys/dev/ic/acx111.c
413
if (acx_set_conf(sc, ACX_CONF_TXPOWER, &tx_power,
sys/dev/ic/acx111.c
433
if (acx_set_conf(sc, ACX_CONF_OPTION, &opt, sizeof(opt)) != 0) {
sys/dev/ic/acxvar.h
482
int acx_set_conf(struct acx_softc *, uint16_t, void *, uint16_t);