Searched refs:nan_reason (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | wifi_nan_iface.cpp | 283 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface() 301 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface() 320 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface() 399 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface()
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | nan_rsp.cpp | 387 … strlcpy(pRspInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 393 … strlcpy(pRspInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation() 395 …atus: %d Error Info[value %d]: %s", __FUNCTION__, pRspInd->reason, valueRcvd, pRspInd->nan_reason); in NanErrorTranslation() 402 … strlcpy(pRspdInd->nan_reason, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation() 408 … strlcpy(pRspdInd->nan_reason, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation() 410 …us: %d Error Info[value %d]: %s", __FUNCTION__, pRspdInd->reason, valueRcvd, pRspdInd->nan_reason); in NanErrorTranslation()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | nan.cpp | 1474 if (rsp_vndr_data->nan_reason[0] == '\0') { in handleResponse() 1531 pub_term_event.nan_reason, len); in handleEvent() 1654 sub_term_event.nan_reason, len); in handleEvent() 1706 followup_ind.nan_reason, len); in handleEvent() 2260 if (rsp_vndr_data->nan_reason[0] == '\0') { in handleResponse() 3236 if (rsp_vndr_data->nan_reason[0] == '\0') { in handleAsyncResponse() 3399 disabled_ind.nan_reason, len); in handleEvent() 4602 disabled_ind.nan_reason, len); in handleEvent() 4628 pub_term_event.nan_reason, len); in handleEvent() 4759 sub_term_event.nan_reason, len); in handleEvent() [all …]
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | wifi_nan.h | 1843 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member 2001 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member 2120 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member 2158 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member
|