Home
last modified time | relevance | path

Searched refs:subsc_evt_cfg (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dioctl.h392 struct subsc_evt_cfg { struct
400 struct subsc_evt_cfg bcn_l_rssi_cfg; argument
401 struct subsc_evt_cfg bcn_h_rssi_cfg;
Dsta_cmd.c1287 struct mwifiex_ds_misc_subsc_evt *subsc_evt_cfg) in mwifiex_cmd_802_11_subsc_evt() argument
1298 subsc_evt->action = cpu_to_le16(subsc_evt_cfg->action); in mwifiex_cmd_802_11_subsc_evt()
1300 "cmd: action: %d\n", subsc_evt_cfg->action); in mwifiex_cmd_802_11_subsc_evt()
1303 if (subsc_evt_cfg->action == HostCmd_ACT_GEN_GET) in mwifiex_cmd_802_11_subsc_evt()
1306 subsc_evt->events = cpu_to_le16(subsc_evt_cfg->events); in mwifiex_cmd_802_11_subsc_evt()
1308 event_bitmap = subsc_evt_cfg->events; in mwifiex_cmd_802_11_subsc_evt()
1312 if (((subsc_evt_cfg->action == HostCmd_ACT_BITWISE_CLR) || in mwifiex_cmd_802_11_subsc_evt()
1313 (subsc_evt_cfg->action == HostCmd_ACT_BITWISE_SET)) && in mwifiex_cmd_802_11_subsc_evt()
1326 if (subsc_evt_cfg->action == HostCmd_ACT_BITWISE_CLR) in mwifiex_cmd_802_11_subsc_evt()
1339 rssi_tlv->abs_value = subsc_evt_cfg->bcn_l_rssi_cfg.abs_value; in mwifiex_cmd_802_11_subsc_evt()
[all …]