Searched refs:wl12xx_allocate_link (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 326 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_allocate_link() function 456 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->dev_hlid); in wl12xx_cmd_role_start_dev() 557 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->sta.hlid); in wl12xx_cmd_role_start_sta() 658 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.global_hlid); in wl12xx_cmd_role_start_ap() 662 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_start_ap() 802 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->sta.hlid); in wl12xx_cmd_role_start_ibss()
|
D | cmd.h | 105 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif,
|
D | main.c | 5040 ret = wl12xx_allocate_link(wl, wlvif, &wl_sta->hlid); in wl1271_allocate_sta()
|