Searched refs:sta_id (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h407 * @sta_id: station id
419 uint8_t sta_id; member in struct:iwx_rxba_data
449 int sta_id; member in struct:iwx_setkey_task_arg
H A Dif_iwxreg.h1810 * @sta_id: station id
1819 uint8_t sta_id; member in struct:iwx_tx_queue_cfg_cmd
4695 * @sta_id: index of station in uCode's station table - associated AP ID in
4699 uint32_t sta_id; member in struct:iwx_uapsd_misbehaving_ap_notif
5599 * @sta_id: station id
5617 uint8_t sta_id; member in struct:iwx_tlc_config_cmd_v3
5634 * @sta_id: station id
5650 uint8_t sta_id; member in struct:iwx_tlc_config_cmd_v4
5672 * @sta_id: station id
5681 uint8_t sta_id; member in struct:iwx_tlc_update_notif
6181 uint8_t sta_id; member in struct:iwx_compressed_ba_notif
6231 uint32_t sta_id; member in struct:iwx_tx_path_flush_cmd
6257 uint16_t sta_id; member in struct:iwx_tx_path_flush_cmd_rsp
6296 uint8_t sta_id; member in struct:iwx_scd_txq_cfg_cmd
6316 uint8_t sta_id; member in struct:iwx_scd_txq_cfg_rsp
6380 uint8_t sta_id; member in struct:iwx_scan_req_tx_cmd
7447 uint8_t sta_id; member in struct:iwx_add_sta_cmd
7492 uint8_t sta_id; member in struct:iwx_add_sta_key_common
7546 uint8_t sta_id; member in struct:iwx_rm_sta_cmd
7567 uint32_t sta_id; member in struct:iwx_mgmt_mcast_key_cmd
[all...]
H A Dif_iwx.c2824 iwx_enable_txq(struct iwx_softc *sc, int sta_id, int qid, int tid, argument
2846 cmd_v0.sta_id = sta_id;
2862 cmd_v3.u.add.sta_mask = htole32(1 << sta_id);
2913 iwx_disable_txq(struct iwx_softc *sc, int sta_id, int qid, uint8_t tid) argument
2930 cmd_v0.sta_id = sta_id;
2942 cmd_v3.u.remove.sta_mask = htole32(1 << sta_id);
3271 unsigned int baid, nssn, sta_id, tid; local
3287 sta_id
6382 iwx_flush_sta_tids(struct iwx_softc *sc, int sta_id, uint16_t tids) argument
8463 iwx_add_sta_key(struct iwx_softc *sc, int sta_id, struct ieee80211_node *ni, struct ieee80211_key *k) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h4271 * @sta_id: index of station in uCode's station table - associated AP ID in
4275 uint32_t sta_id; member in struct:iwm_uapsd_misbehaving_ap_notif
4688 * @sta_id: station to update
4711 uint8_t sta_id; member in struct:iwm_lq_cmd
4883 * @sta_id: index of destination station in FW station table
4923 uint8_t sta_id; member in struct:iwm_tx_cmd
5133 * @sta_id: Index of recipient (BA-sending) station in fw's station table
5151 uint8_t sta_id; member in struct:iwm_ba_notif
5207 * @sta_id: station ID to flush
5212 uint32_t sta_id; member in struct:iwm_tx_path_flush_cmd
5250 uint8_t sta_id; member in struct:iwm_scd_txq_cfg_cmd
5270 uint8_t sta_id; member in struct:iwm_scd_txq_cfg_rsp
5334 uint8_t sta_id; member in struct:iwm_scan_req_tx_cmd
6276 uint8_t sta_id; member in struct:iwm_add_sta_cmd_v7
6345 uint8_t sta_id; member in struct:iwm_add_sta_cmd
6390 uint8_t sta_id; member in struct:iwm_add_sta_key_common
6444 uint8_t sta_id; member in struct:iwm_rm_sta_cmd
6465 uint32_t sta_id; member in struct:iwm_mgmt_mcast_key_cmd
[all...]
H A Dif_iwmvar.h427 * @sta_id: station id
439 uint8_t sta_id; member in struct:iwm_rxba_data
H A Dif_iwm.c2443 iwm_enable_txq(struct iwm_softc *sc, int sta_id, int qid, int fifo, argument
2474 cmd.sta_id = sta_id;
2490 iwm_disable_txq(struct iwm_softc *sc, int sta_id, int qid, uint8_t tid) argument
2499 cmd.sta_id = sta_id;
3344 cmd.sta_id = IWM_STATION_ID;
3397 rxba->sta_id = IWM_STATION_ID;
3590 cmd.sta_id = IWM_STATION_ID;
5207 tid != rxba->tid || rxba->sta_id !
6561 iwm_update_sched(struct iwm_softc *sc, int qid, int idx, uint8_t sta_id, uint16_t len) argument
6587 iwm_reset_sched(struct iwm_softc *sc, int qid, int idx, uint8_t sta_id) argument
[all...]

Completed in 266 milliseconds