Home
last modified time | relevance | path

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

/src/sys/dev/iwi/
H A Dif_iwi.c173 static int iwi_cmd(struct iwi_softc *, uint8_t, void *, uint8_t);
1066 return iwi_cmd(sc, IWI_CMD_SET_WME_PARAMS, sc->wme, sizeof sc->wme); in iwi_wme_setparams()
1111 return iwi_cmd(sc, IWI_CMD_SET_WMEIE, &wme, sizeof wme); in iwi_wme_setie()
1717 iwi_cmd(struct iwi_softc *sc, uint8_t type, void *data, uint8_t len) in iwi_cmd() function
2522 return iwi_cmd(sc, IWI_CMD_SET_POWER_MODE, &data, sizeof data); in iwi_setpowermode()
2543 error = iwi_cmd(sc, IWI_CMD_SET_WEP_KEY, &wepkey, in iwi_setwepkeys()
2573 return (iwi_cmd(sc, IWI_CMD_SET_RATES, &rs, sizeof(rs))); in iwi_set_rateset()
2591 error = iwi_cmd(sc, IWI_CMD_SET_MAC_ADDRESS, macaddr, in iwi_config()
2610 error = iwi_cmd(sc, IWI_CMD_SET_CONFIG, &config, sizeof config); in iwi_config()
2621 error = iwi_cmd(sc, IWI_CMD_SET_TX_POWER, &power, sizeof power); in iwi_config()
[all …]