Searched refs:nan_reason (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_nan_iface.cpp | 274 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface() 292 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface() 311 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface() 390 msg.reason, msg.nan_reason, sizeof(msg.nan_reason), &status); in WifiNanIface()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
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()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 1828 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member 1986 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member 2105 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member 2143 char nan_reason[NAN_ERROR_STR_LEN]; /* Describe the NAN reason type */ member
|