Home
last modified time | relevance | path

Searched refs:HostCmd_ACT_GEN_SET (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c71 if (cmd_action != HostCmd_ACT_GEN_SET) { in mwifiex_cmd_mac_control()
118 } else if (cmd_action == HostCmd_ACT_GEN_SET) { in mwifiex_cmd_802_11_snmp_mib()
119 snmp_mib->query_type = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_cmd_802_11_snmp_mib()
241 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_tx_power_cfg()
301 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_rf_antenna()
438 if (cmd_action == HostCmd_ACT_GEN_SET) in mwifiex_cmd_802_11_mac_address()
698 km->action = cpu_to_le16(HostCmd_ACT_GEN_SET); in mwifiex_cmd_802_11_key_material_v2()
1084 case HostCmd_ACT_GEN_SET: in mwifiex_cmd_ibss_coalescing_status()
1242 if (action != HostCmd_ACT_GEN_SET) in mwifiex_cmd_pcie_host_spec()
1491 HostCmd_ACT_GEN_SET, 0, in mwifiex_dnld_dt_cfgdata()
[all …]
H A Djoin.c1001 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 D11h.c79 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 Dsta_cmdresp.c400 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 Duap_cmd.c232 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 D11n.c214 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 Ddebugfs.c628 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, &timeshare_coex, true); in mwifiex_timeshare_coex_write()
H A Dtdls.c1078 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_config_link()
1105 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_create_link()
1132 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true); in mwifiex_tdls_process_disable_link()
1277 HostCmd_ACT_GEN_SET, 0, &tdls_oper, false)) in mwifiex_disable_all_tdls_links()
H A Duap_event.c215 HostCmd_ACT_GEN_SET, 0, in mwifiex_process_uap_event()
H A Dutil.c155 return mwifiex_send_cmd(priv, cmd, HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_init_shutdown_fw()
856 mwifiex_send_cmd(priv, HostCmd_CMD_FW_DUMP_EVENT, HostCmd_ACT_GEN_SET, in mwifiex_fw_dump_event()
H A Dsta_event.c972 HostCmd_ACT_GEN_SET, 0, in mwifiex_process_sta_event()
1035 HostCmd_ACT_GEN_SET, 0, in mwifiex_process_sta_event()
H A Die.c131 HostCmd_ACT_GEN_SET, in mwifiex_update_autoindex_ies()
H A Dmain.c1005 HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_set_mac_address()
1094 HostCmd_ACT_GEN_SET, 0, &tx_buf_size, false); in mwifiex_multi_chan_resync()
H A Dscan.c746 ret = mwifiex_send_cmd(priv, cmd_no, HostCmd_ACT_GEN_SET, in mwifiex_scan_channel_list()
2464 HostCmd_ACT_GEN_SET, 0, bgscan_cfg, true)) { in mwifiex_stop_bg_scan()
H A Dfw.h456 #define HostCmd_ACT_GEN_SET 0x0001 macro