Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlegacy/
D4965-mac.c3250 struct il_addsta_cmd sta_cmd; in il4965_set_wep_dynamic_key_info()
3292 sizeof(struct il_addsta_cmd)); in il4965_set_wep_dynamic_key_info()
3304 struct il_addsta_cmd sta_cmd; in il4965_set_ccmp_dynamic_key_info()
3340 sizeof(struct il_addsta_cmd)); in il4965_set_ccmp_dynamic_key_info()
3432 struct il_addsta_cmd sta_cmd; in il4965_remove_dynamic_key()
3480 sizeof(struct il_addsta_cmd)); in il4965_remove_dynamic_key()
3606 struct il_addsta_cmd sta_cmd; in il4965_sta_tx_modify_enable_tid()
3616 sizeof(struct il_addsta_cmd)); in il4965_sta_tx_modify_enable_tid()
3628 struct il_addsta_cmd sta_cmd; in il4965_sta_rx_agg_start()
3643 sizeof(struct il_addsta_cmd)); in il4965_sta_rx_agg_start()
[all …]
Dcommon.c1774 il_process_add_sta_resp(struct il_priv *il, struct il_addsta_cmd *addsta, in il_process_add_sta_resp()
1837 struct il_addsta_cmd *addsta = (struct il_addsta_cmd *)cmd->cmd.payload; in il_add_sta_callback()
1844 il_send_add_sta(struct il_priv *il, struct il_addsta_cmd *sta, u8 flags) in il_send_add_sta()
1994 memset(&station->sta, 0, sizeof(struct il_addsta_cmd)); in il_prep_station()
2029 struct il_addsta_cmd sta_cmd; in il_add_station_common()
2061 sizeof(struct il_addsta_cmd)); in il_add_station_common()
2254 struct il_addsta_cmd sta_cmd; in il_restore_stations()
2283 sizeof(struct il_addsta_cmd)); in il_restore_stations()
Dcommon.h720 struct il_addsta_cmd sta;
1582 u16(*build_addsta_hcmd) (const struct il_addsta_cmd *cmd, u8 *data);
2138 int il_send_add_sta(struct il_priv *il, struct il_addsta_cmd *sta, u8 flags);
Dcommands.h1022 struct il_addsta_cmd { struct
D4965.c1716 il4965_build_addsta_hcmd(const struct il_addsta_cmd *cmd, u8 * data) in il4965_build_addsta_hcmd()
D3945-mac.c198 struct il_addsta_cmd sta_cmd; in il3945_clear_sta_key_info()
207 sizeof(struct il_addsta_cmd)); in il3945_clear_sta_key_info()
D3945.c2255 il3945_build_addsta_hcmd(const struct il_addsta_cmd *cmd, u8 * data) in il3945_build_addsta_hcmd()