Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dcmd.c390 *hlid == wlvif->ap.bcast_hlid) { in wl12xx_free_link()
662 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_start_ap()
667 wl->links[wlvif->ap.bcast_hlid].total_freed_pkts = in wl12xx_cmd_role_start_ap()
674 cmd->ap.broadcast_hlid = wlvif->ap.bcast_hlid; in wl12xx_cmd_role_start_ap()
676 cmd->ap.bcast_session_id = wl->session_ids[wlvif->ap.bcast_hlid]; in wl12xx_cmd_role_start_ap()
730 wl12xx_free_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_start_ap()
763 wl12xx_free_link(wl, wlvif, &wlvif->ap.bcast_hlid); in wl12xx_cmd_role_stop_ap()
1456 if (hlid == wlvif->ap.bcast_hlid) { in wl1271_cmd_set_ap_key()
Dtx.c52 wlvif->ap.bcast_hlid); in wl1271_set_default_wep_key()
170 return wlvif->ap.bcast_hlid; in wl12xx_tx_get_hlid_ap()
344 else if (hlid == wlvif->ap.bcast_hlid || in wl1271_tx_fill_hdr()
1076 i != wlvif->ap.bcast_hlid && i != wlvif->ap.global_hlid) { in wl12xx_tx_reset_wlvif()
Dwlcore_i.h379 u8 bcast_hlid; member
Dmain.c2269 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID; in wl12xx_init_vif_data()
2735 wlvif->ap.bcast_hlid = WL12XX_INVALID_LINK_ID; in __wl1271_op_remove_interface()
3352 hlid = wlvif->ap.bcast_hlid; in wl1271_ap_init_hwenc()
3368 wlvif->ap.bcast_hlid); in wl1271_ap_init_hwenc()
3394 hlid = wlvif->ap.bcast_hlid; in wl1271_set_key()
3527 hlid = wlvif->ap.bcast_hlid; in wlcore_set_key()
Ddebugfs.c599 VIF_STATE_PRINT_INT(ap.bcast_hlid); in vifs_state_read()