Lines Matching refs:beacon
122 bcn = wma->interfaces[vdev_id].beacon; in wma_send_bcn_buf_ll()
2196 p2p_ie = bcn_info->beacon + bcn_info->p2pIeOffset; in wma_unified_bcn_tmpl_send()
2207 tmpl_len = *(uint32_t *) &bcn_info->beacon[0]; in wma_unified_bcn_tmpl_send()
2226 frm = bcn_info->beacon + bytes_to_strip; in wma_unified_bcn_tmpl_send()
2286 bcn = wma->interfaces[vdev_id].beacon; in wma_store_bcn_tmpl()
2292 len = *(uint32_t *) &bcn_info->beacon[0]; in wma_store_bcn_tmpl()
2308 bcn_info->beacon + 4 /* Exclude beacon length field */, in wma_store_bcn_tmpl()
2388 bcn = intf[if_id].beacon; in wma_tbttoffset_update_event_handler()
2402 qdf_mem_copy(bcn_info.beacon, in wma_tbttoffset_update_event_handler()
2524 struct sAniBeaconStruct *beacon; in wma_send_beacon() local
2526 beacon = (struct sAniBeaconStruct *) (bcn_info->beacon); in wma_send_beacon()
2527 if (wma_find_vdev_id_by_addr(wma, beacon->macHdr.sa, &vdev_id)) { in wma_send_beacon()
2542 p2p_ie = bcn_info->beacon + bcn_info->p2pIeOffset; in wma_send_beacon()