Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_scan.c310 host_log_802_11d_pkt_type *p11dLog; in csr_diag_reset_country_information() local
314 WLAN_HOST_DIAG_LOG_ALLOC(p11dLog, host_log_802_11d_pkt_type, in csr_diag_reset_country_information()
316 if (!p11dLog) in csr_diag_reset_country_information()
319 p11dLog->eventId = WLAN_80211D_EVENT_RESET; in csr_diag_reset_country_information()
321 qdf_mem_copy(p11dLog->countryCode, reg_cc, 3); in csr_diag_reset_country_information()
322 p11dLog->numChannel = mac->scan.base_channels.numChannels; in csr_diag_reset_country_information()
323 if (p11dLog->numChannel <= HOST_LOG_MAX_NUM_CHANNEL) { in csr_diag_reset_country_information()
327 p11dLog->Channels[Index] = in csr_diag_reset_country_information()
329 p11dLog->TxPwr[Index] = in csr_diag_reset_country_information()
334 WLAN_HOST_DIAG_LOG_REPORT(p11dLog); in csr_diag_reset_country_information()