Searched refs:HostCmd_ACT_GEN_SET (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 74 if (cmd_action != HostCmd_ACT_GEN_SET) { in mwifiex_cmd_mac_control() 125 if (cmd_action == HostCmd_ACT_GEN_SET) { in mwifiex_cmd_802_11_snmp_mib() 126 snmp_mib->query_type = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_cmd_802_11_snmp_mib() 136 if (cmd_action == HostCmd_ACT_GEN_SET) { in mwifiex_cmd_802_11_snmp_mib() 137 snmp_mib->query_type = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_cmd_802_11_snmp_mib() 148 if (cmd_action == HostCmd_ACT_GEN_SET) { in mwifiex_cmd_802_11_snmp_mib() 149 snmp_mib->query_type = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_cmd_802_11_snmp_mib() 159 if (cmd_action == HostCmd_ACT_GEN_SET) { in mwifiex_cmd_802_11_snmp_mib() 160 snmp_mib->query_type = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_cmd_802_11_snmp_mib() 277 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_tx_power_cfg() [all …]
|
D | sta_ioctl.c | 129 HostCmd_ACT_GEN_SET, 0, in mwifiex_request_set_multicast_list() 135 HostCmd_ACT_GEN_SET, 0, in mwifiex_request_set_multicast_list() 146 HostCmd_ACT_GEN_SET, in mwifiex_request_set_multicast_list() 319 case HostCmd_ACT_GEN_SET: in mwifiex_set_hs_params() 353 HostCmd_ACT_GEN_SET, 0, in mwifiex_set_hs_params() 358 HostCmd_ACT_GEN_SET, 0, in mwifiex_set_hs_params() 397 return mwifiex_set_hs_params(priv, HostCmd_ACT_GEN_SET, in mwifiex_cancel_hs() 424 HostCmd_ACT_GEN_SET, MWIFIEX_SYNC_CMD, in mwifiex_enable_hs() 638 ret = mwifiex_bss_ioctl_ibss_channel(priv, HostCmd_ACT_GEN_SET, in mwifiex_drv_change_adhoc_chan() 741 HostCmd_ACT_GEN_SET, 0, bitmap_rates); in mwifiex_rate_ioctl_set_rate_value() [all …]
|
D | join.c | 845 HostCmd_ACT_GEN_SET, 0, in mwifiex_cmd_802_11_ad_hoc_start() 1009 HostCmd_ACT_GEN_SET, 0, in mwifiex_cmd_802_11_ad_hoc_join() 1239 HostCmd_ACT_GEN_SET, 0, bss_desc); in mwifiex_associate() 1259 HostCmd_ACT_GEN_SET, 0, adhoc_ssid); in mwifiex_adhoc_start() 1297 HostCmd_ACT_GEN_SET, 0, bss_desc); in mwifiex_adhoc_join() 1323 HostCmd_ACT_GEN_SET, 0, &mac_address); in mwifiex_deauthenticate_infra() 1344 HostCmd_ACT_GEN_SET, 0, NULL); in mwifiex_deauthenticate()
|
D | 11n.c | 220 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_recfg_tx_buf() 253 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_amsdu_aggr_ctrl() 480 HostCmd_ACT_GEN_SET, 0, &tx_buf); in mwifiex_cfg_tx_buf() 654 HostCmd_ACT_GEN_SET, 0, &delba); in mwifiex_send_delba()
|
D | sta_cmdresp.c | 437 case HostCmd_ACT_GEN_SET: in mwifiex_ret_tx_power_cfg() 562 if (le16_to_cpu(key->action) == HostCmd_ACT_GEN_SET) { in mwifiex_ret_802_11_key_material() 606 case HostCmd_ACT_GEN_SET: /* Proc Set Action */ in mwifiex_ret_802_11d_domain_info() 781 if (le16_to_cpu(ibss_coal_resp->action) == HostCmd_ACT_GEN_SET) in mwifiex_ret_ibss_coalescing_status()
|
D | util.c | 75 return mwifiex_send_cmd_sync(priv, cmd, HostCmd_ACT_GEN_SET, 0, NULL); in mwifiex_init_shutdown_fw()
|
D | cfg80211.c | 255 HostCmd_ACT_GEN_SET, 0, NULL)) { in mwifiex_send_domain_info_cmd_fw() 407 HostCmd_ACT_GEN_SET, FRAG_THRESH_I, in mwifiex_set_frag() 426 HostCmd_ACT_GEN_SET, RTS_THRESH_I, in mwifiex_set_rts() 496 HostCmd_ACT_GEN_SET, 0, NULL); in mwifiex_cfg80211_change_virtual_intf()
|
D | sta_event.c | 358 HostCmd_ACT_GEN_SET, 0, in mwifiex_process_sta_event()
|
D | main.c | 491 HostCmd_ACT_GEN_SET, 0, NULL); in mwifiex_set_mac_address()
|
D | fw.h | 235 #define HostCmd_ACT_GEN_SET 0x0001 macro
|
D | scan.c | 694 HostCmd_ACT_GEN_SET, 0, in mwifiex_scan_channel_list()
|