Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c651 ret = wl12xx_allocate_link(wl, wlvif, &wlvif->ap.global_hlid); in wl12xx_cmd_role_start_ap()
666 cmd->ap.global_hlid = wlvif->ap.global_hlid; in wl12xx_cmd_role_start_ap()
668 cmd->ap.global_session_id = wl->session_ids[wlvif->ap.global_hlid]; in wl12xx_cmd_role_start_ap()
726 wl12xx_free_link(wl, wlvif, &wlvif->ap.global_hlid); in wl12xx_cmd_role_start_ap()
757 wl12xx_free_link(wl, wlvif, &wlvif->ap.global_hlid); in wl12xx_cmd_role_stop_ap()
H A Dwlcore_i.h375 u8 global_hlid; member
H A Dtx.c155 return wlvif->ap.global_hlid; in wl12xx_tx_get_hlid_ap()
325 if (hlid == wlvif->ap.global_hlid) in wl1271_tx_fill_hdr()
1058 i != wlvif->ap.bcast_hlid && i != wlvif->ap.global_hlid) { in wl12xx_tx_reset_wlvif()
H A Dcmd.h346 u8 global_hlid; member
H A Ddebugfs.c568 VIF_STATE_PRINT_INT(ap.global_hlid); in vifs_state_read()