Searched refs:disabled_ind (Results 1 – 1 of 1) sorted by relevance
3390 NanDisabledInd disabled_ind; in handleEvent() local3391 memset(&disabled_ind, 0, sizeof(NanDisabledInd)); in handleEvent()3395 disabled_ind.reason = (NanStatusType)it.get_u8(); in handleEvent()3396 ALOGI("Nan Disable:status %u", disabled_ind.reason); in handleEvent()3398 memcpy(disabled_ind.nan_reason, it.get_data(), in handleEvent()3399 sizeof(disabled_ind.nan_reason)); in handleEvent()3400 ALOGI("Disable nan reason: %s", disabled_ind.nan_reason); in handleEvent()3404 GET_NAN_HANDLE(info)->mHandlers.EventDisabled(&disabled_ind); in handleEvent()4618 NanDisabledInd disabled_ind; in handleEvent() local4619 memset(&disabled_ind, 0, sizeof(NanDisabledInd)); in handleEvent()[all …]