Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dhw_ops.h309 if (!wl->ops->smart_config_set_group_key) in wlcore_smart_config_set_group_key()
312 return wl->ops->smart_config_set_group_key(wl, group_id, key_len, key); in wlcore_smart_config_set_group_key()
Dwlcore.h127 int (*smart_config_set_group_key)(struct wl1271 *wl, u16 group_id, member
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dmain.c1761 .smart_config_set_group_key = wl18xx_cmd_smart_config_set_group_key,