Searched refs:HostCmd_ACT_GEN_SET (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c107 HostCmd_ACT_GEN_SET, 0,
116 HostCmd_ACT_GEN_SET,
246 HostCmd_ACT_GEN_SET, 0, NULL, false)) {
410 case HostCmd_ACT_GEN_SET:
445 HostCmd_ACT_GEN_SET, 0,
486 return mwifiex_set_hs_params(priv, HostCmd_ACT_GEN_SET,
542 HostCmd_ACT_GEN_SET, MWIFIEX_SYNC_CMD,
687 txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
736 HostCmd_ACT_GEN_SET, 0, buf, true);
892 HostCmd_ACT_GEN_SET, KEY_INFO_ENABLE
[all...]
H A Dsta_cmd.c71 if (cmd_action != HostCmd_ACT_GEN_SET) {
118 } else if (cmd_action == HostCmd_ACT_GEN_SET) {
119 snmp_mib->query_type = cpu_to_le16(HostCmd_ACT_GEN_SET);
241 case HostCmd_ACT_GEN_SET:
301 case HostCmd_ACT_GEN_SET:
438 if (cmd_action == HostCmd_ACT_GEN_SET)
698 km->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
1084 case HostCmd_ACT_GEN_SET:
1242 if (action != HostCmd_ACT_GEN_SET)
1491 HostCmd_ACT_GEN_SET,
[all...]
H A Dcfg80211.c272 HostCmd_ACT_GEN_SET, 0,
302 ret = mwifiex_remain_on_chan_cfg(priv, HostCmd_ACT_GEN_SET, chan,
513 HostCmd_ACT_GEN_SET, true, &encrypt_key, true)) {
601 HostCmd_ACT_GEN_SET, 0, NULL, false)) {
687 HostCmd_ACT_GEN_SET, FRAG_THRESH_I,
704 HostCmd_ACT_GEN_SET, RTS_THRESH_I,
746 HostCmd_ACT_GEN_SET,
788 HostCmd_ACT_GEN_SET, 0, &mode, true))
809 HostCmd_ACT_GEN_SET, 0, &mode, true))
814 HostCmd_ACT_GEN_SET,
[all...]
H A D11h.c79 HostCmd_ACT_GEN_SET, DOT11H_I, &enable, true);
169 HostCmd_ACT_GEN_SET, 0, &radar_params, true);
H A Djoin.c960 HostCmd_ACT_GEN_SET, 0,
1132 HostCmd_ACT_GEN_SET, 0,
1379 HostCmd_ACT_GEN_SET, 0, bss_desc, true);
1405 HostCmd_ACT_GEN_SET, 0, adhoc_ssid, true);
1455 HostCmd_ACT_GEN_SET, 0, bss_desc, true);
1475 HostCmd_ACT_GEN_SET, 0, mac_address, true);
1504 HostCmd_ACT_GEN_SET, 0, NULL, true);
1507 HostCmd_ACT_GEN_SET, 0, NULL, true);
H A Duap_cmd.c237 HostCmd_ACT_GEN_SET, 0, &vht_cfg, true);
457 HostCmd_ACT_GEN_SET, DOT11D_I,
878 HostCmd_ACT_GEN_SET,
886 HostCmd_ACT_GEN_SET, 0, NULL, true)) {
898 HostCmd_ACT_GEN_SET, 0,
H A Dsta_cmdresp.c400 case HostCmd_ACT_GEN_SET:
578 if (le16_to_cpu(key->action) == HostCmd_ACT_GEN_SET) {
614 if (le16_to_cpu(key_v2->action) == HostCmd_ACT_GEN_SET) {
674 case HostCmd_ACT_GEN_SET: /* Proc Set Action */
862 if (le16_to_cpu(ibss_coal_resp->action) == HostCmd_ACT_GEN_SET)
H A Dutil.c155 return mwifiex_send_cmd(priv, cmd, HostCmd_ACT_GEN_SET, 0, NULL, true);
750 mwifiex_send_cmd(priv, HostCmd_CMD_FW_DUMP_EVENT, HostCmd_ACT_GEN_SET,
H A Duap_event.c215 HostCmd_ACT_GEN_SET, 0,
H A D11n.c214 case HostCmd_ACT_GEN_SET:
248 case HostCmd_ACT_GEN_SET:
659 HostCmd_ACT_GEN_SET, 0, &delba, false);
H A Ddebugfs.c628 cmd_action = HostCmd_ACT_GEN_SET;
803 mwifiex_set_hs_params(priv, HostCmd_ACT_GEN_SET,
881 HostCmd_ACT_GEN_SET, 0, &timeshare_coex, true);
H A Die.c131 HostCmd_ACT_GEN_SET,
H A Dtdls.c1078 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true);
1105 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true);
1132 HostCmd_ACT_GEN_SET, 0, &tdls_oper, true);
1277 HostCmd_ACT_GEN_SET, 0, &tdls_oper, false))
H A Dsta_event.c961 HostCmd_ACT_GEN_SET, 0,
1017 HostCmd_ACT_GEN_SET, 0,
H A Dmain.c998 HostCmd_ACT_GEN_SET, 0, NULL, true);
1087 HostCmd_ACT_GEN_SET, 0, &tx_buf_size, false);
H A Dscan.c746 ret = mwifiex_send_cmd(priv, cmd_no, HostCmd_ACT_GEN_SET,
2460 HostCmd_ACT_GEN_SET, 0, bgscan_cfg, true)) {
H A Dfw.h450 #define HostCmd_ACT_GEN_SET 0x0001 macro

Completed in 776 milliseconds