Searched refs:host_cmd_ds_command (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/drivers/net/wireless/mwifiex/ |
D | 11n.h | 28 struct host_cmd_ds_command *resp); 30 struct host_cmd_ds_command *resp); 31 int mwifiex_ret_11n_cfg(struct host_cmd_ds_command *resp, 33 int mwifiex_cmd_11n_cfg(struct host_cmd_ds_command *cmd, u16 cmd_action, 64 int mwifiex_ret_amsdu_aggr_ctrl(struct host_cmd_ds_command *resp, 68 struct host_cmd_ds_command *cmd, 70 int mwifiex_cmd_amsdu_aggr_ctrl(struct host_cmd_ds_command *cmd,
|
D | 11n_rxreorder.h | 50 struct host_cmd_ds_command 52 int mwifiex_cmd_11n_delba(struct host_cmd_ds_command *cmd, 55 struct host_cmd_ds_command *cmd, 58 int mwifiex_cmd_11n_addba_req(struct host_cmd_ds_command *cmd,
|
D | sta_cmdresp.c | 44 struct host_cmd_ds_command *resp) in mwifiex_process_cmdresp_error() 122 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_rssi_info() 185 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() 228 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log() 276 struct host_cmd_ds_command *resp, in mwifiex_ret_tx_rate_cfg() 410 struct host_cmd_ds_command *resp) in mwifiex_ret_tx_power_cfg() 472 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_mac_address() 490 struct host_cmd_ds_command *resp) in mwifiex_ret_mac_multicast_adr() 505 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_tx_rate_query() 525 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_deauthenticate() [all …]
|
D | cmdevt.c | 114 struct host_cmd_ds_command *cmd, in mwifiex_cmd_host_cmd() 137 struct host_cmd_ds_command *host_cmd; in mwifiex_dnld_cmd_to_fw() 146 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_dnld_cmd_to_fw() 452 struct host_cmd_ds_command *cmd_ptr; in mwifiex_send_cmd_async() 492 memset(skb_put(cmd_node->cmd_skb, sizeof(struct host_cmd_ds_command)), in mwifiex_send_cmd_async() 493 0, sizeof(struct host_cmd_ds_command)); in mwifiex_send_cmd_async() 495 cmd_ptr = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_send_cmd_async() 564 struct host_cmd_ds_command *host_cmd = NULL; in mwifiex_insert_cmd_to_pending_q() 568 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_insert_cmd_to_pending_q() 613 struct host_cmd_ds_command *host_cmd; in mwifiex_exec_next_cmd() [all …]
|
D | sta_cmd.c | 39 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info() 69 struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_control() 104 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_snmp_mib() 187 mwifiex_cmd_802_11_get_log(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_get_log() 205 struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_rate_cfg() 266 static int mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, in mwifiex_cmd_tx_power_cfg() 317 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_hs_cfg() 375 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_mac_address() 400 mwifiex_cmd_mac_multicast_adr(struct host_cmd_ds_command *cmd, in mwifiex_cmd_mac_multicast_adr() 428 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_deauthenticate() [all …]
|
D | main.h | 720 struct host_cmd_ds_command *cmd, 724 struct host_cmd_ds_command *resp, 730 struct host_cmd_ds_command *resp); 737 struct host_cmd_ds_command *resp); 743 int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd, 748 struct host_cmd_ds_command *resp); 754 struct host_cmd_ds_command *cmd, 757 struct host_cmd_ds_command *resp); 766 struct host_cmd_ds_command *cmd, 769 struct host_cmd_ds_command *cmd, [all …]
|
D | 11n.c | 100 struct host_cmd_ds_command *resp) in mwifiex_ret_11n_delba() 149 struct host_cmd_ds_command *resp) in mwifiex_ret_11n_addba_req() 188 int mwifiex_ret_11n_cfg(struct host_cmd_ds_command *resp, in mwifiex_ret_11n_cfg() 209 struct host_cmd_ds_command *cmd, int cmd_action, in mwifiex_cmd_recfg_tx_buf() 240 int mwifiex_cmd_amsdu_aggr_ctrl(struct host_cmd_ds_command *cmd, in mwifiex_cmd_amsdu_aggr_ctrl() 271 int mwifiex_ret_amsdu_aggr_ctrl(struct host_cmd_ds_command *resp, in mwifiex_ret_amsdu_aggr_ctrl() 294 int mwifiex_cmd_11n_cfg(struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11n_cfg()
|
D | 11n_rxreorder.c | 305 int mwifiex_cmd_11n_addba_req(struct host_cmd_ds_command *cmd, void *data_buf) in mwifiex_cmd_11n_addba_req() 327 struct host_cmd_ds_command *cmd, in mwifiex_cmd_11n_addba_rsp_gen() 375 int mwifiex_cmd_11n_delba(struct host_cmd_ds_command *cmd, void *data_buf) in mwifiex_cmd_11n_delba() 529 struct host_cmd_ds_command *resp) in mwifiex_ret_11n_addba_resp()
|
D | wmm.h | 108 const struct host_cmd_ds_command *resp);
|
D | join.c | 339 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_associate() 565 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_associate() 716 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_ad_hoc_start() 986 struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_ad_hoc_join() 1133 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_ad_hoc()
|
D | scan.c | 1414 int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd, in mwifiex_cmd_802_11_scan() 1557 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_scan() 1827 int mwifiex_cmd_802_11_bg_scan_query(struct host_cmd_ds_command *cmd) in mwifiex_cmd_802_11_bg_scan_query()
|
D | fw.h | 1158 struct host_cmd_ds_command { struct
|
D | wmm.c | 673 const struct host_cmd_ds_command *resp) in mwifiex_ret_wmm_get_status()
|