Home
last modified time | relevance | path

Searched refs:p_buf (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_scan.c515 uint8_t *p_buf = NULL; in csr_save_tx_power_to_cfg() local
519 p_buf = qdf_mem_malloc(dataLen); in csr_save_tx_power_to_cfg()
520 if (!p_buf) in csr_save_tx_power_to_cfg()
523 ch_pwr_set = (struct pwr_channel_info *)(p_buf); in csr_save_tx_power_to_cfg()
592 (uint8_t *)p_buf, in csr_save_tx_power_to_cfg()
603 (uint8_t *)p_buf, in csr_save_tx_power_to_cfg()
606 qdf_mem_free(p_buf); in csr_save_tx_power_to_cfg()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h1854 uint8_t *p_buf, uint32_t n_buf,
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c3536 uint8_t *p_buf, uint32_t n_buf,
3542 status = dot11f_unpack_assoc_response(mac_ctx, p_buf,
3548 p_buf, n_buf);