Home
last modified time | relevance | path

Searched refs:wlcore_set_key (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h504 int wlcore_set_key(struct wl1271 *wl, enum set_key_cmd cmd,
H A Dmain.c3545 int wlcore_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wlcore_set_key() function
3657 EXPORT_SYMBOL_GPL(wlcore_set_key);
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1645 return wlcore_set_key(wl, cmd, vif, sta, key_conf); in wl12xx_set_key()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1620 ret = wlcore_set_key(wl, cmd, vif, sta, key_conf); in wl18xx_set_key()