Home
last modified time | relevance | path

Searched defs:iwx_add_sta_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h7447 struct iwx_add_sta_cmd { struct
7448 uint8_t add_modify;
7449 uint8_t awake_acs;
7450 uint16_t tid_disable_tx;
7451 uint32_t mac_id_n_color;
7452 uint8_t addr[ETHER_ADDR_LEN]; /* _STA_ID_MODIFY_INFO_API_S_VER_1 */
7453 uint16_t reserved2;
7454 uint8_t sta_id;
7455 uint8_t modify_mask;
7456 uint16_t reserved3;
[all …]
H A Dif_iwx.c6102 iwx_add_sta_cmd(struct iwx_softc *sc, struct iwx_node *in, int update) function