| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_ioctl.c | 107 HostCmd_ACT_GEN_SET, 0, in mwifiex_request_set_multicast_list() 116 HostCmd_ACT_GEN_SET, in mwifiex_request_set_multicast_list() 302 HostCmd_ACT_GEN_SET, 0, NULL, false)) { in mwifiex_process_country_ie() 463 case HostCmd_ACT_GEN_SET: in mwifiex_set_hs_params() 498 HostCmd_ACT_GEN_SET, 0, in mwifiex_set_hs_params() 539 return mwifiex_set_hs_params(priv, HostCmd_ACT_GEN_SET, in mwifiex_cancel_hs() 594 HostCmd_ACT_GEN_SET, MWIFIEX_SYNC_CMD, in mwifiex_enable_hs() 739 txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_set_tx_power() 788 HostCmd_ACT_GEN_SET, 0, buf, true); in mwifiex_set_tx_power() 944 HostCmd_ACT_GEN_SET, KEY_INFO_ENABLED, in mwifiex_sec_ioctl_set_wapi_key() [all …]
|
| H A D | join.c | 1001 HostCmd_ACT_GEN_SET, 0, in mwifiex_cmd_802_11_ad_hoc_start() 1173 HostCmd_ACT_GEN_SET, 0, in mwifiex_cmd_802_11_ad_hoc_join() 1420 HostCmd_ACT_GEN_SET, 0, bss_desc, true); in mwifiex_associate() 1446 HostCmd_ACT_GEN_SET, 0, adhoc_ssid, true); in mwifiex_adhoc_start() 1496 HostCmd_ACT_GEN_SET, 0, bss_desc, true); in mwifiex_adhoc_join() 1516 HostCmd_ACT_GEN_SET, 0, mac_address, true); in mwifiex_deauthenticate_infra() 1541 HostCmd_ACT_GEN_SET, 0, in mwifiex_deauthenticate() 1559 HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_deauthenticate() 1562 HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_deauthenticate()
|
| H A D | 11h.c | 79 HostCmd_ACT_GEN_SET, DOT11H_I, &enable, true); in mwifiex_11h_activate() 169 HostCmd_ACT_GEN_SET, 0, &radar_params, true); in mwifiex_stop_radar_detection()
|
| H A D | uap_cmd.c | 232 HostCmd_ACT_GEN_SET, 0, &vht_cfg, true); in mwifiex_set_vht_width() 452 HostCmd_ACT_GEN_SET, DOT11D_I, in mwifiex_config_uap_11d() 1040 HostCmd_ACT_GEN_SET, in mwifiex_config_start_uap() 1048 HostCmd_ACT_GEN_SET, 0, NULL, true)) { in mwifiex_config_start_uap() 1060 HostCmd_ACT_GEN_SET, 0, in mwifiex_config_start_uap()
|
| H A D | sta_cmdresp.c | 400 case HostCmd_ACT_GEN_SET: in mwifiex_ret_tx_power_cfg() 578 if (le16_to_cpu(key->action) == HostCmd_ACT_GEN_SET) { in mwifiex_ret_802_11_key_material_v1() 614 if (le16_to_cpu(key_v2->action) == HostCmd_ACT_GEN_SET) { in mwifiex_ret_802_11_key_material_v2() 674 case HostCmd_ACT_GEN_SET: /* Proc Set Action */ in mwifiex_ret_802_11d_domain_info() 862 if (le16_to_cpu(ibss_coal_resp->action) == HostCmd_ACT_GEN_SET) in mwifiex_ret_ibss_coalescing_status()
|
| H A D | 11n.c | 214 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_recfg_tx_buf() 248 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_amsdu_aggr_ctrl() 659 HostCmd_ACT_GEN_SET, 0, &delba, false); in mwifiex_send_delba()
|
| H A D | debugfs.c | 628 cmd_action = HostCmd_ACT_GEN_SET; in mwifiex_memrw_write() 803 mwifiex_set_hs_params(priv, HostCmd_ACT_GEN_SET, in mwifiex_hscfg_write() 881 HostCmd_ACT_GEN_SET, 0, ×hare_coex, true); in mwifiex_timeshare_coex_write()
|
| H A D | util.c | 137 return mwifiex_send_cmd(priv, cmd, HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_init_shutdown_fw() 840 mwifiex_send_cmd(priv, HostCmd_CMD_FW_DUMP_EVENT, HostCmd_ACT_GEN_SET, in mwifiex_fw_dump_event()
|
| H A D | sta_event.c | 972 HostCmd_ACT_GEN_SET, 0, in mwifiex_process_sta_event() 1035 HostCmd_ACT_GEN_SET, 0, in mwifiex_process_sta_event()
|
| H A D | ie.c | 131 HostCmd_ACT_GEN_SET, in mwifiex_update_autoindex_ies()
|
| H A D | main.c | 980 HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_set_mac_address() 1069 HostCmd_ACT_GEN_SET, 0, &tx_buf_size, false); in mwifiex_multi_chan_resync()
|
| H A D | scan.c | 746 ret = mwifiex_send_cmd(priv, cmd_no, HostCmd_ACT_GEN_SET, in mwifiex_scan_channel_list() 2461 HostCmd_ACT_GEN_SET, 0, bgscan_cfg, true)) { in mwifiex_stop_bg_scan()
|
| H A D | fw.h | 456 #define HostCmd_ACT_GEN_SET 0x0001 macro
|