Lines Matching refs:params

61 		pm = &resp->params.psmode_enh;  in mwifiex_process_cmdresp_error()
67 (le16_to_cpu(pm->params.ps_bitmap) & BITMAP_STA_PS) && in mwifiex_process_cmdresp_error()
127 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
187 struct host_cmd_ds_802_11_snmp_mib *smib = &resp->params.smib; in mwifiex_ret_802_11_snmp_mib()
239 &resp->params.get_log; in mwifiex_ret_get_log()
286 struct host_cmd_ds_tx_rate_cfg *rate_cfg = &resp->params.tx_rate_cfg; in mwifiex_ret_tx_rate_cfg()
401 struct host_cmd_ds_txpwr_cfg *txp_cfg = &resp->params.txp_cfg; in mwifiex_ret_tx_power_cfg()
455 struct host_cmd_ds_rf_tx_pwr *txp = &resp->params.txp; in mwifiex_ret_rf_tx_power()
479 struct host_cmd_ds_rf_ant_mimo *ant_mimo = &resp->params.ant_mimo; in mwifiex_ret_rf_antenna()
480 struct host_cmd_ds_rf_ant_siso *ant_siso = &resp->params.ant_siso; in mwifiex_ret_rf_antenna()
509 &resp->params.mac_addr; in mwifiex_ret_802_11_mac_address()
541 priv->tx_rate = resp->params.tx_rate.tx_rate; in mwifiex_ret_802_11_tx_rate_query()
542 priv->tx_htinfo = resp->params.tx_rate.ht_info; in mwifiex_ret_802_11_tx_rate_query()
564 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
566 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
594 &resp->params.key_material; in mwifiex_ret_802_11_key_material_v1()
627 key_v2 = &resp->params.key_material_v2; in mwifiex_ret_802_11_key_material_v2()
668 &resp->params.domain_info_resp; in mwifiex_ret_802_11d_domain_info()
712 struct host_cmd_ds_version_ext *ver_ext = &resp->params.verext; in mwifiex_ret_ver_ext()
731 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan()
747 struct host_cmd_ds_p2p_mode_cfg *mode_cfg = &resp->params.mode_cfg; in mwifiex_ret_p2p_mode_cfg()
761 struct host_cmd_ds_mem_access *mem = (void *)&resp->params.mem; in mwifiex_ret_mem_access()
794 r.mac = &resp->params.mac_reg; in mwifiex_ret_reg_access()
799 r.bbp = &resp->params.bbp_reg; in mwifiex_ret_reg_access()
805 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
810 r.pmic = &resp->params.pmic_reg; in mwifiex_ret_reg_access()
815 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
820 r.eeprom = &resp->params.eeprom; in mwifiex_ret_reg_access()
852 &(resp->params.ibss_coalescing); in mwifiex_ret_ibss_coalescing_status()
888 struct host_cmd_ds_tdls_oper *cmd_tdls_oper = &resp->params.tdls_oper; in mwifiex_ret_tdls_oper()
952 &resp->params.subsc_evt; in mwifiex_ret_subsc_evt()
967 &resp->params.sta_list; in mwifiex_ret_uap_sta_list()
1002 &resp->params.sdio_rx_aggr_cfg; in mwifiex_ret_sdio_rx_aggr_cfg()
1014 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex()
1153 if (0xffff == (u16)le16_to_cpu(resp->params.tx_buf.buff_size)) { in mwifiex_process_sta_cmdresp()
1164 adapter->tx_buf_size = (u16) le16_to_cpu(resp->params. in mwifiex_process_sta_cmdresp()
1175 le16_to_cpu(resp->params.tx_buf.mp_end_port)); in mwifiex_process_sta_cmdresp()