Searched refs:p_hdd_ctx (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ ! |
H A D | wlan_hdd_oemdata.c | 51 static struct hdd_context *p_hdd_ctx; variable 201 if (p_hdd_ctx->oem_pid == 0) { in send_oem_reg_rsp_nlink_msg() 229 hdd_for_each_adapter_dev_held_safe(p_hdd_ctx, adapter, next_adapter, in send_oem_reg_rsp_nlink_msg() 250 ani_hdr->length, p_hdd_ctx->oem_pid); in send_oem_reg_rsp_nlink_msg() 252 (void)nl_srv_ucast_oem(skb, p_hdd_ctx->oem_pid, MSG_DONTWAIT); in send_oem_reg_rsp_nlink_msg() 315 if (p_hdd_ctx->oem_pid == 0) { in hdd_send_oem_data_rsp_msg() 346 oem_data_rsp->rsp_len, p_hdd_ctx->oem_pid); in hdd_send_oem_data_rsp_msg() 348 (void)nl_srv_ucast_oem(skb, p_hdd_ctx->oem_pid, MSG_DONTWAIT); in hdd_send_oem_data_rsp_msg() 366 if (!hdd_get_adapter(p_hdd_ctx, QDF_STA_MODE) && in oem_process_data_req_msg() 367 !hdd_get_adapter(p_hdd_ctx, QDF_SAP_MODE)) { in oem_process_data_req_msg() [all …]
|