Searched refs:max_len_excluding_null (Results 1 – 1 of 1) sorted by relevance
3599 size_t max_len_excluding_null = sizeof(legacy_scan_result.ssid) - 1; in convertCachedScanResultToAidl() local3600 size_t ssid_len = strnlen((const char*)legacy_scan_result.ssid, max_len_excluding_null); in convertCachedScanResultToAidl()