Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c383 *hlid == wlvif->ap.bcast_hlid) { in wl12xx_free_link()
655 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_start_ap()
660 wl->links[wlvif->ap.bcast_hlid].total_freed_pkts = in wl12xx_cmd_role_start_ap()
667 cmd->ap.broadcast_hlid = wlvif->ap.bcast_hlid; in wl12xx_cmd_role_start_ap()
669 cmd->ap.bcast_session_id = wl->session_ids[wlvif->ap.bcast_hlid]; in wl12xx_cmd_role_start_ap()
723 wl12xx_free_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_start_ap()
756 wl12xx_free_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_stop_ap()
1450 if (hlid == wlvif->ap.bcast_hlid) { in wl1271_cmd_set_ap_key()
H A Dtx.c38 wlvif->ap.bcast_hlid); in wl1271_set_default_wep_key()
153 return wlvif->ap.bcast_hlid; in wl12xx_tx_get_hlid_ap()
327 else if (hlid == wlvif->ap.bcast_hlid || in wl1271_tx_fill_hdr()
1058 i != wlvif->ap.bcast_hlid && i != wlvif->ap.global_hlid) { in wl12xx_tx_reset_wlvif()
H A Dwlcore_i.h376 u8 bcast_hlid; member
H A Ddebugfs.c569 VIF_STATE_PRINT_INT(ap.bcast_hlid); in vifs_state_read()