Searched refs:bcn_buf (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_init.c | 224 (t_u8 **)&pmadapter->bcn_buf); in wlan_allocate_adapter() 225 if (ret != MLAN_STATUS_SUCCESS || !pmadapter->bcn_buf) { in wlan_allocate_adapter() 627 memset(pmadapter, pmadapter->bcn_buf, 0, pmadapter->bcn_buf_size); in wlan_init_adapter() 628 pmadapter->pbcn_buf_end = pmadapter->bcn_buf; in wlan_init_adapter() 1355 if (pmadapter->bcn_buf) { in wlan_free_adapter() 1357 (t_u8 *)pmadapter->bcn_buf); in wlan_free_adapter() 1358 pmadapter->bcn_buf = MNULL; in wlan_free_adapter()
|
| H A D | mlan_scan.c | 2142 pmadapter->bcn_buf))); in wlan_ret_802_11_scan_store_beacon() 2192 < (pmadapter->bcn_buf + pmadapter->bcn_buf_size)) { in wlan_ret_802_11_scan_store_beacon() 2205 pmadapter->bcn_buf))); in wlan_ret_802_11_scan_store_beacon() 2266 pmadapter->bcn_buf))); in wlan_ret_802_11_scan_store_beacon() 2312 SCAN_BEACON_ENTRY_PAD > (pmadapter->bcn_buf + in wlan_ret_802_11_scan_store_beacon() 2333 pmadapter->bcn_buf; in wlan_ret_802_11_scan_store_beacon() 2334 memcpy(pmadapter, tmp_buf, pmadapter->bcn_buf, in wlan_ret_802_11_scan_store_beacon() 2342 pmadapter->bcn_buf; in wlan_ret_802_11_scan_store_beacon() 2356 bcn_buf); in wlan_ret_802_11_scan_store_beacon() 2357 pmadapter->bcn_buf = tmp_buf; in wlan_ret_802_11_scan_store_beacon() [all …]
|
| H A D | mlan_main.h | 2015 t_u8 *bcn_buf; member
|
| H A D | mlan_sta_ioctl.c | 5858 pmadapter->pbcn_buf_end = pmadapter->bcn_buf; in wlan_scan_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_init.c | 291 (t_u8 **)&pmadapter->bcn_buf); in wlan_allocate_adapter() 295 MLAN_MEM_DEF, (t_u8 **)&pmadapter->bcn_buf); in wlan_allocate_adapter() 296 if (ret != MLAN_STATUS_SUCCESS || !pmadapter->bcn_buf) { in wlan_allocate_adapter() 781 memset(pmadapter, pmadapter->bcn_buf, 0, pmadapter->bcn_buf_size); in wlan_init_adapter() 782 pmadapter->pbcn_buf_end = pmadapter->bcn_buf; in wlan_init_adapter() 1760 if (pmadapter->bcn_buf) { in wlan_free_adapter() 1763 (t_u8 *)pmadapter->bcn_buf); in wlan_free_adapter() 1766 (t_u8 *)pmadapter->bcn_buf); in wlan_free_adapter() 1767 pmadapter->bcn_buf = MNULL; in wlan_free_adapter()
|
| H A D | mlan_scan.c | 2554 pmadapter->bcn_buf))); in wlan_ret_802_11_scan_store_beacon() 2606 (pmadapter->bcn_buf + pmadapter->bcn_buf_size)) { in wlan_ret_802_11_scan_store_beacon() 2618 (pmadapter->pbcn_buf_end - pmadapter->bcn_buf))); in wlan_ret_802_11_scan_store_beacon() 2678 (pmadapter->pbcn_buf_end - pmadapter->bcn_buf))); in wlan_ret_802_11_scan_store_beacon() 2770 (pmadapter->bcn_buf + pmadapter->bcn_buf_size)) && in wlan_ret_802_11_scan_store_beacon() 2794 pmadapter->bcn_buf; in wlan_ret_802_11_scan_store_beacon() 2796 pmadapter->bcn_buf, bcn_size, in wlan_ret_802_11_scan_store_beacon() 2805 pmadapter->bcn_buf; in wlan_ret_802_11_scan_store_beacon() 2818 (t_u8 *)pmadapter->bcn_buf); in wlan_ret_802_11_scan_store_beacon() 2822 (t_u8 *)pmadapter->bcn_buf); in wlan_ret_802_11_scan_store_beacon() [all …]
|
| H A D | mlan_main.h | 2605 t_u8 *bcn_buf;
|
| H A D | mlan_sta_ioctl.c | 5666 pmadapter->pbcn_buf_end = pmadapter->bcn_buf; in wlan_scan_ioctl()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_def.h | 1616 u8 bcn_buf[MAX_BCN_SIZE]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_def.h | 1595 u8 bcn_buf[MAX_BCN_SIZE]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.c | 4747 info.pld_buf = bcn_cmn->bcn_buf; in hal_mac_ax_send_beacon()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.c | 4765 info.pld_buf = bcn_cmn->bcn_buf; in hal_mac_ax_send_beacon()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mlme_ext.c | 5838 _rtw_memcpy(bcn_cmn->bcn_buf, pframe, pattrib->pktlen);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mlme_ext.c | 5850 _rtw_memcpy(bcn_cmn->bcn_buf, pframe, pattrib->pktlen);
|