Home
last modified time | relevance | path

Searched refs:smart_config_set_group_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dhw_ops.h295 if (!wl->ops->smart_config_set_group_key) in wlcore_smart_config_set_group_key()
298 return wl->ops->smart_config_set_group_key(wl, group_id, key_len, key); in wlcore_smart_config_set_group_key()
Dwlcore.h113 int (*smart_config_set_group_key)(struct wl1271 *wl, u16 group_id, member
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/
Dmain.c1747 .smart_config_set_group_key = wl18xx_cmd_smart_config_set_group_key,