Searched refs:iwl_addsta_cmd (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c59 struct iwl_addsta_cmd *addsta,
120 struct iwl_addsta_cmd *addsta =
121 (struct iwl_addsta_cmd *)cmd->cmd.payload;
128 struct iwl_addsta_cmd *sta, u8 flags)
280 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd));
316 struct iwl_addsta_cmd sta_cmd;
349 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
644 struct iwl_addsta_cmd sta_cmd;
673 sizeof(struct iwl_addsta_cmd));
833 struct iwl_addsta_cmd sta_cm
[all...]
H A Diwl-agn-hcmd.c110 static u16 iwlagn_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
112 u16 size = (u16)sizeof(struct iwl_addsta_cmd);
113 struct iwl_addsta_cmd *addsta = (struct iwl_addsta_cmd *)data;
H A Diwl-sta.h66 struct iwl_addsta_cmd *sta, u8 flags);
H A Diwl-core.h100 u16 (*build_addsta_hcmd)(const struct iwl_addsta_cmd *cmd, u8 *data);
H A Diwl-dev.h470 * the commands (iwl_addsta_cmd and iwl_link_quality_cmd) without sta_lock
474 struct iwl_addsta_cmd sta;
H A Diwl-4965.c1858 static u16 iwl4965_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
H A Diwl-commands.h1146 struct iwl_addsta_cmd { struct
H A Diwl3945-base.c202 struct iwl_addsta_cmd sta_cmd;
211 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
H A Diwl-3945.c2264 static u16 iwl3945_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c59 struct iwl_addsta_cmd *addsta,
120 struct iwl_addsta_cmd *addsta =
121 (struct iwl_addsta_cmd *)cmd->cmd.payload;
128 struct iwl_addsta_cmd *sta, u8 flags)
280 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd));
316 struct iwl_addsta_cmd sta_cmd;
349 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
644 struct iwl_addsta_cmd sta_cmd;
673 sizeof(struct iwl_addsta_cmd));
833 struct iwl_addsta_cmd sta_cm
[all...]
H A Diwl-agn-hcmd.c110 static u16 iwlagn_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
112 u16 size = (u16)sizeof(struct iwl_addsta_cmd);
113 struct iwl_addsta_cmd *addsta = (struct iwl_addsta_cmd *)data;
H A Diwl-sta.h66 struct iwl_addsta_cmd *sta, u8 flags);
H A Diwl-core.h100 u16 (*build_addsta_hcmd)(const struct iwl_addsta_cmd *cmd, u8 *data);
H A Diwl-dev.h470 * the commands (iwl_addsta_cmd and iwl_link_quality_cmd) without sta_lock
474 struct iwl_addsta_cmd sta;
H A Diwl-4965.c1858 static u16 iwl4965_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
H A Diwl-commands.h1146 struct iwl_addsta_cmd { struct
H A Diwl3945-base.c202 struct iwl_addsta_cmd sta_cmd;
211 memcpy(&sta_cmd, &priv->stations[sta_id].sta, sizeof(struct iwl_addsta_cmd));
H A Diwl-3945.c2264 static u16 iwl3945_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)

Completed in 315 milliseconds