Searched refs:bcn_param (Results 1 – 5 of 5) sorted by relevance
428 _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() local461 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()
46 struct _facebook_bcn_param bcn_param; member
1772 struct mwifiex_fixed_bcn_param *bcn_param; in mwifiex_parse_single_response_buf() local1824 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()
1407 struct stop_bcn_param *bcn_param = (struct stop_bcn_param *)param; in phl_cmd_stop_bcn_hdl() local1409 return phl_beacon_stop(phl_info, bcn_param->wrole, bcn_param->stop); in phl_cmd_stop_bcn_hdl()
1415 struct stop_bcn_param *bcn_param = (struct stop_bcn_param *)param; in phl_cmd_stop_bcn_hdl() local1417 return phl_beacon_stop(phl_info, bcn_param->wrole, bcn_param->stop); in phl_cmd_stop_bcn_hdl()