Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c428 _os_mem_cpy(d, info->outbuf, &fb_ctx->bcn_param, info->outlen); in phl_custom_fb_update_opt_ie()
443 fb_ctx->bcn_param.enable = true; in phl_custom_fb_set_role_cap()
444 fb_ctx->bcn_param.cus_wmode = *(u8*)info->inbuf; in phl_custom_fb_set_role_cap()
458 struct _facebook_bcn_param bcn_param = {0}; in phl_custom_fb_init_role_cap() local
461 op_info.outbuf = (u8*)&bcn_param; in phl_custom_fb_init_role_cap()
467 if (bcn_param.enable == true) { in phl_custom_fb_init_role_cap()
468 role_cap->wmode &= bcn_param.cus_wmode; in phl_custom_fb_init_role_cap()
472 bcn_param.cus_wmode, in phl_custom_fb_init_role_cap()
473 bcn_param.enable); in phl_custom_fb_init_role_cap()
H A Dphl_custom_fb.h46 struct _facebook_bcn_param bcn_param; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1772 struct mwifiex_fixed_bcn_param *bcn_param; in mwifiex_parse_single_response_buf() local
1824 bcn_param = (struct mwifiex_fixed_bcn_param *)current_ptr; in mwifiex_parse_single_response_buf()
1825 current_ptr += sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1826 curr_bcn_bytes -= sizeof(*bcn_param); in mwifiex_parse_single_response_buf()
1828 timestamp = le64_to_cpu(bcn_param->timestamp); in mwifiex_parse_single_response_buf()
1829 beacon_period = le16_to_cpu(bcn_param->beacon_period); in mwifiex_parse_single_response_buf()
1831 cap_info_bitmap = le16_to_cpu(bcn_param->cap_info_bitmap); in mwifiex_parse_single_response_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_init.c1407 struct stop_bcn_param *bcn_param = (struct stop_bcn_param *)param; in phl_cmd_stop_bcn_hdl() local
1409 return phl_beacon_stop(phl_info, bcn_param->wrole, bcn_param->stop); in phl_cmd_stop_bcn_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_init.c1415 struct stop_bcn_param *bcn_param = (struct stop_bcn_param *)param; in phl_cmd_stop_bcn_hdl() local
1417 return phl_beacon_stop(phl_info, bcn_param->wrole, bcn_param->stop); in phl_cmd_stop_bcn_hdl()